Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.IsRightDerivedFunctor

{C : Type u_1} →
  {D : Type u_2} →
    {H : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_3, u_2} D] →
          [inst_2 : CategoryTheory.Category.{v_5, u_3} H] →
            (RF : CategoryTheory.Functor D H) →
              {F : CategoryTheory.Functor C H} →
                {L : CategoryTheory.Functor C D} →
                  (F ⟶ L.comp RF) → (W : CategoryTheory.MorphismProperty C) → [L.IsLocalization W] → Prop

A functor RF : D ⥤ H is a right derived functor of F : C ⥤ H if it is equipped with a natural transformation α : F ⟶ L ⋙ RF which makes it a left Kan extension of F along L, where L : C ⥤ D is a localization functor for W : MorphismProperty C.

Defined in
Mathlib.CategoryTheory.Functor.Derived.RightDerived
Cited by
43 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalization

Around this declaration

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

CategoryTheory.Functor.rightDerivedNatTrans · cited by 10Functor.rightDerivedNatTr…CategoryTheory.Functor.rightDerivedDesc · cited by 8Functor.rightDerivedDescCategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison · cited by 6LocalizerMorphism.rightDe…CategoryTheory.Functor.IsRightDerivedFunctor.isLeftKanExtension · cited by 6IsRightDerivedFunctor.isL…CategoryTheory.Functor.rightDerived_fac · cited by 5Functor.rightDerived_facCategoryTheory.Adjunction.derivedε · cited by 4Adjunction.derivedεCategoryTheory.Functor.rightDerivedNatTrans_fac · cited by 4Functor.rightDerivedNatTr…CategoryTheory.LocalizerMorphism.Derives.isIso_of_isRightDerivedFunctor · cited by 3Derives.isIso_of_isRightD…CategoryTheory.Functor.rightDerived_fac_app · cited by 3Functor.rightDerived_fac_…CategoryTheory.Adjunction.derived · cited by 2Adjunction.derivedCategoryTheory.Adjunction.derived' · cited by 2Adjunction.derived'CategoryTheory.Functor.isRightDerivedFunctor_of_inverts · cited by 2Functor.isRightDerivedFun…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac · cited by 2LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac_app · cited by 2LocalizerMorphism.rightDe…CategoryTheory.Functor.rightDerivedNatIso · cited by 2Functor.rightDerivedNatIsoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationFunctor.IsRightDerivedFunctorCITED BYCITES

Cites6

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

Cited by54

Results whose statement or proof uses this declaration.