Mathlib Map

Theorems · Definition · category theory

CochainComplex.mappingCone.trianglehMapOfHomotopy

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      [inst_2 : CategoryTheory.Limits.HasBinaryBiproducts C] →
        {K₁ L₁ K₂ L₂ : CochainComplex C ℤ} →
          {φ₁ : K₁ ⟶ L₁} →
            {φ₂ : K₂ ⟶ L₂} →
              {a : K₁ ⟶ K₂} →
                {b : L₁ ⟶ L₂} →
                  Homotopy (CategoryTheory.CategoryStruct.comp φ₁ b) (CategoryTheory.CategoryStruct.comp a φ₂) →
                    (CochainComplex.mappingCone.triangleh φ₁ ⟶ CochainComplex.mappingCone.triangleh φ₂)

The morphism triangleh φ₁ ⟶ triangleh φ₂ that is induced by a square that is commutative up to homotopy.

Defined in
Mathlib.Algebra.Homology.HomotopyCategory.Pretriangulated
Cited by
4 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.Limits.HasBinaryBiproducts

Around this declaration

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

Cites15

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

Cited by4

Results whose statement or proof uses this declaration.