Instances on spaces of monoid and group morphisms #
This file does two things involving AddMonoid.End and Ring.
They are separate, and if someone would like to split this file in two that may be helpful.
- We provide the
Ringstructure onAddMonoid.End. - Results about
AddMonoid.End RwhenRis a ring.
@[implicit_reducible]
@[simp]
See also AddMonoid.End.natCast_def.
@[simp]
theorem
AddMonoid.End.ofNat_apply
{M : Type uM}
[AddCommMonoid M]
(n : ℕ)
[n.AtLeastTwo]
(m : M)
:
(OfNat.ofNat n) m = n • m
@[implicit_reducible]
@[implicit_reducible]