Theorems · Definition · category theory
CategoryTheory.InjectiveResolution.descHomotopyZeroSucc
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.Abelian C] →
{Y Z : C} →
{I : CategoryTheory.InjectiveResolution Y} →
{J : CategoryTheory.InjectiveResolution Z} →
(f : I.cocomplex ⟶ J.cocomplex) →
(n : ℕ) →
(g : I.cocomplex.X (n + 1) ⟶ J.cocomplex.X n) →
(g' : I.cocomplex.X (n + 2) ⟶ J.cocomplex.X (n + 1)) →
f.f (n + 1) =
CategoryTheory.CategoryStruct.comp (I.cocomplex.d (n + 1) (n + 2)) g' +
CategoryTheory.CategoryStruct.comp g (J.cocomplex.d n (n + 1)) →
(I.cocomplex.X (n + 3) ⟶ J.cocomplex.X (n + 2))An auxiliary definition for descHomotopyZero.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- HomologicalComplex.Xstatement and proof · cited by 1,839
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- ComplexShape.upstatement · cited by 1,123
- CochainComplexstatement · cited by 1,016
- HomologicalComplex.Hom.fstatement and proof · cited by 845
- HomologicalComplex.dstatement and proof · cited by 598
- CategoryTheory.InjectiveResolutionstatement and proof · cited by 90
- CategoryTheory.InjectiveResolution.cocomplexstatement and proof · cited by 73
- CategoryTheory.ShortComplex.Exact.descToInjectiveproof · cited by 4
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.InjectiveResolution.comp_descHomotopyZeroSuccstatement · cited by 1
- CategoryTheory.InjectiveResolution.descHomotopyZeroproof · cited by 0
- CategoryTheory.InjectiveResolution.comp_descHomotopyZeroSucc_assocstatement and proof · cited by 0
- CategoryTheory.InjectiveResolution.descHomotopyZeroSucc.congr_simpstatement and proof · cited by 0