The category of (commutative) (additive) groups has all limits #
Further, these limits are preserved by the forgetful functor --- that is, the underlying types are just the limits in the category of types.
Equations
- AddGroupCat.addGroupObj F j = inferInstanceAs (AddGroup ↑(F.obj j))
Equations
- GroupCat.groupObj F j = inferInstanceAs (Group ↑(F.obj j))
The flat sections of a functor into AddGroupCat
form an additive subgroup of all sections.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The flat sections of a functor into GroupCat
form a subgroup of all sections.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
We show that the forgetful functor AddGroupCat ⥤ AddMonCat
creates limits.
All we need to do is notice that the limit point has an AddGroup
instance available, and then
reuse the existing limit.
Equations
- One or more equations did not get rendered due to their size.
We show that the forgetful functor GroupCat ⥤ MonCat
creates limits.
All we need to do is notice that the limit point has a Group
instance available, and then reuse
the existing limit.
Equations
- One or more equations did not get rendered due to their size.
A choice of limit cone for a functor into GroupCat
.
(Generally, you'll just want to use limit F
.)
Equations
Instances For
A choice of limit cone for a functor into GroupCat
.
(Generally, you'll just want to use limit F
.)
Equations
Instances For
The chosen cone is a limit cone.
(Generally, you'll just want to use limit.cone F
.)
Equations
Instances For
The chosen cone is a limit cone.
(Generally, you'll just want to use limit.cone F
.)
Equations
Instances For
If (F ⋙ forget AddGroupCat).sections
is u
-small, F
has a limit.
Equations
- ⋯ = ⋯
If (F ⋙ forget GroupCat).sections
is u
-small, F
has a limit.
Equations
- ⋯ = ⋯
If J
is u
-small, AddGroupCat.{u}
has limits of shape J
.
Equations
- ⋯ = ⋯
If J
is u
-small, GroupCat.{u}
has limits of shape J
.
Equations
- ⋯ = ⋯
The category of additive groups has all limits.
Equations
- ⋯ = ⋯
The category of groups has all limits.
Equations
- ⋯ = ⋯
Equations
Equations
The forgetful functor from additive groups to additive monoids preserves all limits.
This means the underlying additive monoid of a limit can be computed as a limit in the category of additive monoids.
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from groups to monoids preserves all limits.
This means the underlying monoid of a limit can be computed as a limit in the category of monoids.
Equations
- One or more equations did not get rendered due to their size.
Equations
- AddGroupCat.forget₂MonPreservesLimits = AddGroupCat.forget₂AddMonPreservesLimitsOfSize
Equations
- GroupCat.forget₂MonPreservesLimits = GroupCat.forget₂MonPreservesLimitsOfSize
If J
is u
-small, the forgetful functor from AddGroupCat.{u}
preserves limits of shape J
.
Equations
- One or more equations did not get rendered due to their size.
If J
is u
-small, the forgetful functor from GroupCat.{u}
preserves limits of shape J
.
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from additive groups to types preserves all limits.
This means the underlying type of a limit can be computed as a limit in the category of types.
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from groups to types preserves all limits.
This means the underlying type of a limit can be computed as a limit in the category of types.
Equations
- One or more equations did not get rendered due to their size.
Equations
- AddGroupCat.forgetPreservesLimits = AddGroupCat.forgetPreservesLimitsOfSize
Equations
- GroupCat.forgetPreservesLimits = GroupCat.forgetPreservesLimitsOfSize
Equations
- AddCommGroupCat.addCommGroupObj F j = inferInstanceAs (AddCommGroup ↑(F.obj j))
Equations
- CommGroupCat.commGroupObj F j = inferInstanceAs (CommGroup ↑(F.obj j))
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
We show that the forgetful functor AddCommGroupCat ⥤ AddGroupCat
creates limits.
All we need to do is notice that the limit point has an AddCommGroup
instance available,
and then reuse the existing limit.
Equations
- One or more equations did not get rendered due to their size.
We show that the forgetful functor CommGroupCat ⥤ GroupCat
creates limits.
All we need to do is notice that the limit point has a CommGroup
instance available,
and then reuse the existing limit.
Equations
- One or more equations did not get rendered due to their size.
A choice of limit cone for a functor into AddCommGroupCat
.
(Generally, you'll just want to use limit F
.)
Equations
Instances For
A choice of limit cone for a functor into CommGroupCat
.
(Generally, you'll just want to use limit F
.)
Equations
Instances For
The chosen cone is a limit cone.
(Generally, you'll just want to use limit.cone F
.)
Equations
- One or more equations did not get rendered due to their size.
Instances For
The chosen cone is a limit cone.
(Generally, you'll just want to use limit.cone F
.)
Equations
Instances For
If (F ⋙ forget AddCommGroupCat).sections
is u
-small, F
has a limit.
Equations
- ⋯ = ⋯
If (F ⋙ forget CommGroupCat).sections
is u
-small, F
has a limit.
Equations
- ⋯ = ⋯
If J
is u
-small, AddCommGroupCat.{u}
has limits of shape J
.
Equations
- ⋯ = ⋯
If J
is u
-small, CommGroupCat.{u}
has limits of shape J
.
Equations
- ⋯ = ⋯
The category of additive commutative groups has all limits.
Equations
- ⋯ = ⋯
The category of commutative groups has all limits.
Equations
- ⋯ = ⋯
Equations
The forgetful functor from additive commutative groups to groups preserves all limits. (That is, the underlying group could have been computed instead as limits in the category of additive groups.)
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from commutative groups to groups preserves all limits. (That is, the underlying group could have been computed instead as limits in the category of groups.)
Equations
- One or more equations did not get rendered due to their size.
Equations
- AddCommGroupCat.forget₂AddGroupPreservesLimits = AddCommGroupCat.forget₂AddGroupPreservesLimitsOfSize
Equations
- CommGroupCat.forget₂GroupPreservesLimits = CommGroupCat.forget₂GroupPreservesLimitsOfSize
An auxiliary declaration to speed up typechecking.
Equations
Instances For
An auxiliary declaration to speed up typechecking.
Equations
Instances For
If J
is u
-small, the forgetful functor from AddCommGroupCat.{u}
to AddCommMonCat.{u}
preserves limits of shape J
.
Equations
- One or more equations did not get rendered due to their size.
If J
is u
-small, the forgetful functor from CommGroupCat.{u}
to CommMonCat.{u}
preserves limits of shape J
.
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from additive commutative groups to additive commutative monoids preserves all limits. (That is, the underlying additive commutative monoids could have been computed instead as limits in the category of additive commutative monoids.)
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from commutative groups to commutative monoids preserves all limits. (That is, the underlying commutative monoids could have been computed instead as limits in the category of commutative monoids.)
Equations
- One or more equations did not get rendered due to their size.
If J
is u
-small, the forgetful functor from AddCommGroupCat.{u}
preserves limits of shape J
.
Equations
- One or more equations did not get rendered due to their size.
If J
is u
-small, the forgetful functor from CommGroupCat.{u}
preserves limits of
shape J
.
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from additive commutative groups to types preserves all limits. (That is, the underlying types could have been computed instead as limits in the category of types.)
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from commutative groups to types preserves all limits. (That is, the underlying types could have been computed instead as limits in the category of types.)
Equations
- One or more equations did not get rendered due to their size.
Equations
- AddCommGroupCat.forgetPreservesLimits = AddCommGroupCat.forgetPreservesLimitsOfSize
Equations
- CommGroupCat.forgetPreservesLimits = CommGroupCat.forgetPreservesLimitsOfSize
The categorical kernel of a morphism in AddCommGroupCat
agrees with the usual group-theoretical kernel.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The categorical kernel inclusion for f : G ⟶ H
, as an object over G
,
agrees with the subtype
map.