Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.isPointwiseLeftKanExtensionOfHasPointwiseRightDerivedFunctor

{C : Type u₁} →
  {D : Type u₂} →
    {H : Type u₃} →
      [inst : CategoryTheory.Category.{v₁, u₁} C] →
        [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} H] →
            (F' : CategoryTheory.Functor D H) →
              {F : CategoryTheory.Functor C H} →
                {L : CategoryTheory.Functor C D} →
                  (α : F ⟶ L.comp F') →
                    (W : CategoryTheory.MorphismProperty C) →
                      [F.HasPointwiseRightDerivedFunctor W] →
                        [inst_4 : L.IsLocalization W] →
                          [F'.IsRightDerivedFunctor α W] →
                            (CategoryTheory.Functor.LeftExtension.mk F' α).IsPointwiseLeftKanExtension

A right derived functor is a pointwise right derived functor when there exists a pointwise right derived functor.

Defined in
Mathlib.CategoryTheory.Functor.Derived.PointwiseRightDerived
Cited by
0 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.HasPointwiseRightDerivedFunctorCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsRightDerivedFunctor

Around this declaration

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

Cites15

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.