The category of commutative additive groups has images. #
Note that we don't need to register any of the constructions here as instances, because we get them
from the fact that AddCommGrp
is an abelian category.
the image of a morphism in AddCommGrp
is just the bundling of AddMonoidHom.range f
Equations
Instances For
the corestriction map to the image
Equations
Instances For
noncomputable def
AddCommGrp.image.lift
{G H : AddCommGrp}
{f : G ⟶ H}
(F' : CategoryTheory.Limits.MonoFactorisation f)
:
the universal property for the image factorisation
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
AddCommGrp.image.lift_fac
{G H : AddCommGrp}
{f : G ⟶ H}
(F' : CategoryTheory.Limits.MonoFactorisation f)
:
the factorisation of any morphism in AddCommGrp
through a mono.
Equations
Instances For
the factorisation of any morphism in AddCommGrp
through a mono has
the universal property of the image.
Equations
- AddCommGrp.isImage f = { lift := AddCommGrp.image.lift, lift_fac := ⋯ }
Instances For
The categorical image of a morphism in AddCommGrp
agrees with the usual group-theoretical range.