Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.ran

{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] →
              [∀ (F : CategoryTheory.Functor C H), L.HasRightKanExtension F] →
                CategoryTheory.Functor (CategoryTheory.Functor C H) (CategoryTheory.Functor D H)

The right Kan extension functor (C ⥤ H) ⥤ (D ⥤ H) along a functor C ⥤ D.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Adjunction
Cited by
28 results in Mathlib
Foundations
Depth 35 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.ranCounit · cited by 17Functor.ranCounitCategoryTheory.Functor.ranAdjunction · cited by 15Functor.ranAdjunctionCategoryTheory.Functor.sheafPushforwardCocontinuous · cited by 9Functor.sheafPushforwardC…CategoryTheory.Functor.isPointwiseRightKanExtensionRanCounit · cited by 5Functor.isPointwiseRightK…CategoryTheory.Functor.sheafPushforwardCocontinuousCompSheafToPresheafIso · cited by 5Functor.sheafPushforwardC…CategoryTheory.Functor.ranObjObjIsoLimit · cited by 4Functor.ranObjObjIsoLimitCategoryTheory.Functor.ranCounit_app_whiskerLeft_ranAdjunction_unit_app · cited by 3Functor.ranCounit_app_whi…CategoryTheory.SimplicialObject.Truncated.cosk · cited by 2Truncated.coskCategoryTheory.Functor.ranCompIsoOfPreserves · cited by 2Functor.ranCompIsoOfPrese…CategoryTheory.Functor.ranCompLimIso · cited by 2Functor.ranCompLimIsoCategoryTheory.Functor.sheafAdjunctionCocontinuous_unit_app_hom · cited by 2Functor.sheafAdjunctionCo…CategoryTheory.Functor.toSheafify_pullbackSheafificationCompatibility · cited by 1Functor.toSheafify_pullba…CategoryTheory.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.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.HasRightKanExtension · cited by 38Functor.HasRightKanExtens…CategoryTheory.Functor.liftOfIsRightKanExtension · cited by 14Functor.liftOfIsRightKanE…CategoryTheory.Functor.rightKanExtensionCounit · cited by 11Functor.rightKanExtension…CategoryTheory.Functor.rightKanExtension · cited by 11Functor.rightKanExtensionFunctor.ranCITED BYCITES

Cites8

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

Cited by37

Results whose statement or proof uses this declaration.