The category of groups with zero #
This file defines GrpWithZero
, the category of groups with zero.
The category of groups with zero.
- carrier : Type u_1
The underlying group with zero.
- str : GroupWithZero self.carrier
Instances For
instance
GrpWithZero.groupWithZeroConcreteCategory :
CategoryTheory.ConcreteCategory GrpWithZero fun (x1 x2 : GrpWithZero) => x1.carrier →*₀ x2.carrier
Equations
@[reducible, inline]
Typecheck a MonoidWithZeroHom
as a morphism in GrpWithZero
.
Equations
Instances For
@[simp]
@[simp]
@[simp]
Equations
Constructs an isomorphism of groups with zero from a group isomorphism between them.
Equations
Instances For
@[simp]