Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.LeftHomologyData.ofEpiOfIsIsoOfMono

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {S₁ S₂ : CategoryTheory.ShortComplex C} →
        (φ : S₁ ⟶ S₂) →
          S₁.LeftHomologyData →
            [CategoryTheory.Epi φ.τ₁] → [CategoryTheory.IsIso φ.τ₂] → [CategoryTheory.Mono φ.τ₃] → S₂.LeftHomologyData

If φ : S₁ ⟶ S₂ is a morphism of short complexes such that φ.τ₁ is epi, φ.τ₂ is an iso and φ.τ₃ is mono, then a left homology data for S₁ induces a left homology data for S₂ with the same K and H fields. The inverse construction is ofEpiOfIsIsoOfMono'.

Defined in
Mathlib.Algebra.Homology.ShortComplex.LeftHomology
Cited by
9 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.EpiCategoryTheory.IsIsoCategoryTheory.Mono

Around this declaration

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

CategoryTheory.ShortComplex.RightHomologyData.ofEpiOfIsIsoOfMono' · cited by 9RightHomologyData.ofEpiOf…CategoryTheory.ShortComplex.HomologyData.ofEpiOfIsIsoOfMono · cited by 5HomologyData.ofEpiOfIsIso…CategoryTheory.ShortComplex.LeftHomologyMapData.ofEpiOfIsIsoOfMono · cited by 3LeftHomologyMapData.ofEpi…CategoryTheory.ShortComplex.hasLeftHomology_of_epi_of_isIso_of_mono · cited by 1ShortComplex.hasLeftHomol…CategoryTheory.ShortComplex.LeftHomologyData.ofEpiOfIsIsoOfMono_i · cited by 1LeftHomologyData.ofEpiOfI…CategoryTheory.ShortComplex.LeftHomologyMapData.ofEpiOfIsIsoOfMono_φH · cited by 0LeftHomologyMapData.ofEpi…CategoryTheory.ShortComplex.LeftHomologyMapData.ofEpiOfIsIsoOfMono_φK · cited by 0LeftHomologyMapData.ofEpi…CategoryTheory.ShortComplex.LeftHomologyData.τ₁_ofEpiOfIsIsoOfMono_f' · cited by 0LeftHomologyData.τ₁_ofEpi…CategoryTheory.ShortComplex.LeftHomologyData.ofIso · cited by 0LeftHomologyData.ofIsoCategoryTheory.ShortComplex.LeftHomologyData.ofEpiOfIsIsoOfMono_H · cited by 0LeftHomologyData.ofEpiOfI…CategoryTheory.ShortComplex.LeftHomologyData.ofEpiOfIsIsoOfMono_K · cited by 0LeftHomologyData.ofEpiOfI…CategoryTheory.ShortComplex.LeftHomologyData.ofEpiOfIsIsoOfMono_π · cited by 0LeftHomologyData.ofEpiOfI…CategoryTheory.ShortComplex.HomologyData.ofEpiOfIsIsoOfMono_left · cited by 0HomologyData.ofEpiOfIsIso…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoCategoryTheory.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Epi · cited by 688CategoryTheory.EpiCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.ShortComplex.g · cited by 658ShortComplex.gLeftHomologyData.ofEpiOfIsIso…CITED BYCITES

Cites34

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

Cited by13

Results whose statement or proof uses this declaration.