Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.HasPointwiseRightDerivedFunctorAt

{C : Type u₁} →
  {H : Type u₃} →
    [inst : CategoryTheory.Category.{v₁, u₁} C] →
      [inst_1 : CategoryTheory.Category.{v₃, u₃} H] →
        CategoryTheory.Functor C H → CategoryTheory.MorphismProperty C → C → Prop

Given F : C ⥤ H, W : MorphismProperty C and X : C, we say that F has a pointwise right derived functor at X if F has a left Kan extension at L.obj X for any localization functor L : C ⥤ D for W. In the definition, this is stated for L := W.Q, see hasPointwiseRightDerivedFunctorAt_iff for the more general equivalence.

Defined in
Mathlib.CategoryTheory.Functor.Derived.PointwiseRightDerived
Cited by
5 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

Cites3

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.