The category TopModuleCat R
of topological modules #
We define TopModuleCat R
, the category of topological modules, and show that
it has all limits and colimits.
We also provide various adjunctions:
TopModuleCat.withModuleTopologyAdj
: equipping the module topology is left adjoint to the forgetful functor intoModuleCat R
.TopModuleCat.indiscreteAdj
: equipping the indiscrete topology is right adjoint to the forgetful functor intoModuleCat R
.TopModuleCat.freeAdj
: the free-forgetful adjunction betweenTopModuleCat R
andTopCat
.
Future projects #
Show that the forgetful functor to TopCat
preserves filtered colimits.
The category of topological modules.
- isAddCommGroup : AddCommGroup ↑self.toModuleCat
- isModule : Module R ↑self.toModuleCat
- topologicalSpace : TopologicalSpace ↑self.toModuleCat
The underlying topological space.
- isTopologicalAddGroup : IsTopologicalAddGroup ↑self.toModuleCat
- continuousSMul : ContinuousSMul R ↑self.toModuleCat
Instances For
Equations
Make an object in TopModuleCat R
from an unbundled topological module.
Equations
Instances For
Homs in TopModuleCat
as one field structures over ContinuousLinearMap
.
- ofHom' :: (
The underlying continuous linear map. Use
hom
instead.- )
Instances For
Equations
Equations
Cast a hom in TopModuleCat
into a continuous linear map.
Equations
Instances For
Construct a hom in TopModuleCat
from a continuous linear map.
Equations
Instances For
Use the ConcreteCategory.hom
projection for @[simps]
lemmas.
Equations
Instances For
Construct an iso in TopModuleCat
from a continuous linear equiv.
Equations
Instances For
Cast an iso in TopModuleCat
into a continuous linear equiv.
Equations
Instances For
Equations
Equations
Equations
Equations
Equations
Equations
Equations
The coinduced topology on M
from a family of continuous linear maps into M
, which is the
finest topology that makes it into a topological module and makes every map continuous.
Equations
Instances For
The maps into the coinduced topology as homs in TopModuleCat R
.
Equations
Instances For
The cocone of topological modules associated to a cocone over the underlying modules, where the cocone point is given the coinduced topology. This is colimiting when the given cocone is.
Equations
Instances For
Given a colimit cocone over the underlying modules, equipping the cocone point with
the coinduced topology gives a colimit cocone in TopModuleCat R
.
Equations
Instances For
The induced topology on M
from a family of continuous linear maps from M
, which is the
coarsest topology that makes every map continuous.
Equations
Instances For
The maps from the induced topology as homs in TopModuleCat R
.
Equations
Instances For
The cone of topological modules associated to a cone over the underlying modules, where the cone point is given the induced topology. This is limiting when the given cone is.
Equations
Instances For
Given a limit cone over the underlying modules, equipping the cone point with
the induced topology gives a limit cone in TopModuleCat R
.
Equations
Instances For
The functor equipping a module over a topological ring with the finest possible topology making it into a topological module. This is left adjoint to the forgetful functor.
Equations
Instances For
The adjunction between withModuleTopology
and the forgetful functor.
Equations
Instances For
The functor equipping a module with the indiscrete topology. This is right adjoint to the forgetful functor.
Equations
Instances For
The adjunction between the forgetful functor and the indiscrete topology functor.
Equations
Instances For
The free topological module over a topological space.
Equations
Instances For
The free topological module over a topological space is functorial.
Equations
Instances For
The free topological module over a topological space as a functor. This is left adjoint to the forgetful functor.
Equations
Instances For
The free-forgetful adjoint for TopModuleCat R
.