Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.liftOfIsRightKanExtension

{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] →
            (F' : CategoryTheory.Functor D H) →
              {L : CategoryTheory.Functor C D} →
                {F : CategoryTheory.Functor C H} →
                  (α : L.comp F' ⟶ F) →
                    [F'.IsRightKanExtension α] → (G : CategoryTheory.Functor D H) → (L.comp G ⟶ F) → (G ⟶ F')

If (F', α) is a right Kan extension of F along L and β : L ⋙ G ⟶ F is a natural transformation, this is the induced morphism G ⟶ F'.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Basic
Cited by
14 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsRightKanExtension

Around this declaration

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

CategoryTheory.Functor.ran · cited by 28Functor.ranCategoryTheory.Functor.liftOfIsRightKanExtension_fac · cited by 11Functor.liftOfIsRightKanE…CategoryTheory.Functor.leftDerivedLift · cited by 7Functor.leftDerivedLiftCategoryTheory.Functor.liftOfIsRightKanExtension_fac_app · cited by 5Functor.liftOfIsRightKanE…CategoryTheory.Functor.rightKanExtensionUnique_hom · cited by 5Functor.rightKanExtension…CategoryTheory.Functor.homEquivOfIsRightKanExtension · cited by 4Functor.homEquivOfIsRight…CategoryTheory.Functor.coneOfIsRightKanExtension · cited by 3Functor.coneOfIsRightKanE…CategoryTheory.Functor.liftOfIsRightKanExtension.congr_simp · cited by 2liftOfIsRightKanExtension…CategoryTheory.Functor.rightKanExtensionUniqueOfIso · cited by 2Functor.rightKanExtension…CategoryTheory.Functor.rightKanExtensionUnique_inv · cited by 2Functor.rightKanExtension…Condensed.profiniteSolidification · cited by 1Condensed.profiniteSolidi…CategoryTheory.Functor.coneOfIsRightKanExtension_π · cited by 0Functor.coneOfIsRightKanE…CategoryTheory.Functor.PreservesRightKanExtension.mk_of_preserves_isRightKanExtension · cited by 0PreservesRightKanExtensio…CategoryTheory.Functor.ranAdjunction_unit_app · cited by 0Functor.ranAdjunction_uni…CategoryTheory.Functor.liftOfIsRightKanExtension_fac_app_assoc · cited by 0Functor.liftOfIsRightKanE…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.IsRightKanExtension · cited by 46Functor.IsRightKanExtensi…CategoryTheory.Functor.RightExtension.mk · cited by 18RightExtension.mkCategoryTheory.Functor.isUniversalOfIsRightKanExtension · cited by 7Functor.isUniversalOfIsRi…CategoryTheory.CostructuredArrow.IsUniversal.lift · cited by 5IsUniversal.liftFunctor.liftOfIsRightKanExten…CITED BYCITES

Cites8

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.