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.
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- CategoryTheory.ShortComplex.X₂statement and proof · cited by 1,115
- CategoryTheory.ShortComplex.X₁statement and proof · cited by 889
- CategoryTheory.ShortComplex.X₃statement and proof · cited by 876
- CategoryTheory.ShortComplex.gstatement and proof · cited by 658
- CategoryTheory.ShortComplex.fstatement and proof · cited by 653
Cited by12
Results whose statement or proof uses this declaration.
- CategoryTheory.ShortComplex.isoMkproof · cited by 30
- HomologicalComplex.alternatingConst_iCycles_even_compproof · cited by 2
- HomologicalComplex.alternatingConst_iCycles_odd_compproof · cited by 2
- CategoryTheory.ShortComplex.isoMk_invstatement · cited by 0
- groupHomology.isoShortComplexH1_invstatement · cited by 0
- groupCohomology.isoShortComplexH1_invstatement · cited by 0
- groupCohomology.isoShortComplexH2_invstatement · cited by 0
- groupHomology.isoShortComplexH2_invstatement · cited by 0
- CategoryTheory.ShortComplex.homMk.congr_simpstatement and proof · cited by 0
- CategoryTheory.ShortComplex.homMk_τ₁statement and proof · cited by 0
- CategoryTheory.ShortComplex.homMk_τ₂statement and proof · cited by 0
- CategoryTheory.ShortComplex.homMk_τ₃statement and proof · cited by 0