Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.LeftExtension

{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 F ⟶ L ⋙ F'.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Basic
Cited by
67 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.HasLeftKanExtension · cited by 42Functor.HasLeftKanExtensi…CategoryTheory.Functor.LeftExtension.mk · cited by 31LeftExtension.mkCategoryTheory.Functor.leftKanExtension · cited by 29Functor.leftKanExtensionCategoryTheory.Functor.leftKanExtensionUnit · cited by 27Functor.leftKanExtensionU…CategoryTheory.Functor.LeftExtension.coconeAt · cited by 20LeftExtension.coconeAtCategoryTheory.Functor.leftExtensionEquivalenceOfIso₁ · cited by 16Functor.leftExtensionEqui…CategoryTheory.Functor.LeftExtension.postcompose₂ · cited by 14LeftExtension.postcompose₂CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtensionAt · cited by 13LeftExtension.IsPointwise…CategoryTheory.Functor.LeftExtension.precomp · cited by 9LeftExtension.precompCategoryTheory.Functor.LeftExtension.postcomp₁ · cited by 8LeftExtension.postcomp₁CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtension · cited by 6LeftExtension.IsPointwise…CategoryTheory.Functor.LeftExtension.precomp₂ · cited by 6LeftExtension.precomp₂CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtension.isLeftKanExtension · cited by 5IsPointwiseLeftKanExtensi…CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtensionAt.isoColimit · cited by 4IsPointwiseLeftKanExtensi…CategoryTheory.Functor.LeftExtension.coconeAtWhiskerRightIso · cited by 3LeftExtension.coconeAtWhi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.StructuredArrow · cited by 370CategoryTheory.Structured…Functor.LeftExtensionCITED BYCITES

Cites5

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

Cited by108

Results whose statement or proof uses this declaration.