Theorems · Definition · functional analysis
ContinuousLinearEquiv.submoduleMap
{R : Type u_1} →
{R₂ : Type u_2} →
{M : Type u_3} →
{M₂ : Type u_4} →
[inst : Semiring R] →
[inst_1 : Semiring R₂] →
[inst_2 : AddCommMonoid M] →
[inst_3 : TopologicalSpace M] →
[inst_4 : AddCommMonoid M₂] →
[inst_5 : TopologicalSpace M₂] →
{module_M : Module R M} →
{module_M₂ : Module R₂ M₂} →
{σ₁₂ : R →+* R₂} →
{σ₂₁ : R₂ →+* R} →
{re₁₂ : RingHomInvPair σ₁₂ σ₂₁} →
{re₂₁ : RingHomInvPair σ₂₁ σ₁₂} →
(e : M ≃SL[σ₁₂] M₂) → (p : Submodule R M) → ↥p ≃SL[σ₁₂] ↥(Submodule.map (↑↑e) p)A continuous linear equivalence of two modules restricts to a continuous linear equivalence
from any submodule p of the domain onto the image of that submodule.
This is the continuous linear version of LinearEquiv.submoduleMap.
This is ContinuousLinearEquiv.ofSubmodule' but with map on the right instead of comap on the left.
- Defined in
- Mathlib.Topology.Algebra.Module.Equiv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- RingHomstatement and proof · cited by 10,189
- Submodulestatement and proof · cited by 7,192
- LinearEquivproof · cited by 3,317
- LinearEquiv.toLinearMapstatement and proof · cited by 1,171
- ContinuousLinearEquivstatement and proof · cited by 743
- Submodule.mapstatement and proof · cited by 614
- RingHomInvPairstatement and proof · cited by 523
- ContinuousLinearEquiv.toLinearEquivstatement and proof · cited by 118
Cited by3
Results whose statement or proof uses this declaration.
- ContinuousLinearEquiv.ofSubmodulesproof · cited by 2
- ContinuousLinearEquiv.submoduleMap_applystatement and proof · cited by 0
- ContinuousLinearEquiv.submoduleMap_symm_applystatement and proof · cited by 0