Mathlib Map

Theorems · Definition · category theory

CategoryTheory.WithTerminal.mkCommaObject

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u_1} →
      [inst_1 : CategoryTheory.Category.{v_1, u_1} D] →
        CategoryTheory.Functor (CategoryTheory.WithTerminal C) D →
          CategoryTheory.Comma (CategoryTheory.Functor.id (CategoryTheory.Functor C D)) (CategoryTheory.Functor.const C)

A functor WithTerminal C ⥤ D can be seen as an element of the comma category Comma (𝟭 (C ⥤ D)) (const C).

Defined in
Mathlib.CategoryTheory.WithTerminal.Basic
Cited by
14 results in Mathlib
Foundations
Depth 28 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.WithTerminal.equivComma · cited by 26WithTerminal.equivCommaCategoryTheory.WithTerminal.mkCommaMorphism · cited by 8WithTerminal.mkCommaMorph…CategoryTheory.WithTerminal.mkCommaMorphism_right · cited by 0WithTerminal.mkCommaMorph…CategoryTheory.WithTerminal.mkCommaObject_hom_app · cited by 0WithTerminal.mkCommaObjec…CategoryTheory.WithTerminal.mkCommaObject_left_map · cited by 0WithTerminal.mkCommaObjec…CategoryTheory.WithTerminal.mkCommaObject_left_obj · cited by 0WithTerminal.mkCommaObjec…CategoryTheory.WithTerminal.equivComma_unitIso_hom_app_app · cited by 0WithTerminal.equivComma_u…CategoryTheory.WithTerminal.equivComma_unitIso_inv_app_app · cited by 0WithTerminal.equivComma_u…CategoryTheory.WithTerminal.mkCommaObject_right · cited by 0WithTerminal.mkCommaObjec…CategoryTheory.WithTerminal.equivComma_counitIso_hom_app_left_app · cited by 0WithTerminal.equivComma_c…CategoryTheory.WithTerminal.equivComma_counitIso_hom_app_right · cited by 0WithTerminal.equivComma_c…CategoryTheory.WithTerminal.equivComma_counitIso_inv_app_left_app · cited by 0WithTerminal.equivComma_c…CategoryTheory.WithTerminal.equivComma_counitIso_inv_app_right · cited by 0WithTerminal.equivComma_c…CategoryTheory.WithTerminal.equivComma_functor_map_left_app · cited by 0WithTerminal.equivComma_f…CategoryTheory.WithTerminal.equivComma_functor_map_right · cited by 0WithTerminal.equivComma_f…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.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Functor.const · cited by 1264Functor.constCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.Limits.IsTerminal.from · cited by 160IsTerminal.fromCategoryTheory.WithTerminal · cited by 115CategoryTheory.WithTermin…CategoryTheory.WithTerminal.incl · cited by 31WithTerminal.inclCategoryTheory.WithTerminal.starTerminal · cited by 18WithTerminal.starTerminalWithTerminal.mkCommaObjectCITED BYCITES

Cites13

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

Cited by16

Results whose statement or proof uses this declaration.