The internal hom of topological modules #
This file equips the category of topological modules with an internal hom TopModuleCat.linHom,
the space of continuous linear maps carrying the topology induced from the compact-open topology,
together with its functoriality (TopModuleCat.linHomMap) and a constructor
(TopModuleCat.homOfBilinear) bundling a bilinear pairing with jointly continuous uncurried form
into a morphism to the internal hom.
Material destined for Mathlib.Algebra.Category.ModuleCat.Topology.Basic.
The internal hom of two topological modules: the space of continuous linear maps A →L[k] B
carrying the topology induced from the compact-open topology on C(A, B).
Equations
- M1.linHom M2 = TopModuleCat.of k (↑M1.toModuleCat →L[k] ↑M2.toModuleCat)
Instances For
Pre- and post-composition induce a morphism between the internal homs of topological modules.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Bundle a bilinear pairing with jointly continuous uncurried form into a morphism to the internal hom. Stating this for abstract topological modules keeps all instance searches on abstract carriers.
Equations
- TopModuleCat.homOfBilinear F hadd hsmul hF = TopModuleCat.ofHom { toFun := F, map_add' := ⋯, map_smul' := ⋯, cont := ⋯ }