Mathlib Map

Theorems · Theorem · category theory

CochainComplex.HomComplex.Cochain.comp_zero_cochain_v

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Preadditive C]
  {F G K : CochainComplex C ℤ} {n : ℤ} (z₁ : CochainComplex.HomComplex.Cochain F G n)
  (z₂ : CochainComplex.HomComplex.Cochain G K 0) (p q : ℤ) (hpq : p + n = q),
  (z₁.comp z₂ ⋯).v p q hpq = CategoryTheory.CategoryStruct.comp (z₁.v p q hpq) (z₂.v q q ⋯)
Defined in
Mathlib.Algebra.Homology.HomotopyCategory.HomComplex
Cited by
17 results in Mathlib
Foundations
Depth 53 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.HomComplex.Cochain.comp_id · cited by 4Cochain.comp_idCochainComplex.mappingCone.inr_snd · cited by 2mappingCone.inr_sndCochainComplex.mappingCone.inl_snd · cited by 2mappingCone.inl_sndCochainComplex.HomComplex.Cochain.ofHoms_comp · cited by 1Cochain.ofHoms_compCochainComplex.HomComplex.Cochain.fromSingleMk_postcomp · cited by 1Cochain.fromSingleMk_post…CochainComplex.mappingCone.triangleMapOfHomotopy_comm₃ · cited by 1mappingCone.triangleMapOf…CochainComplex.mappingCone.id_X · cited by 1mappingCone.id_XCochainComplex.mappingCone.δ_inl · cited by 1mappingCone.δ_inlCochainComplex.mappingCone.δ_snd · cited by 1mappingCone.δ_sndCochainComplex.HomComplex.Cocycle.equivHomShift_comp · cited by 1Cocycle.equivHomShift_compCochainComplex.HomComplex.Cocycle.equivHomShift_comp_shift · cited by 1Cocycle.equivHomShift_com…CochainComplex.Lifting.comp_coe_cocycle₁_comp · cited by 1Lifting.comp_coe_cocycle₁…CochainComplex.HomComplex.Cochain.toSingleMk_postcomp · cited by 1Cochain.toSingleMk_postco…CochainComplex.mappingCone.ext_cochain_to_iff · cited by 0mappingCone.ext_cochain_t…CochainComplex.mappingCocone.liftCochain_comp_fst · cited by 0mappingCocone.liftCochain…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Preadditive · cited by 3309CategoryTheory.Preadditiveadd_zero · cited by 2707add_zeroHomologicalComplex.X · cited by 1839HomologicalComplex.XComplexShape.up · cited by 1123ComplexShape.upCochainComplex · cited by 1016CochainComplexCochainComplex.HomComplex.Cochain · cited by 341HomComplex.CochainCochainComplex.HomComplex.Cochain.v · cited by 213Cochain.vCochainComplex.HomComplex.Cochain.comp · cited by 115Cochain.compCochainComplex.HomComplex.Cochain.comp_v · cited by 30Cochain.comp_vCochain.comp_zero_cochain_vCITED BYCITES

Cites12

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

Cited by17

Results whose statement or proof uses this declaration.