Mathlib Map

Theorems · Definition · category theory

CategoryTheory.InjectiveResolution.isoRightDerivedToHomotopyCategoryObj

{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.HasInjectiveResolutions C] →
            [inst_4 : CategoryTheory.Abelian D] →
              {X : C} →
                (I : CategoryTheory.InjectiveResolution X) →
                  (F : CategoryTheory.Functor C D) →
                    [inst_5 : F.Additive] →
                      F.rightDerivedToHomotopyCategory.obj X ≅
                        ((F.mapHomologicalComplex (ComplexShape.up ℕ)).comp
                              (HomotopyCategory.quotient D (ComplexShape.up ℕ))).obj
                          I.cocomplex

If I : InjectiveResolution Z and F : C ⥤ D is an additive functor, this is an isomorphism between F.rightDerivedToHomotopyCategory.obj X and the complex obtained by applying F to I.cocomplex.

Defined in
Mathlib.CategoryTheory.Abelian.RightDerived
Cited by
8 results in Mathlib
Foundations
Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.HasInjectiveResolutionsCategoryTheory.AbelianCategoryTheory.Functor.Additive

Around this declaration

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

CategoryTheory.InjectiveResolution.isoRightDerivedObj · cited by 8InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.isoRightDerivedObj_hom_naturality · cited by 3InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.isoRightDerivedToHomotopyCategoryObj_hom_naturality · cited by 2InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.rightDerivedToHomotopyCategory_app_eq · cited by 1InjectiveResolution.right…CategoryTheory.InjectiveResolution.isoRightDerivedToHomotopyCategoryObj_hom_naturality_assoc · cited by 1InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.isoRightDerivedToHomotopyCategoryObj_inv_naturality · cited by 1InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.rightDerived_app_eq · cited by 0InjectiveResolution.right…CategoryTheory.InjectiveResolution.isoRightDerivedToHomotopyCategoryObj_inv_naturality_assoc · cited by 0InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.toRightDerivedZero_eq · cited by 0InjectiveResolution.toRig…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.up · cited by 1123ComplexShape.upCategoryTheory.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.quotientInjectiveResolution.isoRightD…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.