Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.PreservesRightKanExtension

{A : Type u_1} →
  {B : Type u_2} →
    {C : Type u_3} →
      {D : Type u_4} →
        [inst : CategoryTheory.Category.{v_1, u_1} A] →
          [inst_1 : CategoryTheory.Category.{v_2, u_2} B] →
            [inst_2 : CategoryTheory.Category.{v_3, u_3} C] →
              [inst_3 : CategoryTheory.Category.{v_4, u_4} D] →
                CategoryTheory.Functor B D → CategoryTheory.Functor A B → CategoryTheory.Functor A C → Prop

G.PreservesRightKanExtension F L asserts that G preserves all right Kan extensions of F along L. See PreservesRightKanExtension.mk_of_preserves_isRightKanExtension for a constructor taking a single right Kan extension as input.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Preserves
Cited by
11 results in Mathlib
Foundations
Depth 2 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves · cited by 10Functor.rightKanExtension…CategoryTheory.Functor.PreservesRightKanExtensions · cited by 2Functor.PreservesRightKan…CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves_inv_fac · cited by 2Functor.rightKanExtension…CategoryTheory.Functor.PreservesRightKanExtension.mk' · cited by 1PreservesRightKanExtensio…CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves_hom_fac · cited by 1Functor.rightKanExtension…CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves_hom_fac_app · cited by 1Functor.rightKanExtension…CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves_inv_fac_app · cited by 1Functor.rightKanExtension…CategoryTheory.Functor.PreservesRightKanExtension.casesOn · cited by 0PreservesRightKanExtensio…CategoryTheory.Functor.PreservesRightKanExtension.mk_of_preserves_isRightKanExtension · cited by 0PreservesRightKanExtensio…CategoryTheory.Functor.PreservesRightKanExtension.mk_of_preserves_isUniversal · cited by 0PreservesRightKanExtensio…CategoryTheory.Functor.PreservesRightKanExtension.recOn · cited by 0PreservesRightKanExtensio…CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves_hom_fac_app_assoc · cited by 0Functor.rightKanExtension…CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves_hom_fac_assoc · cited by 0Functor.rightKanExtension…CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves_inv_fac_app_assoc · cited by 0Functor.rightKanExtension…CategoryTheory.Functor.rightKanExtensionCompIsoOfPreserves_inv_fac_assoc · cited by 0Functor.rightKanExtension…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorFunctor.PreservesRightKanExte…CITED BYCITES

Cites2

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

Cited by15

Results whose statement or proof uses this declaration.