Strict linear maps #
In this file, we study continuous linear maps which are strict in the sense of
Topology.IsStrictMap. So far, all the results in this file are direct
adaptations from the theory of strict homomorphisms of topological additive groups.
A linear map f : M → N is strict if and only if the induced map M ⧸ f.ker → N is an
embedding.
A linear map f : M → N is strict if and only if the canonical isomorphism
M ⧸ f.ker ≃ f.range is a homeomorphism.
The isomorphism of topological modules M ⧸ f.ker ≃ f.range given by a strict linear
map f : M → N. This is an avatar of the first isomorphism theorem.
Equations
Instances For
A linear map is strict if and only if its rangeRestrict is an open quotient map.
The product (in the sense of LinearMap.prodMap) of linear maps is strict if and only if both
maps are strict.
The product (in the sense of LinearMap.prodMap) of strict linear maps is strict.