Closed submodules of a topological module #
This file builds the frame of closed R-submodules of a topological module M.
One can turn s : Submodule R E + hs : IsClosed s into s : ClosedSubmodule R E in a tactic
block by doing lift s to ClosedSubmodule R E using hs.
TODO #
Actually provide the Order.Frame (ClosedSubmodule R M) instance.
The type of closed submodules of a topological module.
Instances For
The preimage of a closed submodule under a continuous linear map as a closed submodule.
Instances For
The closure of a submodule as a closed submodule.
Instances For
The closure of the image of a closed submodule under a continuous linear map is a closed submodule.
ClosedSubmodule.map f is left-adjoint to ClosedSubmodule.comap f.
See ClosedSubmodule.gc_map_comap.
Instances For
A continuous equivalence f between modules M and N on R induces an equivalence between
closed submodules in M and those in N through map f.
The definition does not use ClosedSubmodule.map because that has additional ContinuousAdd and
ContinuousConstSMul type-class assumptions.