Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.isPointwiseLeftKanExtensionLeftKanExtensionUnit

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        (L : CategoryTheory.Functor C D) →
          {H : Type u_3} →
            [inst_2 : CategoryTheory.Category.{v_3, u_3} H] →
              (F : CategoryTheory.Functor C H) →
                [inst_3 : L.HasPointwiseLeftKanExtension F] →
                  (CategoryTheory.Functor.LeftExtension.mk (L.leftKanExtension F)
                      (L.leftKanExtensionUnit F)).IsPointwiseLeftKanExtension

If there exists a pointwise left Kan extension of F along L, then L.lan.obj G is a pointwise left Kan extension of F.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Adjunction
Cited by
7 results in Mathlib
Foundations
Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.HasPointwiseLeftKanExtension

Around this declaration

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

CategoryTheory.Functor.leftKanExtensionObjIsoColimit · cited by 10Functor.leftKanExtensionO…TopCat.Presheaf.germToPullbackStalk · cited by 9Presheaf.germToPullbackSt…TopCat.Presheaf.pullbackObjObjOfImageOpen · cited by 5Presheaf.pullbackObjObjOf…TopCat.Presheaf.pullbackPushforwardAdjunction_unit_pullback_map_germToPullbackStalk · cited by 2Presheaf.pullbackPushforw…TopCat.Presheaf.pullback_obj_obj_ext · cited by 2Presheaf.pullback_obj_obj…CategoryTheory.Functor.leftKanExtensionUnit_leftKanExtension_map_leftKanExtensionObjIsoColimit_hom · cited by 1Functor.leftKanExtensionU…CategoryTheory.Functor.ι_leftKanExtensionObjIsoColimit_hom · cited by 1Functor.ι_leftKanExtensio…CategoryTheory.Functor.ι_leftKanExtensionObjIsoColimit_inv · cited by 1Functor.ι_leftKanExtensio…TopCat.Presheaf.pullbackObjObjOfImageOpen_hom_naturality · cited by 0Presheaf.pullbackObjObjOf…CategoryTheory.lanEvaluationIsoColim · cited by 0CategoryTheory.lanEvaluat…IsOpenMap.pullbackObjIso_hom_naturality · cited by 0IsOpenMap.pullbackObjIso_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.HasPointwiseLeftKanExtension · cited by 55Functor.HasPointwiseLeftK…CategoryTheory.Functor.LeftExtension.mk · cited by 31LeftExtension.mkCategoryTheory.Functor.leftKanExtension · cited by 29Functor.leftKanExtensionCategoryTheory.Functor.leftKanExtensionUnit · cited by 27Functor.leftKanExtensionU…CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtension · cited by 6LeftExtension.IsPointwise…CategoryTheory.Functor.isPointwiseLeftKanExtensionOfIsLeftKanExtension · cited by 2Functor.isPointwiseLeftKa…Functor.isPointwiseLeftKanExt…CITED BYCITES

Cites8

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

Cited by11

Results whose statement or proof uses this declaration.