Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.RightHomologyData.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₁.RightHomologyData →
            [CategoryTheory.Epi φ.τ₁] → [CategoryTheory.IsIso φ.τ₂] → [CategoryTheory.Mono φ.τ₃] → S₂.RightHomologyData

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

Defined in
Mathlib.Algebra.Homology.ShortComplex.RightHomology
Cited by
9 results in Mathlib
Foundations
Depth 34 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.HomologyData.ofEpiOfIsIsoOfMono · cited by 5HomologyData.ofEpiOfIsIso…CategoryTheory.ShortComplex.RightHomologyMapData.ofEpiOfIsIsoOfMono · cited by 2RightHomologyMapData.ofEp…CategoryTheory.ShortComplex.hasRightHomology_of_epi_of_isIso_of_mono · cited by 1ShortComplex.hasRightHomo…CategoryTheory.ShortComplex.RightHomologyData.ofIso · cited by 0RightHomologyData.ofIsoCategoryTheory.ShortComplex.RightHomologyData.ofEpiOfIsIsoOfMono_H · cited by 0RightHomologyData.ofEpiOf…CategoryTheory.ShortComplex.RightHomologyData.ofEpiOfIsIsoOfMono_Q · cited by 0RightHomologyData.ofEpiOf…CategoryTheory.ShortComplex.RightHomologyData.ofEpiOfIsIsoOfMono_g' · cited by 0RightHomologyData.ofEpiOf…CategoryTheory.ShortComplex.RightHomologyData.ofEpiOfIsIsoOfMono_p · cited by 0RightHomologyData.ofEpiOf…CategoryTheory.ShortComplex.RightHomologyData.ofEpiOfIsIsoOfMono_ι · cited by 0RightHomologyData.ofEpiOf…CategoryTheory.ShortComplex.RightHomologyMapData.ofEpiOfIsIsoOfMono_φH · cited by 0RightHomologyMapData.ofEp…CategoryTheory.ShortComplex.RightHomologyMapData.ofEpiOfIsIsoOfMono_φQ · cited by 0RightHomologyMapData.ofEp…CategoryTheory.ShortComplex.HomologyData.ofEpiOfIsIsoOfMono_right · cited by 0HomologyData.ofEpiOfIsIso…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.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.Epi · cited by 688CategoryTheory.EpiCategoryTheory.ShortComplex.Hom.τ₂ · cited by 243Hom.τ₂CategoryTheory.ShortComplex.RightHomologyData · cited by 211ShortComplex.RightHomolog…CategoryTheory.ShortComplex.Hom.τ₃ · cited by 197Hom.τ₃CategoryTheory.ShortComplex.Hom.τ₁ · cited by 194Hom.τ₁CategoryTheory.ShortComplex.opMap · cited by 42ShortComplex.opMapRightHomologyData.ofEpiOfIsIs…CITED BYCITES

Cites18

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

Cited by12

Results whose statement or proof uses this declaration.