Equivalence between Group
and AddGroup
#
This file contains two equivalences:
groupAddGroupEquivalence
: the equivalence betweenGrp
andAddGrp
by sendingX : Grp
toAdditive X
andY : AddGrp
toMultiplicative Y
.commGroupAddCommGroupEquivalence
: the equivalence betweenCommGrp
andAddCommGrp
by sendingX : CommGrp
toAdditive X
andY : AddCommGrp
toMultiplicative Y
.
@[simp]
The functor CommGrp ⥤ AddCommGrp
by sending X ↦ Additive X
and f ↦ f
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
The functor AddGrp ⥤ Grp
by sending X ↦ Multiplicative Y
and f ↦ f
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
The functor AddCommGrp ⥤ CommGrp
by sending X ↦ Multiplicative Y
and f ↦ f
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
@[simp]
@[simp]
The equivalence of categories between CommGrp
and AddCommGrp
.
Equations
- One or more equations did not get rendered due to their size.