Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.ranCounit

{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.HasRightKanExtension F] →
                L.ran.comp ((CategoryTheory.Functor.whiskeringLeft C D H).obj L) ⟶
                  CategoryTheory.Functor.id (CategoryTheory.Functor C H)

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

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

Around this declaration

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

CategoryTheory.Functor.ranAdjunction · cited by 15Functor.ranAdjunctionCategoryTheory.Functor.isPointwiseRightKanExtensionRanCounit · cited by 5Functor.isPointwiseRightK…CategoryTheory.Functor.ranCounit_app_whiskerLeft_ranAdjunction_unit_app · cited by 3Functor.ranCounit_app_whi…CategoryTheory.Functor.ranCompLimIso · cited by 2Functor.ranCompLimIsoCategoryTheory.Functor.ranAdjunction_counit · cited by 1Functor.ranAdjunction_cou…CategoryTheory.Functor.ranCounit_app_app_ranAdjunction_unit_app_app · cited by 1Functor.ranCounit_app_app…CategoryTheory.Functor.ranObjObjIsoLimit_hom_π · cited by 1Functor.ranObjObjIsoLimit…CategoryTheory.Functor.ranObjObjIsoLimit_inv_π · cited by 1Functor.ranObjObjIsoLimit…CategoryTheory.Functor.sheafAdjunctionCocontinuous_counit_app_hom · cited by 1Functor.sheafAdjunctionCo…CategoryTheory.Functor.isIso_ranAdjunction_homEquiv_iff · cited by 0Functor.isIso_ranAdjuncti…CategoryTheory.Functor.isIso_ranAdjunction_unit_app_iff · cited by 0Functor.isIso_ranAdjuncti…CategoryTheory.Functor.ranAdjunction_unit_app · cited by 0Functor.ranAdjunction_uni…CategoryTheory.Functor.ranCompLimIso_hom_app · cited by 0Functor.ranCompLimIso_hom…CategoryTheory.Functor.ranCompLimIso_inv_app · cited by 0Functor.ranCompLimIso_inv…CategoryTheory.Functor.ranCounit_app_app_ranAdjunction_unit_app_app_assoc · cited by 0Functor.ranCounit_app_app…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.HasRightKanExtension · cited by 38Functor.HasRightKanExtens…CategoryTheory.Functor.ran · cited by 28Functor.ranCategoryTheory.Functor.rightKanExtensionCounit · cited by 11Functor.rightKanExtension…Functor.ranCounitCITED BYCITES

Cites10

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

Cited by20

Results whose statement or proof uses this declaration.