Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.homMk

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {S₁ S₂ : CategoryTheory.ShortComplex C} →
        (τ₁ : S₁.X₁ ⟶ S₂.X₁) →
          (τ₂ : S₁.X₂ ⟶ S₂.X₂) →
            (τ₃ : S₁.X₃ ⟶ S₂.X₃) →
              CategoryTheory.CategoryStruct.comp τ₁ S₂.f = CategoryTheory.CategoryStruct.comp S₁.f τ₂ →
                CategoryTheory.CategoryStruct.comp τ₂ S₂.g = CategoryTheory.CategoryStruct.comp S₁.g τ₃ → (S₁ ⟶ S₂)

A constructor for morphisms in ShortComplex C when the commutativity conditions are not obvious.

Defined in
Mathlib.Algebra.Homology.ShortComplex.Basic
Cited by
11 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphisms

Around this declaration

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

CategoryTheory.ShortComplex.isoMk · cited by 30ShortComplex.isoMkHomologicalComplex.alternatingConst_iCycles_even_comp · cited by 2HomologicalComplex.altern…HomologicalComplex.alternatingConst_iCycles_odd_comp · cited by 2HomologicalComplex.altern…CategoryTheory.ShortComplex.isoMk_inv · cited by 0ShortComplex.isoMk_invgroupHomology.isoShortComplexH1_inv · cited by 0groupHomology.isoShortCom…groupCohomology.isoShortComplexH1_inv · cited by 0groupCohomology.isoShortC…groupCohomology.isoShortComplexH2_inv · cited by 0groupCohomology.isoShortC…groupHomology.isoShortComplexH2_inv · cited by 0groupHomology.isoShortCom…CategoryTheory.ShortComplex.homMk.congr_simp · cited by 0homMk.congr_simpCategoryTheory.ShortComplex.homMk_τ₁ · cited by 0ShortComplex.homMk_τ₁CategoryTheory.ShortComplex.homMk_τ₂ · cited by 0ShortComplex.homMk_τ₂CategoryTheory.ShortComplex.homMk_τ₃ · cited by 0ShortComplex.homMk_τ₃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.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.ShortComplex.g · cited by 658ShortComplex.gCategoryTheory.ShortComplex.f · cited by 653ShortComplex.fShortComplex.homMkCITED BYCITES

Cites10

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.