Theorems · Definition · category theory
Homotopy.comp
{ι : Type u_1} →
{V : Type u} →
[inst : CategoryTheory.Category.{v, u} V] →
[inst_1 : CategoryTheory.Preadditive V] →
{c : ComplexShape ι} →
{C₁ C₂ C₃ : HomologicalComplex V c} →
{f₁ g₁ : C₁ ⟶ C₂} →
{f₂ g₂ : C₂ ⟶ C₃} →
Homotopy f₁ g₁ →
Homotopy f₂ g₂ →
Homotopy (CategoryTheory.CategoryStruct.comp f₁ f₂) (CategoryTheory.CategoryStruct.comp g₁ g₂)homotopy is closed under composition
- Defined in
- Mathlib.Algebra.Homology.Homotopy
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, 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 · cited by 17,999
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- HomologicalComplexstatement and proof · cited by 1,691
- ComplexShapestatement and proof · cited by 1,684
- Homotopystatement and proof · cited by 106
- Homotopy.transproof · cited by 18
- Homotopy.compLeftproof · cited by 11
- Homotopy.compRightproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Homotopy.comp_homstatement and proof · cited by 0