Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.InjectiveResolution.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.InjectiveResolution X) (n₁ n₂ : ℤ) (k₁ k₂ : ℕ)
  (h₁ : ↑k₁ = n₁) (h₂ : ↑k₂ = n₂),
  R.cochainComplex.d n₁ n₂ =
    CategoryTheory.CategoryStruct.comp (R.cochainComplexXIso n₁ k₁ h₁).hom
      (CategoryTheory.CategoryStruct.comp (R.cocomplex.d k₁ k₂) (R.cochainComplexXIso n₂ k₂ h₂).inv)
Defined in
Mathlib.CategoryTheory.Abelian.Injective.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.InjectiveResolution.cochainComplex_d_assoc · cited by 0InjectiveResolution.cocha…CategoryTheory.InjectiveResolution.sub_extMk · cited by 0InjectiveResolution.sub_e…CategoryTheory.InjectiveResolution.extMk_comp_mk₀ · cited by 0InjectiveResolution.extMk…CategoryTheory.InjectiveResolution.extMk_eq_zero_iff · cited by 0InjectiveResolution.extMk…CategoryTheory.InjectiveResolution.extMk_surjective · cited by 0InjectiveResolution.extMk…CategoryTheory.InjectiveResolution.mk₀_comp_extMk · cited by 0InjectiveResolution.mk₀_c…CategoryTheory.InjectiveResolution.neg_extMk · cited by 0InjectiveResolution.neg_e…CategoryTheory.InjectiveResolution.add_extMk · cited by 0InjectiveResolution.add_e…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.upHomologicalComplex.d · cited by 598HomologicalComplex.dCategoryTheory.InjectiveResolution · cited by 90CategoryTheory.InjectiveR…CategoryTheory.InjectiveResolution.cocomplex · cited by 73InjectiveResolution.cocom…CategoryTheory.InjectiveResolution.cochainComplex · cited by 30InjectiveResolution.cocha…CategoryTheory.InjectiveResolution.cochainComplexXIso · cited by 18InjectiveResolution.cocha…HomologicalComplex.extend_d_eq · cited by 12HomologicalComplex.extend…InjectiveResolution.cochainCo…CITED BYCITES

Cites16

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.