Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.isoHomology

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Abelian C] →
      (S : CategoryTheory.ShortComplex C) →
        {kf : CategoryTheory.Limits.KernelFork S.g} →
          {cc : CategoryTheory.Limits.CokernelCofork S.f} →
            CategoryTheory.Limits.IsLimit kf →
              CategoryTheory.Limits.IsColimit cc →
                {H : C} →
                  {π : kf.pt ⟶ H} →
                    {ι : H ⟶ cc.pt} →
                      CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.Fork.ι kf)
                            (CategoryTheory.Limits.Cofork.π cc) =
                          CategoryTheory.CategoryStruct.comp π ι →
                        [CategoryTheory.Epi π] → [CategoryTheory.Mono ι] → H ≅ S.homology

Let S be a short complex in an abelian category. Let kf be a limit kernel fork of S.g and cc a limit cokernel cofork of S.f. Let kf.pt ⟶ H ⟶ cc.pt be an epi-mono factorization of kf.ι ≫ cc.π : kf.pt ⟶ cc.pt, then H identifies to the homology of S.

Defined in
Mathlib.Algebra.Homology.ShortComplex.Abelian
Cited by
9 results in Mathlib
Foundations
Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.EpiCategoryTheory.Mono

Around this declaration

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

CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.leftHomologyData · cited by 12ofEpiMonoFactorisation.le…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.rightHomologyData · cited by 5ofEpiMonoFactorisation.ri…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.π_comp_isoHomology_hom · cited by 2ofEpiMonoFactorisation.π_…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.isoHomology_hom_comp_ι · cited by 2ofEpiMonoFactorisation.is…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.π_comp_isoHomology_hom_assoc · cited by 1ofEpiMonoFactorisation.π_…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.homologyπ_isoHomology_inv · cited by 1ofEpiMonoFactorisation.ho…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.isoHomology_inv_homologyι · cited by 1ofEpiMonoFactorisation.is…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.isoHomology.congr_simp · cited by 0isoHomology.congr_simpCategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.homologyπ_isoHomology_inv_assoc · cited by 0ofEpiMonoFactorisation.ho…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.isoHomology_hom_comp_ι_assoc · cited by 0ofEpiMonoFactorisation.is…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.isoHomology_inv_homologyι_assoc · cited by 0ofEpiMonoFactorisation.is…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitofEpiMonoFactorisation.isoHom…CITED BYCITES

Cites28

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

Cited by11

Results whose statement or proof uses this declaration.