Mathlib Map

Theorems · Theorem · linear algebra

Submodule.map_comp

∀ {R : Type u_1} {R₂ : Type u_3} {R₃ : Type u_4} {M : Type u_5} {M₂ : Type u_7} {M₃ : Type u_8} [inst : Semiring R]
  [inst_1 : Semiring R₂] [inst_2 : Semiring R₃] [inst_3 : AddCommMonoid M] [inst_4 : AddCommMonoid M₂]
  [inst_5 : AddCommMonoid M₃] [inst_6 : Module R M] [inst_7 : Module R₂ M₂] [inst_8 : Module R₃ M₃] {σ₁₂ : R →+* R₂}
  {σ₂₃ : R₂ →+* R₃} {σ₁₃ : R →+* R₃} [inst_9 : RingHomCompTriple σ₁₂ σ₂₃ σ₁₃] [inst_10 : RingHomSurjective σ₁₂]
  [inst_11 : RingHomSurjective σ₂₃] [inst_12 : RingHomSurjective σ₁₃] (f : M →ₛₗ[σ₁₂] M₂) (g : M₂ →ₛₗ[σ₂₃] M₃)
  (p : Submodule R M), Submodule.map (g ∘ₛₗ f) p = Submodule.map g (Submodule.map f p)
Defined in
Mathlib.Algebra.Module.Submodule.Map
Cited by
19 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Quot.sound
Assumes
SemiringSemiringSemiringAddCommMonoidAddCommMonoidAddCommMonoidModuleModuleModuleRingHomCompTripleRingHomSurjectiveRingHomSurjectiveRingHomSurjective

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

IsLocalRing.map_tensorProduct_mk_eq_top · cited by 4IsLocalRing.map_tensorPro…Submodule.exists_dual_map_eq_bot_of_notMem · cited by 4Submodule.exists_dual_map…FractionalIdeal.map_comp · cited by 2FractionalIdeal.map_compCliffordAlgebra.submodule_map_pow_reverse · cited by 2CliffordAlgebra.submodule…Submodule.map_unop_mul · cited by 2Submodule.map_unop_mulSubmodule.map₂_map_right · cited by 2Submodule.map₂_map_rightSubmodule.map_map₂ · cited by 2Submodule.map_map₂CliffordAlgebra.ι_range_map_reverse · cited by 2CliffordAlgebra.ι_range_m…Submodule.map_range_rTensor_subtype_lid · cited by 1Submodule.map_range_rTens…LieSubmodule.lcs_le_lcs_of_is_nilpotent_span_sup_eq_top · cited by 1LieSubmodule.lcs_le_lcs_o…FractionalIdeal.ringEquivOfRingEquiv_trans · cited by 1FractionalIdeal.ringEquiv…CliffordAlgebra.submodule_map_mul_reverse · cited by 1CliffordAlgebra.submodule…TensorProduct.map_ker · cited by 1TensorProduct.map_kerSubmodule.map_dualCoannihilator_linearEquiv_flip · cited by 1Submodule.map_dualCoannih…Ideal.mulQuot_injective · cited by 1Ideal.mulQuot_injectiveDFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapRingHom · cited by 10189RingHomSetLike.coe · cited by 8199SetLike.coeSubmodule · cited by 7192SubmoduleSet.image · cited by 5609Set.imageLinearMap.comp · cited by 1642LinearMap.compSubmodule.map · cited by 614Submodule.mapSet.image_congr · cited by 533Set.image_congrSetLike.coe_injective · cited by 374SetLike.coe_injectiveRingHomCompTriple · cited by 234RingHomCompTripleRingHomSurjective · cited by 220RingHomSurjectiveSubmodule.map_compCITED BYCITES

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by19

Results whose statement or proof uses this declaration.