Theorems · Theorem · category theory
CategoryTheory.ProjectiveResolution.lift_commutes_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Abelian C] {Y Z : C} (f : Y ⟶ Z)
(P : CategoryTheory.ProjectiveResolution Y) (Q : CategoryTheory.ProjectiveResolution Z) {Z_1 : ChainComplex C ℕ}
(h : (ChainComplex.single₀ C).obj Z ⟶ Z_1),
CategoryTheory.CategoryStruct.comp (CategoryTheory.ProjectiveResolution.lift f P Q)
(CategoryTheory.CategoryStruct.comp Q.π h) =
CategoryTheory.CategoryStruct.comp P.π (CategoryTheory.CategoryStruct.comp ((ChainComplex.single₀ C).map f) h)The resolution maps intertwine the lift of a morphism and that morphism.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- ComplexShape.downstatement · cited by 605
- ChainComplexstatement and proof · cited by 350
- CategoryTheory.ProjectiveResolutionstatement and proof · cited by 92
- CategoryTheory.ProjectiveResolution.complexstatement · cited by 82
- ChainComplex.single₀statement and proof · cited by 69
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.