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
Ring
structure onAddMonoid.End
. - Results about
AddMonoid.End R
whenR
is a ring.
Equations
- AddMonoid.End.instAddMonoidWithOne M = { natCast := fun (n : ℕ) => n • 1, toAddMonoid := AddCommMonoid.toAddMonoid, toOne := AddMonoid.End.instOne M, natCast_zero := ⋯, natCast_succ := ⋯ }
@[simp]
See also AddMonoid.End.natCast_def
.
@[simp]
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.