Mathlib Map

Theorems · Definition · category theory

CochainComplex.HomComplex.Cochain.equivHomotopy

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      {F G : CochainComplex C ℤ} →
        (φ₁ φ₂ : F ⟶ G) →
          Homotopy φ₁ φ₂ ≃
            { z //
              CochainComplex.HomComplex.Cochain.ofHom φ₁ =
                CochainComplex.HomComplex.δ (-1) 0 z + CochainComplex.HomComplex.Cochain.ofHom φ₂ }

Given two morphisms of complexes φ₁ φ₂ : F ⟶ G, the datum of a homotopy between φ₁ and φ₂ is equivalent to the datum of a 1-cochain z such that δ (-1) 0 z is the difference of the zero cochains associated to φ₂ and φ₁.

Defined in
Mathlib.Algebra.Homology.HomotopyCategory.HomComplex
Cited by
8 results in Mathlib
Foundations
Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Preadditive

Around this declaration

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

CochainComplex.mappingCone.mapOfHomotopy · cited by 7mappingCone.mapOfHomotopyCochainComplex.mappingCone.rotateHomotopyEquiv · cited by 4mappingCone.rotateHomotop…CochainComplex.HomComplex.Cochain.equivHomotopy_apply_coe · cited by 2Cochain.equivHomotopy_app…CochainComplex.mappingCone.triangleMapOfHomotopy_comm₂ · cited by 1mappingCone.triangleMapOf…CochainComplex.mappingCone.rotateHomotopyEquivComm₂Homotopy · cited by 1mappingCone.rotateHomotop…CochainComplex.IsKInjective.eq_δ_of_cocycle · cited by 1IsKInjective.eq_δ_of_cocy…CochainComplex.HomComplex.CohomologyClass.toHom_mk_eq_zero_iff · cited by 1CohomologyClass.toHom_mk_…CochainComplex.isKInjective_of_injective · cited by 1CochainComplex.isKInjecti…CochainComplex.mappingCone.descHomotopy · cited by 0mappingCone.descHomotopyCochainComplex.mappingCone.liftHomotopy · cited by 0mappingCone.liftHomotopyCochainComplex.mappingCone.map_eq_mapOfHomotopy · cited by 0mappingCone.map_eq_mapOfH…CochainComplex.MappingConeCompHomotopyEquiv.homotopyInvHomId · cited by 0MappingConeCompHomotopyEq…CochainComplex.HomComplex.Cochain.equivHomotopy_apply_of_eq · cited by 0Cochain.equivHomotopy_app…CochainComplex.HomComplex.Cochain.equivHomotopy_symm_apply_hom · cited by 0Cochain.equivHomotopy_sym…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomEquiv · cited by 8337EquivCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveComplexShape.up · cited by 1123ComplexShape.upCochainComplex · cited by 1016CochainComplexCochainComplex.HomComplex.Cochain · cited by 341HomComplex.CochainCochainComplex.HomComplex.Cochain.v · cited by 213Cochain.vCochainComplex.HomComplex.Cochain.ofHom · cited by 121Cochain.ofHomHomotopy · cited by 106HomotopyCochainComplex.HomComplex.δ · cited by 102HomComplex.δCochainComplex.HomComplex.Cochain.ofHomotopy · cited by 6Cochain.ofHomotopyCochain.equivHomotopyCITED BYCITES

Cites12

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

Cited by14

Results whose statement or proof uses this declaration.