The category of abelian groups is abelian #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
noncomputable
def
AddCommGroup.normal_mono
{X Y : AddCommGroup}
(f : X ⟶ Y)
(hf : category_theory.mono f) :
In the category of abelian groups, every monomorphism is normal.
noncomputable
def
AddCommGroup.normal_epi
{X Y : AddCommGroup}
(f : X ⟶ Y)
(hf : category_theory.epi f) :
In the category of abelian groups, every epimorphism is normal.
@[protected, instance]
The category of abelian groups is abelian.