Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.ker_comp

∀ {R : Type u_1} {R₂ : Type u_2} {R₃ : Type u_3} {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 τ₁₂ τ₂₃ τ₁₃] (f : M →ₛₗ[τ₁₂] M₂) (g : M₂ →ₛₗ[τ₂₃] M₃),
  (g ∘ₛₗ f).ker = Submodule.comap f g.ker
Defined in
Mathlib.Algebra.Module.Submodule.Ker
Cited by
29 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Quot.sound
Assumes
SemiringSemiringSemiringAddCommMonoidAddCommMonoidAddCommMonoidModuleModuleModuleRingHomCompTriple

Around this declaration

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

LinearMap.ker_le_ker_comp · cited by 8LinearMap.ker_le_ker_compModule.FinitePresentation.fg_ker · cited by 6FinitePresentation.fg_kerModule.finitePresentation_of_surjective · cited by 6Module.finitePresentation…LinearMap.ker_comp_of_ker_eq_bot · cited by 6LinearMap.ker_comp_of_ker…LinearMap.IsIdempotentElem.ker_mem_invtSubmodule_iff · cited by 4IsIdempotentElem.ker_mem_…ModuleCat.hasProjectiveDimensionLE_of_semiLinearEquiv · cited by 3ModuleCat.hasProjectiveDi…IsIntegralClosure.isNoetherian · cited by 3IsIntegralClosure.isNoeth…LinearMap.ker_domRestrict · cited by 3LinearMap.ker_domRestrictModule.End.genEigenspace_restrict · cited by 2End.genEigenspace_restrictSubmodule.range_ker_disjoint · cited by 2Submodule.range_ker_disjo…Module.Relations.Solution.injective_fromQuotient_iff_ker_π_eq_span · cited by 2Solution.injective_fromQu…LinearMap.comap_leq_ker_subToSupQuotient · cited by 2LinearMap.comap_leq_ker_s…Function.Exact.exact_mapQ_iff · cited by 1Exact.exact_mapQ_iffContinuousLinearMap.IsFredholm.of_isInvertible_restrict · cited by 1IsFredholm.of_isInvertibl…Submodule.fg_ker_comp · cited by 1Submodule.fg_ker_compModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapRingHom · cited by 10189RingHomSubmodule · cited by 7192SubmoduleLinearMap.comp · cited by 1642LinearMap.compLinearMap.ker · cited by 848LinearMap.kerSubmodule.comap · cited by 347Submodule.comapRingHomCompTriple · cited by 234RingHomCompTripleLinearMap.ker_compCITED BYCITES

Cites10

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

Cited by29

Results whose statement or proof uses this declaration.