Extensionality of monoid homs from ℕ
#
Additive homomorphisms from ℕ
are defined by the image of 1
.
Equations
Instances For
@[simp]
@[simp]
Monoid homomorphisms from Multiplicative ℕ
are defined by the image
of Multiplicative.ofAdd 1
.
Equations
Instances For
@[simp]
@[simp]
theorem
MonoidHom.apply_mnat
{M : Type u_2}
[Monoid M]
(f : Multiplicative ℕ →* M)
(n : Multiplicative ℕ)
:
theorem
MonoidHom.ext_mnat
{M : Type u_2}
[Monoid M]
⦃f g : Multiplicative ℕ →* M⦄
(h : f (Multiplicative.ofAdd 1) = g (Multiplicative.ofAdd 1))
:
If M
is commutative, multiplesHom
is an additive equivalence.
Equations
- multiplesAddHom M = { toEquiv := multiplesHom M, map_add' := ⋯ }
Instances For
@[simp]
@[simp]
If M
is commutative, powersHom
is a multiplicative equivalence.
Equations
- powersMulHom M = { toEquiv := powersHom M, map_mul' := ⋯ }
Instances For
@[simp]
@[simp]