Theorems · Theorem · category theory
CategoryTheory.InjectiveResolution.cochainComplex_d_assoc
∀ {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₂) {Z : C} (h : R.cochainComplex.X n₂ ⟶ Z),
CategoryTheory.CategoryStruct.comp (R.cochainComplex.d n₁ n₂) h =
CategoryTheory.CategoryStruct.comp (R.cochainComplexXIso n₁ k₁ h₁).hom
(CategoryTheory.CategoryStruct.comp (R.cocomplex.d k₁ k₂)
(CategoryTheory.CategoryStruct.comp (R.cochainComplexXIso n₂ k₂ h₂).inv h))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- HomologicalComplex.Xstatement and proof · cited by 1,839
- CategoryTheory.Limits.HasZeroObjectstatement and proof · cited by 1,298
- ComplexShape.upstatement · cited by 1,123
- HomologicalComplex.dstatement and proof · cited by 598
- CategoryTheory.InjectiveResolutionstatement and proof · cited by 90
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.