Theorems · Definition · linear algebra
Submodule.equivMapOfInjective
{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₂] →
[inst_4 : Module R M] →
[inst_5 : Module R₂ M₂] →
{σ₁₂ : R →+* R₂} →
{σ₂₁ : R₂ →+* R} →
[inst_6 : RingHomInvPair σ₁₂ σ₂₁] →
[inst_7 : RingHomInvPair σ₂₁ σ₁₂] →
(f : M →ₛₗ[σ₁₂] M₂) →
Function.Injective ⇑f → (p : Submodule R M) → ↥p ≃ₛₗ[σ₁₂] ↥(Submodule.map f p)The pushforward of a submodule by an injective linear map is
linearly equivalent to the original submodule. See also LinearEquiv.submoduleMap for a
computable version when f has an explicit inverse.
- Defined in
- Mathlib.Algebra.Module.Submodule.Map
- Cited by
- 17 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Equivproof · cited by 8,337
- SetLike.coeproof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Set.Elemproof · cited by 7,166
- Set.imageproof · cited by 5,609
- LinearEquivstatement · cited by 3,317
Cited by21
Results whose statement or proof uses this declaration.
- IsSemisimpleModule.eq_bot_or_exists_simple_leproof · cited by 4
- isIsotypicOfType_submodule_iffproof · cited by 4
- AffineSubspace.equivMapOfInjectiveproof · cited by 3
- IsIsotypicOfType.of_injectiveproof · cited by 3
- isFiniteLength_of_exists_compositionSeriesproof · cited by 3
- Matrix.rank_mul_eq_right_of_det_mem_nonZeroDivisorsproof · cited by 2
- LieSubalgebra.equivMapOfInjectiveproof · cited by 2
- IsSemisimpleModule.of_injectiveproof · cited by 2
- Submodule.le_linearEquiv_of_le_sSupproof · cited by 2
- Submodule.le_linearEquiv_of_sSup_eq_topproof · cited by 2
- Submodule.coe_equivMapOfInjective_applystatement · cited by 1
- FractionalIdeal.equivNum_applyproof · cited by 1