Mathlib Map

Theorems · Theorem · category theory

DerivedCategory.right_fac_of_isStrictlyLE

∀ {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 : ℤ) [X.IsStrictlyLE n],
  ∃ X',
    ∃ (_ : X'.IsStrictlyLE n),
      ∃ 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 with X strictly ≤ n can be written as f = inv (Q.map s) ≫ Q.map g with s : X' ⟶ X a quasi-isomorphism with X' strictly ≤ n and g : X' ⟶ Y.

Defined in
Mathlib.Algebra.Homology.DerivedCategory.Fractions
Cited by
3 results in Mathlib
Foundations
Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianHasDerivedCategoryCochainComplex.IsStrictlyLE

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites25

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.