Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.isPointwiseRightKanExtensionRanCounit

{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] →
                (F : CategoryTheory.Functor C H) →
                  [L.HasPointwiseRightKanExtension F] →
                    (CategoryTheory.Functor.RightExtension.mk (L.ran.obj F)
                        (L.ranCounit.app F)).IsPointwiseRightKanExtension

If there exists a pointwise right Kan extension of F along L, then L.ran.obj G is a pointwise right Kan extension of F.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Adjunction
Cited by
5 results in Mathlib
Foundations
Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.HasRightKanExtensionCategoryTheory.Functor.HasPointwiseRightKanExtension

Around this declaration

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

CategoryTheory.Functor.ranObjObjIsoLimit · cited by 4Functor.ranObjObjIsoLimitCategoryTheory.Functor.ranObjObjIsoLimit_inv_π · cited by 1Functor.ranObjObjIsoLimit…CategoryTheory.Functor.ranObjObjIsoLimit_hom_π · cited by 1Functor.ranObjObjIsoLimit…CategoryTheory.ran_isSheaf_of_isCocontinuous · cited by 0CategoryTheory.ran_isShea…CategoryTheory.Functor.isPointwiseRightKanExtensionRanCounit.congr_simp · cited by 0isPointwiseRightKanExtens…CategoryTheory.Functor.IsDenseSubsite.isIso_ranCounit_app_of_isDenseSubsite · cited by 0IsDenseSubsite.isIso_ranC…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.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.HasPointwiseRightKanExtension · cited by 34Functor.HasPointwiseRight…CategoryTheory.Functor.ran · cited by 28Functor.ranCategoryTheory.Functor.RightExtension.mk · cited by 18RightExtension.mkCategoryTheory.Functor.ranCounit · cited by 17Functor.ranCounitCategoryTheory.Functor.RightExtension.IsPointwiseRightKanExtension · cited by 10RightExtension.IsPointwis…CategoryTheory.Functor.isPointwiseRightKanExtensionOfIsRightKanExtension · cited by 0Functor.isPointwiseRightK…Functor.isPointwiseRightKanEx…CITED BYCITES

Cites14

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

Cited by6

Results whose statement or proof uses this declaration.