Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Presheaf.uliftYonedaAdjunction

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {ℰ : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} ℰ] →
        {A : CategoryTheory.Functor C ℰ} →
          [CategoryTheory.uliftYoneda.{max w v₂, v₁, u₁}.HasPointwiseLeftKanExtension A] →
            (L : CategoryTheory.Functor (CategoryTheory.Functor Cᵒᵖ (Type (max w v₁ v₂))) ℰ) →
              (α : A ⟶ CategoryTheory.uliftYoneda.{max w v₂, v₁, u₁}.comp L) →
                [L.IsLeftKanExtension α] → L ⊣ CategoryTheory.Presheaf.restrictedULiftYoneda A

If L : (Cᵒᵖ ⥤ Type max w v₁ v₂) ⥤ ℰ is a pointwise left Kan extension of a functor A : C ⥤ ℰ along the Yoneda embedding, then L is a left adjoint of restrictedULiftYoneda A : ℰ ⥤ Cᵒᵖ ⥤ Type max w v₁ v₂

Defined in
Mathlib.CategoryTheory.Limits.Presheaf
Cited by
5 results in Mathlib
Foundations
Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.HasPointwiseLeftKanExtensionCategoryTheory.Functor.IsLeftKanExtension

Around this declaration

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

sSetTopAdj · cited by 7sSetTopAdjCategoryTheory.Presheaf.uliftYonedaAdjunction_homEquiv_app · cited by 1Presheaf.uliftYonedaAdjun…CategoryTheory.Presheaf.preservesColimitsOfSize_of_isLeftKanExtension · cited by 0Presheaf.preservesColimit…CategoryTheory.Presheaf.uliftYonedaAdjunction.congr_simp · cited by 0uliftYonedaAdjunction.con…CategoryTheory.Presheaf.isLeftAdjoint_of_preservesColimits · cited by 0Presheaf.isLeftAdjoint_of…SSet.sdExAdjunction · cited by 0SSet.sdExAdjunctionCategoryTheory.Presheaf.uliftYonedaAdjunction_unit_app_app · cited by 0Presheaf.uliftYonedaAdjun…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.uliftYoneda · cited by 84CategoryTheory.uliftYonedaCategoryTheory.Functor.IsLeftKanExtension · cited by 57Functor.IsLeftKanExtensionCategoryTheory.Functor.HasPointwiseLeftKanExtension · cited by 55Functor.HasPointwiseLeftK…CategoryTheory.Presheaf.restrictedULiftYoneda · cited by 15Presheaf.restrictedULiftY…CategoryTheory.Adjunction.mkOfHomEquiv · cited by 4Adjunction.mkOfHomEquivCategoryTheory.Presheaf.restrictedULiftYonedaHomEquiv · cited by 2Presheaf.restrictedULiftY…Presheaf.uliftYonedaAdjunctionCITED BYCITES

Cites13

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

Cited by7

Results whose statement or proof uses this declaration.