Mathlib Map

Theorems · Definition · category theory

CategoryTheory.InjectiveResolution.isoRightDerivedObj

{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] →
                      (n : ℕ) →
                        (F.rightDerived n).obj X ≅
                          (HomologicalComplex.homologyFunctor D (ComplexShape.up ℕ) n).obj
                            ((F.mapHomologicalComplex (ComplexShape.up ℕ)).obj I.cocomplex)

We can compute a right derived functor using a chosen injective resolution.

Defined in
Mathlib.CategoryTheory.Abelian.RightDerived
Cited by
8 results in Mathlib
Foundations
Depth 111 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_hom_naturality · cited by 3InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.isoRightDerivedObj_inv_naturality · cited by 1InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.rightDerived_app_eq · cited by 0InjectiveResolution.right…CategoryTheory.Functor.isZero_rightDerived_obj_injective_succ · cited by 0Functor.isZero_rightDeriv…CategoryTheory.InjectiveResolution.isoRightDerivedObj_hom_naturality_assoc · cited by 0InjectiveResolution.isoRi…CategoryTheory.InjectiveResolution.isoRightDerivedObj_inv_naturality_assoc · cited by 0InjectiveResolution.isoRi…CategoryTheory.Functor.rightDerived_map_eq · cited by 0Functor.rightDerived_map_…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.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…CategoryTheory.InjectiveResolution · cited by 90CategoryTheory.InjectiveR…CategoryTheory.InjectiveResolution.cocomplex · cited by 73InjectiveResolution.cocom…HomologicalComplex.homologyFunctor · cited by 70HomologicalComplex.homolo…InjectiveResolution.isoRightD…CITED BYCITES

Cites20

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

Cited by8

Results whose statement or proof uses this declaration.