Theorems · Definition · functional analysis
ContinuousLinearEquiv.ofSubmodules
{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) →
(q : Submodule R₂ M₂) → Submodule.map (↑↑e) p = q → ↥p ≃SL[σ₁₂] ↥qA continuous linear equivalence which maps a submodule of one module onto another,
restricts to a continuous linear equivalence of the two submodules.
This is LinearEquiv.ofSubmodules as a continuous linear equivalence.
- Defined in
- Mathlib.Topology.Algebra.Module.Equiv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- 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
- ContinuousLinearEquiv.transproof · cited by 31
Cited by3
Results whose statement or proof uses this declaration.
- ContinuousLinearEquiv.ofSubmodule'proof · cited by 3
- ContinuousLinearEquiv.ofSubmodules_applystatement · cited by 0
- ContinuousLinearEquiv.ofSubmodules_symm_applystatement · cited by 0