Theorems · Definition · linear algebra
LinearEquiv.submoduleMap
{R : Type u_1} →
{R₂ : Type u_3} →
{M : Type u_5} →
{M₂ : Type u_7} →
[inst : Semiring R] →
[inst_1 : Semiring R₂] →
[inst_2 : AddCommMonoid M] →
[inst_3 : AddCommMonoid M₂] →
{module_M : Module R M} →
{module_M₂ : Module R₂ M₂} →
{σ₁₂ : R →+* R₂} →
{σ₂₁ : R₂ →+* R} →
{re₁₂ : RingHomInvPair σ₁₂ σ₂₁} →
{re₂₁ : RingHomInvPair σ₂₁ σ₁₂} →
(e : M ≃ₛₗ[σ₁₂] M₂) → (p : Submodule R M) → ↥p ≃ₛₗ[σ₁₂] ↥(Submodule.map (↑e) p)A linear equivalence of two modules restricts to a linear equivalence from any submodule
p of the domain onto the image of that submodule.
This is the linear version of AddEquiv.submonoidMap and AddEquiv.subgroupMap.
This is LinearEquiv.ofSubmodule' but with map on the right instead of comap on the left.
- Defined in
- Mathlib.Algebra.Module.Submodule.Map
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, 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.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapproof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Submodulestatement and proof · cited by 7,192
- LinearEquivstatement and proof · cited by 3,317
- LinearEquiv.symmproof · cited by 1,461
- LinearEquiv.toLinearMapstatement and proof · cited by 1,171
- Submodule.mapstatement and proof · cited by 614
- RingHomInvPairstatement and proof · cited by 523
Cited by14
Results whose statement or proof uses this declaration.
- LinearEquiv.finrank_map_eqproof · cited by 5
- LinearEquiv.ofSubmodulesproof · cited by 3
- ModuleCat.hasProjectiveDimensionLE_of_semiLinearEquivproof · cited by 3
- LinearIsometryEquiv.submoduleMapproof · cited by 2
- ContinuousLinearEquiv.submoduleMapproof · cited by 2
- LinearEquiv.submoduleMap_applystatement · cited by 1
- LinearEquiv.isFiniteLengthproof · cited by 1
- LieEquiv.lieSubalgebraMapproof · cited by 1
- Module.Basis.SmithNormalForm.toAddSubgroup_index_eq_pow_mul_prodproof · cited by 1
- Module.Injective.of_ringEquivproof · cited by 1
- LinearEquiv.submoduleMap_symm_applystatement · cited by 0
- Polynomial.taylorLinearEquiv_apply_coestatement · cited by 0