discrete punit
has limits and colimits #
Mostly for the sake of constructing trivial examples,
we show all (co)cones into discrete punit
are (co)limit (co)cones,
and discrete punit
has all (co)limits.
def
category_theory.limits.punit_cone_is_limit
{J : Type v}
[category_theory.small_category J]
{F : J ⥤ category_theory.discrete punit}
{c : category_theory.limits.cone F} :
Any cone over a functor into punit
is a limit cone.
def
category_theory.limits.punit_cocone_is_colimit
{J : Type v}
[category_theory.small_category J]
{F : J ⥤ category_theory.discrete punit}
{c : category_theory.limits.cocone F} :
Any cocone over a functor into punit
is a colimit cocone.
@[protected, instance]
@[protected, instance]