Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Under.post

{T : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} T] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {X : T} →
          (F : CategoryTheory.Functor T D) →
            CategoryTheory.Functor (CategoryTheory.Under X) (CategoryTheory.Under (F.obj X))

A functor F : T ⥤ D induces a functor Under X ⥤ Under (F.obj X) in the obvious way.

Defined in
Mathlib.CategoryTheory.Comma.Over.Basic
Cited by
24 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Under.postAdjunctionLeft · cited by 4Under.postAdjunctionLeftCategoryTheory.Under.postEquiv · cited by 4Under.postEquivCategoryTheory.Limits.Cocone.underPost · cited by 3Cocone.underPostCategoryTheory.Under.postAdjunctionRight · cited by 2Under.postAdjunctionRightCategoryTheory.Under.postComp · cited by 2Under.postCompCategoryTheory.Under.postCongr · cited by 2Under.postCongrCategoryTheory.WithInitial.liftFromUnderComp · cited by 2WithInitial.liftFromUnder…CategoryTheory.MorphismProperty.IsStableUnderComposition.ind_of_preIndSpreads · cited by 1IsStableUnderComposition.…CategoryTheory.Under.postMap · cited by 1Under.postMapCategoryTheory.Functor.essImage.of_underPost · cited by 1essImage.of_underPostCategoryTheory.Limits.IsColimit.underPost · cited by 1IsColimit.underPostCategoryTheory.Under.postAdjunctionLeft_counit_app · cited by 0Under.postAdjunctionLeft_…CategoryTheory.Under.postAdjunctionLeft_unit_app · cited by 0Under.postAdjunctionLeft_…CategoryTheory.Under.postAdjunctionRight_counit_app_right · cited by 0Under.postAdjunctionRight…CategoryTheory.Under.postAdjunctionRight_unit_app_right · cited by 0Under.postAdjunctionRight…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Under · cited by 276CategoryTheory.UnderCategoryTheory.Under.hom · cited by 73Under.homCategoryTheory.Under.Hom.right · cited by 67Hom.rightCategoryTheory.Under.mk · cited by 65Under.mkCategoryTheory.Under.homMk · cited by 43Under.homMkUnder.postCITED BYCITES

Cites10

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

Cited by34

Results whose statement or proof uses this declaration.