Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.ProjectiveResolution.cochainComplex_d

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasZeroObject C]
  [inst_2 : CategoryTheory.Preadditive C] {X : C} (R : CategoryTheory.ProjectiveResolution X) (n₁ n₂ : ℤ) (k₁ k₂ : ℕ)
  (h₁ : autoParam (-↑k₁ = n₁) CategoryTheory.ProjectiveResolution.cochainComplex_d._auto_1)
  (h₂ : autoParam (-↑k₂ = n₂) CategoryTheory.ProjectiveResolution.cochainComplex_d._auto_3),
  R.cochainComplex.d n₁ n₂ =
    CategoryTheory.CategoryStruct.comp (R.cochainComplexXIso n₁ k₁ ⋯).hom
      (CategoryTheory.CategoryStruct.comp (R.complex.d k₁ k₂) (R.cochainComplexXIso n₂ k₂ ⋯).inv)
Defined in
Mathlib.CategoryTheory.Abelian.Projective.Extend
Cited by
8 results in Mathlib
Foundations
Depth 55 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroObjectCategoryTheory.Preadditive

Around this declaration

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

CategoryTheory.ProjectiveResolution.sub_extMk · cited by 0ProjectiveResolution.sub_…CategoryTheory.ProjectiveResolution.extMk_comp_mk₀ · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.add_extMk · cited by 0ProjectiveResolution.add_…CategoryTheory.ProjectiveResolution.extMk_eq_zero_iff · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.extMk_surjective · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.mk₀_comp_extMk · cited by 0ProjectiveResolution.mk₀_…CategoryTheory.ProjectiveResolution.neg_extMk · cited by 0ProjectiveResolution.neg_…CategoryTheory.ProjectiveResolution.cochainComplex_d_assoc · cited by 0ProjectiveResolution.coch…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectComplexShape.up · cited by 1123ComplexShape.upComplexShape.down · cited by 605ComplexShape.downHomologicalComplex.d · cited by 598HomologicalComplex.dCategoryTheory.ProjectiveResolution · cited by 92CategoryTheory.Projective…CategoryTheory.ProjectiveResolution.complex · cited by 82ProjectiveResolution.comp…CategoryTheory.ProjectiveResolution.cochainComplex · cited by 30ProjectiveResolution.coch…CategoryTheory.ProjectiveResolution.cochainComplexXIso · cited by 18ProjectiveResolution.coch…ProjectiveResolution.cochainC…CITED BYCITES

Cites17

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

Cited by8

Results whose statement or proof uses this declaration.