Multiplication on the left/right as additive automorphisms #
In this file we define AddAut.mulLeft and AddAut.mulRight.
See also AddMonoidHom.mulLeft, AddMonoidHom.mulRight, AddMonoid.End.mulLeft, and
AddMonoid.End.mulRight for multiplication by R as an endomorphism instead of multiplication by
RĖ£ as an automorphism.
Left multiplication by a unit of a semiring as an additive automorphism.
Instances For
@[simp]
theorem
AddAut.mulLeft_apply_symm_apply
{R : Type u_1}
[Semiring R]
(x : RĖ£)
(aā : R)
:
(AddEquiv.symm (mulLeft x)) aā = xā»Ā¹ ⢠aā
@[simp]
theorem
AddAut.mulLeft_apply_apply
{R : Type u_1}
[Semiring R]
(x : RĖ£)
(aā : R)
:
(mulLeft x) aā = x ⢠aā
Right multiplication by a unit of a semiring as an additive automorphism.
Instances For
@[simp]
theorem
AddAut.mulRight_apply
{R : Type u_1}
[Semiring R]
(u : RĖ£)
(x : R)
:
(mulRight u) x = x * āu
@[simp]
theorem
AddAut.mulRight_symm_apply
{R : Type u_1}
[Semiring R]
(u : RĖ£)
(x : R)
:
(AddEquiv.symm (mulRight u)) x = x * āuā»Ā¹