Theorems · Theorem · category theory
DerivedCategory.right_fac
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Abelian C]
[inst_2 : HasDerivedCategory C] {X Y : CochainComplex C ℤ} (f : DerivedCategory.Q.obj X ⟶ DerivedCategory.Q.obj Y),
∃ X' s,
∃ (x : CategoryTheory.IsIso (DerivedCategory.Q.map s)),
∃ g,
f = CategoryTheory.CategoryStruct.comp (CategoryTheory.inv (DerivedCategory.Q.map s)) (DerivedCategory.Q.map g)Any morphism f : Q.obj X ⟶ Q.obj Y in the derived category can be written
as f = inv (Q.map s) ≫ Q.map g with s : X' ⟶ X a quasi-isomorphism and g : X' ⟶ Y.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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 and proof · cited by 17,999
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- HomologicalComplexproof · cited by 1,691
- CategoryTheory.IsIsostatement and proof · cited by 1,156
- ComplexShape.upstatement and proof · cited by 1,123
- CochainComplexstatement and proof · cited by 1,016
- CategoryTheory.invstatement and proof · cited by 467
- HasDerivedCategorystatement and proof · cited by 190
Cited by1
Results whose statement or proof uses this declaration.
- DerivedCategory.right_fac_of_isStrictlyLEproof · cited by 3