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 AddCommGrpCat is an abelian category.
the image of a morphism in AddCommGrpCat is just the bundling of AddMonoidHom.range f
Instances For
the inclusion of image f into the target
Instances For
the corestriction map to the image
Instances For
theorem
AddCommGrpCat.image.fac
{G H : AddCommGrpCat}
(f : G ⟶ H)
:
CategoryTheory.CategoryStruct.comp (factorThruImage f) (ι f) = f
noncomputable def
AddCommGrpCat.image.lift
{G H : AddCommGrpCat}
{f : G ⟶ H}
(F' : CategoryTheory.Limits.MonoFactorisation f)
:
the universal property for the image factorisation
Instances For
theorem
AddCommGrpCat.image.lift_fac
{G H : AddCommGrpCat}
{f : G ⟶ H}
(F' : CategoryTheory.Limits.MonoFactorisation f)
:
CategoryTheory.CategoryStruct.comp (lift F') F'.m = ι f
the factorisation of any morphism in AddCommGrpCat through a mono.
Instances For
the factorisation of any morphism in AddCommGrpCat through a mono has
the universal property of the image.
Instances For
The categorical image of a morphism in AddCommGrpCat
agrees with the usual group-theoretical range.