Mathlib Map

Theorems · Definition · category theory

CategoryTheory.WithTerminal.equivComma

{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)

The category of functors WithTerminal C ⥤ D is equivalent to the category Comma (𝟭 (C ⥤ D)) (const C) .

Defined in
Mathlib.CategoryTheory.WithTerminal.Basic
Cited by
26 results in Mathlib
Foundations
Depth 34 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.

AugmentedSimplexCategory.equivAugmentedSimplicialObject · cited by 23AugmentedSimplexCategory.…CategoryTheory.WithTerminal.liftFromOver · cited by 21WithTerminal.liftFromOverAugmentedSimplexCategory.equivAugmentedSimplicialObject_unitIso_inv_app_app · cited by 0AugmentedSimplexCategory.…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.WithTerminal.equivComma_functor_obj_hom_app · cited by 0WithTerminal.equivComma_f…CategoryTheory.WithTerminal.equivComma_functor_obj_left_map · cited by 0WithTerminal.equivComma_f…CategoryTheory.WithTerminal.equivComma_functor_obj_left_obj · cited by 0WithTerminal.equivComma_f…CategoryTheory.WithTerminal.equivComma_functor_obj_right · cited by 0WithTerminal.equivComma_f…CategoryTheory.WithTerminal.equivComma_inverse_map_app · cited by 0WithTerminal.equivComma_i…CategoryTheory.WithTerminal.equivComma_inverse_obj_map · cited by 0WithTerminal.equivComma_i…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.Iso.refl · cited by 727Iso.reflCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.IsTerminal.from · cited by 160IsTerminal.fromCategoryTheory.WithTerminal · cited by 115CategoryTheory.WithTermin…CategoryTheory.WithTerminal.incl · cited by 31WithTerminal.inclWithTerminal.equivCommaCITED BYCITES

Cites21

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

Cited by28

Results whose statement or proof uses this declaration.