Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.lanUnit

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        (L : CategoryTheory.Functor C D) →
          {H : Type u_3} →
            [inst_2 : CategoryTheory.Category.{v_3, u_3} H] →
              [inst_3 : ∀ (F : CategoryTheory.Functor C H), L.HasLeftKanExtension F] →
                CategoryTheory.Functor.id (CategoryTheory.Functor C H) ⟶
                  L.lan.comp ((CategoryTheory.Functor.whiskeringLeft C D H).obj L)

The natural transformation F ⟶ L ⋙ (L.lan).obj G.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Adjunction
Cited by
16 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.HasLeftKanExtension

Around this declaration

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

CategoryTheory.Functor.lanAdjunction · cited by 9Functor.lanAdjunctionCategoryTheory.Presheaf.compULiftYonedaIsoULiftYonedaCompLan · cited by 4Presheaf.compULiftYonedaI…CategoryTheory.Functor.lanUnit_app_whiskerLeft_lanAdjunction_counit_app · cited by 3Functor.lanUnit_app_whisk…CategoryTheory.TwoSquare.lanBaseChange · cited by 2TwoSquare.lanBaseChangeCategoryTheory.Functor.lanAdjunction_unit · cited by 2Functor.lanAdjunction_unitCategoryTheory.Functor.lanCompColimIso · cited by 2Functor.lanCompColimIsoCategoryTheory.TwoSquare.lanBaseChange_app · cited by 1TwoSquare.lanBaseChange_a…CategoryTheory.Functor.isIso_lanAdjunction_homEquiv_symm_iff · cited by 1Functor.isIso_lanAdjuncti…CategoryTheory.Presheaf.compULiftYonedaIsoULiftYonedaCompLan_inv_app_app_apply_eq_id · cited by 1Presheaf.compULiftYonedaI…CategoryTheory.Presheaf.compULiftYonedaIsoULiftYonedaCompLan.hom_ext · cited by 1compULiftYonedaIsoULiftYo…CategoryTheory.Presheaf.compULiftYonedaIsoULiftYonedaCompLan.natTrans · cited by 1compULiftYonedaIsoULiftYo…CategoryTheory.Functor.lanUnit_app_app_lanAdjunction_counit_app_app · cited by 1Functor.lanUnit_app_app_l…CategoryTheory.Functor.isIso_lanAdjunction_counit_app_iff · cited by 0Functor.isIso_lanAdjuncti…CategoryTheory.Functor.lanAdjunction_counit_app · cited by 0Functor.lanAdjunction_cou…CategoryTheory.Functor.lanCompColimIso_hom_app · cited by 0Functor.lanCompColimIso_h…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.id · cited by 3333Functor.idCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.Functor.HasLeftKanExtension · cited by 42Functor.HasLeftKanExtensi…CategoryTheory.Functor.leftKanExtensionUnit · cited by 27Functor.leftKanExtensionU…CategoryTheory.Functor.lan · cited by 22Functor.lanFunctor.lanUnitCITED BYCITES

Cites10

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

Cited by21

Results whose statement or proof uses this declaration.