Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.isPointwiseLeftKanExtensionOfIsLeftKanExtension

{C : Type u_1} →
  {D : Type u_2} →
    {H : Type u_4} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
          [inst_2 : CategoryTheory.Category.{v_4, u_4} H] →
            {L : CategoryTheory.Functor C D} →
              {F : CategoryTheory.Functor C H} →
                [L.HasPointwiseLeftKanExtension F] →
                  (F' : CategoryTheory.Functor D H) →
                    (α : F ⟶ L.comp F') →
                      [F'.IsLeftKanExtension α] →
                        (CategoryTheory.Functor.LeftExtension.mk F' α).IsPointwiseLeftKanExtension

If F admits a pointwise left Kan extension along L, then any left Kan extension of F along L is a pointwise left Kan extension.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Pointwise
Cited by
2 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.HasPointwiseLeftKanExtensionCategoryTheory.Functor.IsLeftKanExtension

Around this declaration

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

CategoryTheory.Functor.isPointwiseLeftKanExtensionLeftKanExtensionUnit · cited by 7Functor.isPointwiseLeftKa…CategoryTheory.Presheaf.restrictedULiftYonedaHomEquiv · cited by 2Presheaf.restrictedULiftY…CategoryTheory.Functor.isPointwiseLeftKanExtensionOfHasPointwiseRightDerivedFunctor · cited by 0Functor.isPointwiseLeftKa…CategoryTheory.Functor.isPointwiseLeftKanExtensionOfIsLeftKanExtension.congr_simp · cited by 0isPointwiseLeftKanExtensi…CategoryTheory.Presheaf.isIso_of_isLeftKanExtension · cited by 0Presheaf.isIso_of_isLeftK…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…CategoryTheory.Functor.IsLeftKanExtension · cited by 57Functor.IsLeftKanExtensionCategoryTheory.Functor.HasPointwiseLeftKanExtension · cited by 55Functor.HasPointwiseLeftK…CategoryTheory.Functor.LeftExtension.mk · cited by 31LeftExtension.mkCategoryTheory.Functor.isUniversalOfIsLeftKanExtension · cited by 7Functor.isUniversalOfIsLe…CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtension · cited by 6LeftExtension.IsPointwise…CategoryTheory.Functor.pointwiseLeftKanExtensionIsPointwiseLeftKanExtension · cited by 1Functor.pointwiseLeftKanE…CategoryTheory.Functor.LeftExtension.isPointwiseLeftKanExtensionEquivOfIso · cited by 0LeftExtension.isPointwise…CategoryTheory.Functor.pointwiseLeftKanExtensionIsUniversal · cited by 0Functor.pointwiseLeftKanE…Functor.isPointwiseLeftKanExt…CITED BYCITES

Cites14

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

Cited by5

Results whose statement or proof uses this declaration.