Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.IsRightKanExtension

{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) → Prop

Given α : L ⋙ F' ⟶ F, the property F'.IsRightKanExtension α asserts that (F', α) is a terminal object in the category RightExtension L F, i.e. that (F', α) is a right Kan extension of F along L.

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

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.limitIsoOfIsRightKanExtension · cited by 7Functor.limitIsoOfIsRight…CategoryTheory.Functor.isUniversalOfIsRightKanExtension · cited by 7Functor.isUniversalOfIsRi…CategoryTheory.Functor.leftDerivedLift · cited by 7Functor.leftDerivedLiftCategoryTheory.Functor.IsLeftDerivedFunctor.isRightKanExtension · cited by 6IsLeftDerivedFunctor.isRi…CategoryTheory.Functor.rightKanExtensionUnique · cited by 6Functor.rightKanExtension…CategoryTheory.Functor.liftOfIsRightKanExtension_fac_app · cited by 5Functor.liftOfIsRightKanE…CategoryTheory.Functor.rightKanExtensionUnique_hom · cited by 5Functor.rightKanExtension…CategoryTheory.Functor.isRightKanExtension_iff_isIso · cited by 4Functor.isRightKanExtensi…CategoryTheory.Functor.homEquivOfIsRightKanExtension · cited by 4Functor.homEquivOfIsRight…CategoryTheory.Functor.hom_ext_of_isRightKanExtension · cited by 4Functor.hom_ext_of_isRigh…CategoryTheory.Functor.RightExtension.IsPointwiseRightKanExtension.isRightKanExtension · cited by 3IsPointwiseRightKanExtens…CategoryTheory.Functor.coneOfIsRightKanExtension · cited by 3Functor.coneOfIsRightKanE…CategoryTheory.Functor.leftDerived_fac · cited by 3Functor.leftDerived_facCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compFunctor.IsRightKanExtensionCITED BYCITES

Cites4

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

Cited by65

Results whose statement or proof uses this declaration.