Mathlib Map

Theorems · Definition · category theory

CochainComplex.MappingConeCompHomotopyEquiv.hom

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v, u_1} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      [inst_2 : CategoryTheory.Limits.HasBinaryBiproducts C] →
        {X₁ X₂ X₃ : CochainComplex C ℤ} →
          (f : X₁ ⟶ X₂) →
            (g : X₂ ⟶ X₃) →
              CochainComplex.mappingCone g ⟶
                CochainComplex.mappingCone (CochainComplex.mappingConeCompTriangle f g).mor₁

Given two composable morphisms f and g in the category of cochain complexes, this is the canonical morphism (which is a homotopy equivalence) from mappingCone g to the mapping cone of the morphism mappingCone f ⟶ mappingCone (f ≫ g).

Defined in
Mathlib.Algebra.Homology.HomotopyCategory.Triangulated
Cited by
2 results in Mathlib
Foundations
Depth 73 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.

Cites18

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.