Theorems · Theorem · category theory
DerivedCategory.left_fac_of_isStrictlyGE
∀ {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)
(n : ℤ) [Y.IsStrictlyGE n],
∃ Y',
∃ (_ : Y'.IsStrictlyGE n),
∃ g s,
∃ (x : CategoryTheory.IsIso (DerivedCategory.Q.map s)),
f =
CategoryTheory.CategoryStruct.comp (DerivedCategory.Q.map g) (CategoryTheory.inv (DerivedCategory.Q.map s))Any morphism f : Q.obj X ⟶ Q.obj Y in the derived category with Y strictly ≥ n
can be written as f = Q.map g ≫ inv (Q.map s) with g : X ⟶ Y' and s : Y ⟶ Y'
a quasi-isomorphism with Y' strictly ≥ n.
- Cited by
- 2 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.
Cites29
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.Category.assocproof · cited by 6,433
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.IsIsostatement and proof · cited by 1,156
- ComplexShape.upstatement · cited by 1,123
- CochainComplexstatement and proof · cited by 1,016
- CategoryTheory.Functor.map_compproof · cited by 734
Cited by2
Results whose statement or proof uses this declaration.
- DerivedCategory.to_singleFunctor_obj_eq_zero_of_injectiveproof · cited by 1
- DerivedCategory.left_fac_of_isStrictlyLE_of_isStrictlyGEproof · cited by 0