Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.RightExtension

{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] →
            CategoryTheory.Functor C D →
              CategoryTheory.Functor C H → Type (max (max (max (max u_3 u_4) v_3) v_4) u_1 v_3)

Given two functors L : C ⥤ D and F : C ⥤ H, this is the category of functors F' : D ⥤ H equipped with a natural transformation L ⋙ F' ⟶ F.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Basic
Cited by
41 results in Mathlib
Foundations
Depth 27 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.HasRightKanExtension · cited by 38Functor.HasRightKanExtens…CategoryTheory.Functor.RightExtension.mk · cited by 18RightExtension.mkCategoryTheory.Functor.RightExtension.postcompose₂ · cited by 14RightExtension.postcompos…CategoryTheory.Functor.rightKanExtension · cited by 11Functor.rightKanExtensionCategoryTheory.Functor.rightKanExtensionCounit · cited by 11Functor.rightKanExtension…CategoryTheory.Functor.RightExtension.IsPointwiseRightKanExtension · cited by 10RightExtension.IsPointwis…CategoryTheory.Functor.RightExtension.IsPointwiseRightKanExtensionAt · cited by 10RightExtension.IsPointwis…CategoryTheory.Functor.RightExtension.coneAt · cited by 9RightExtension.coneAtCategoryTheory.Functor.RightExtension.postcomp₁ · cited by 8RightExtension.postcomp₁CategoryTheory.Functor.RightExtension.precomp · cited by 6RightExtension.precompCategoryTheory.Functor.RightExtension.IsPointwiseRightKanExtensionAt.isoLimit · cited by 4IsPointwiseRightKanExtens…CategoryTheory.Functor.RightExtension.coneAtWhiskerRightIso · cited by 3RightExtension.coneAtWhis…CategoryTheory.Functor.RightExtension.IsPointwiseRightKanExtension.isRightKanExtension · cited by 3IsPointwiseRightKanExtens…CategoryTheory.Functor.RightExtension.postcompose₂ObjMkIso · cited by 3RightExtension.postcompos…CategoryTheory.SimplicialObject.Truncated.rightExtensionInclusion · cited by 3Truncated.rightExtensionI…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftFunctor.RightExtensionCITED BYCITES

Cites5

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

Cited by74

Results whose statement or proof uses this declaration.