Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ProjectiveResolution.isoLeftDerivedToHomotopyCategoryObj

{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] →
          [inst_3 : CategoryTheory.HasProjectiveResolutions C] →
            [inst_4 : CategoryTheory.Abelian D] →
              {X : C} →
                (P : CategoryTheory.ProjectiveResolution X) →
                  (F : CategoryTheory.Functor C D) →
                    [inst_5 : F.Additive] →
                      F.leftDerivedToHomotopyCategory.obj X ≅
                        ((F.mapHomologicalComplex (ComplexShape.down ℕ)).comp
                              (HomotopyCategory.quotient D (ComplexShape.down ℕ))).obj
                          P.complex

If P : ProjectiveResolution Z and F : C ⥤ D is an additive functor, this is an isomorphism between F.leftDerivedToHomotopyCategory.obj X and the complex obtained by applying F to P.complex.

Defined in
Mathlib.CategoryTheory.Abelian.LeftDerived
Cited by
8 results in Mathlib
Foundations
Depth 109 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.ProjectiveResolution.isoLeftDerivedObj · cited by 8ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.isoLeftDerivedObj_hom_naturality · cited by 3ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.isoLeftDerivedToHomotopyCategoryObj_hom_naturality · cited by 2ProjectiveResolution.isoL…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.isoLeftDerivedToHomotopyCategoryObj_hom_naturality_assoc · cited by 0ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.fromLeftDerivedZero_eq · cited by 0ProjectiveResolution.from…CategoryTheory.ProjectiveResolution.leftDerived_app_eq · cited by 0ProjectiveResolution.left…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianHomologicalComplex · cited by 1691HomologicalComplexCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveComplexShape.down · cited by 605ComplexShape.downCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.Functor.mapHomologicalComplex · cited by 145Functor.mapHomologicalCom…HomotopyCategory · cited by 132HomotopyCategoryHomotopyCategory.quotient · cited by 109HomotopyCategory.quotientProjectiveResolution.isoLeftD…CITED BYCITES

Cites22

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

Cited by9

Results whose statement or proof uses this declaration.