Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.leftKanExtensionUnique

{C : Type u_1} →
  {H : Type u_3} →
    {D : Type u_4} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_3, u_3} H] →
          [inst_2 : CategoryTheory.Category.{v_4, u_4} D] →
            (F' : CategoryTheory.Functor D H) →
              {L : CategoryTheory.Functor C D} →
                {F : CategoryTheory.Functor C H} →
                  (α : F ⟶ L.comp F') →
                    [F'.IsLeftKanExtension α] →
                      (F'' : CategoryTheory.Functor D H) →
                        (α' : F ⟶ L.comp F'') → [F''.IsLeftKanExtension α'] → F' ≅ F''

Two left Kan extensions are (canonically) isomorphic.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Basic
Cited by
6 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLeftKanExtensionCategoryTheory.Functor.IsLeftKanExtension

Around this declaration

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

CategoryTheory.Functor.leftKanExtensionCompIsoOfPreserves · cited by 10Functor.leftKanExtensionC…CategoryTheory.Functor.pointwiseLeftKanExtensionCompIsoOfPreserves · cited by 8Functor.pointwiseLeftKanE…CategoryTheory.Functor.leftKanExtensionUnique_hom · cited by 7Functor.leftKanExtensionU…CategoryTheory.Functor.leftKanExtensionUnique_inv · cited by 4Functor.leftKanExtensionU…CategoryTheory.Presheaf.compULiftYonedaIsoULiftYonedaCompLan · cited by 4Presheaf.compULiftYonedaI…CategoryTheory.Functor.IsDense.leftKanExtensionIso · cited by 4IsDense.leftKanExtensionI…CategoryTheory.MonoidalCategory.DayConvolution.uniqueUpToIso · cited by 4DayConvolution.uniqueUpTo…CategoryTheory.Functor.isLeftKanExtension_iff_isIso · cited by 3Functor.isLeftKanExtensio…CategoryTheory.MonoidalCategory.DayFunctor.isoPointwiseLeftKanExtension · cited by 2DayFunctor.isoPointwiseLe…CategoryTheory.Presheaf.isLeftKanExtension_along_uliftYoneda_iff · cited by 1Presheaf.isLeftKanExtensi…CategoryTheory.Presheaf.uniqueExtensionAlongULiftYoneda · cited by 0Presheaf.uniqueExtensionA…CategoryTheory.Functor.leftKanExtensionUnique.congr_simp · cited by 0leftKanExtensionUnique.co…CategoryTheory.Functor.PreservesLeftKanExtension.mk_of_preserves_isLeftKanExtension · cited by 0PreservesLeftKanExtension…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Functor.IsLeftKanExtension · cited by 57Functor.IsLeftKanExtensionCategoryTheory.Functor.leftKanExtensionUniqueOfIso · cited by 3Functor.leftKanExtensionU…Functor.leftKanExtensionUniqueCITED BYCITES

Cites8

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

Cited by13

Results whose statement or proof uses this declaration.