Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.leftDerivedToHomotopyCategory

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u_1} →
      [inst_1 : CategoryTheory.Category.{v_1, u_1} D] →
        [inst_2 : CategoryTheory.Abelian C] →
          [CategoryTheory.HasProjectiveResolutions C] →
            [inst_4 : CategoryTheory.Abelian D] →
              (F : CategoryTheory.Functor C D) →
                [F.Additive] → CategoryTheory.Functor C (HomotopyCategory D (ComplexShape.down ℕ))

When F : C ⥤ D is an additive functor, this is the functor C ⥤ HomotopyCategory D (ComplexShape.down ℕ) which sends X : C to F applied to a projective resolution of X.

Defined in
Mathlib.CategoryTheory.Abelian.LeftDerived
Cited by
12 results in Mathlib
Foundations
Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.HasProjectiveResolutionsCategoryTheory.AbelianCategoryTheory.Functor.Additive

Around this declaration

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

CategoryTheory.Functor.leftDerived · cited by 29Functor.leftDerivedCategoryTheory.ProjectiveResolution.isoLeftDerivedToHomotopyCategoryObj · cited by 8ProjectiveResolution.isoL…CategoryTheory.NatTrans.leftDerivedToHomotopyCategory · cited by 5NatTrans.leftDerivedToHom…CategoryTheory.ProjectiveResolution.isoLeftDerivedObj_hom_naturality · cited by 3ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.isoLeftDerivedToHomotopyCategoryObj_hom_naturality · cited by 2ProjectiveResolution.isoL…CategoryTheory.NatTrans.leftDerivedToHomotopyCategory_comp · cited by 1NatTrans.leftDerivedToHom…CategoryTheory.ProjectiveResolution.isoLeftDerivedToHomotopyCategoryObj_inv_naturality · cited by 1ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.isoLeftDerivedToHomotopyCategoryObj_inv_naturality_assoc · cited by 1ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.leftDerivedToHomotopyCategory_app_eq · cited by 1ProjectiveResolution.left…CategoryTheory.ProjectiveResolution.fromLeftDerivedZero_eq · cited by 0ProjectiveResolution.from…CategoryTheory.NatTrans.leftDerivedToHomotopyCategory_comp_assoc · cited by 0NatTrans.leftDerivedToHom…CategoryTheory.NatTrans.leftDerivedToHomotopyCategory_id · cited by 0NatTrans.leftDerivedToHom…CategoryTheory.NatTrans.leftDerived_id · cited by 0NatTrans.leftDerived_idCategoryTheory.ProjectiveResolution.isoLeftDerivedToHomotopyCategoryObj_hom_naturality_assoc · cited by 0ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.leftDerived_app_eq · cited by 0ProjectiveResolution.left…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveComplexShape.down · cited by 605ComplexShape.downHomotopyCategory · cited by 132HomotopyCategoryCategoryTheory.HasProjectiveResolutions · cited by 42CategoryTheory.HasProject…CategoryTheory.Functor.mapHomotopyCategory · cited by 18Functor.mapHomotopyCatego…CategoryTheory.projectiveResolutions · cited by 7CategoryTheory.projective…Functor.leftDerivedToHomotopy…CITED BYCITES

Cites10

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

Cited by15

Results whose statement or proof uses this declaration.