Power as a monoid hom #
Multiplication by a natural n
on a commutative additive monoid,
considered as a morphism of additive monoids.
Equations
Instances For
@[simp]
theorem
powMonoidHom_apply
{α : Type u_1}
[CommMonoid α]
(n : ℕ)
:
∀ (x : α), (powMonoidHom n) x = x ^ n
@[simp]
theorem
nsmulAddMonoidHom_apply
{α : Type u_1}
[AddCommMonoid α]
(n : ℕ)
:
∀ (x : α), (nsmulAddMonoidHom n) x = n • x
The n
th power map on a commutative monoid for a natural n
, considered as a morphism of
monoids.
Equations
Instances For
Multiplication by an integer n
on a commutative additive group,
considered as an additive group homomorphism.
Equations
Instances For
@[simp]
theorem
zpowGroupHom_apply
{α : Type u_1}
[DivisionCommMonoid α]
(n : ℤ)
:
∀ (x : α), (zpowGroupHom n) x = x ^ n
@[simp]
theorem
zsmulAddGroupHom_apply
{α : Type u_1}
[SubtractionCommMonoid α]
(n : ℤ)
:
∀ (x : α), (zsmulAddGroupHom n) x = n • x
The n
-th power map (for an integer n
) on a commutative group, considered as a group
homomorphism.