Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.isUniversalOfIsRightKanExtension

{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} →
                  (α : L.comp F' ⟶ F) →
                    [F'.IsRightKanExtension α] →
                      CategoryTheory.CostructuredArrow.IsUniversal (CategoryTheory.Functor.RightExtension.mk F' α)

If (F', α) is a right Kan extension of F along L, then (F', α) is a terminal object in the category RightExtension L F.

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

Around this declaration

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

CategoryTheory.Functor.liftOfIsRightKanExtension · cited by 14Functor.liftOfIsRightKanE…CategoryTheory.Functor.liftOfIsRightKanExtension_fac · cited by 11Functor.liftOfIsRightKanE…CategoryTheory.Functor.hom_ext_of_isRightKanExtension · cited by 4Functor.hom_ext_of_isRigh…CategoryTheory.Functor.HasRightKanExtension.mk · cited by 2HasRightKanExtension.mkCategoryTheory.Functor.isRightKanExtension_of_iso · cited by 2Functor.isRightKanExtensi…CategoryTheory.Functor.isRightKanExtension_iff_of_iso₂ · cited by 0Functor.isRightKanExtensi…CategoryTheory.Functor.isRightKanExtension_iff_postcomp₁ · cited by 0Functor.isRightKanExtensi…CategoryTheory.Functor.isRightKanExtension_iff_precomp · cited by 0Functor.isRightKanExtensi…CategoryTheory.SimplicialObject.IsCoskeletal.isUniversalOfIsRightKanExtension · cited by 0IsCoskeletal.isUniversalO…CategoryTheory.Functor.isPointwiseRightKanExtensionOfIsRightKanExtension · cited by 0Functor.isPointwiseRightK…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftNonempty.some · cited by 340Nonempty.someCategoryTheory.Functor.IsRightKanExtension · cited by 46Functor.IsRightKanExtensi…CategoryTheory.Functor.RightExtension.mk · cited by 18RightExtension.mkCategoryTheory.CostructuredArrow.IsUniversal · cited by 12CostructuredArrow.IsUnive…CategoryTheory.Functor.IsRightKanExtension.nonempty_isUniversal · cited by 1IsRightKanExtension.nonem…Functor.isUniversalOfIsRightK…CITED BYCITES

Cites11

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

Cited by10

Results whose statement or proof uses this declaration.