Units in semirings and rings #
@[implicit_reducible]
Each element of the group of units of a ring has an additive inverse.
@[simp]
Representing an element of a ring's unit group as an element of the ring commutes with mapping this element to its additive inverse.
@[simp]
@[simp]
@[implicit_reducible]
@[simp]
theorem
Units.map_neg_one
{α : Type u}
{β : Type v}
[Ring α]
{F : Type u_1}
[Ring β]
[FunLike F α β]
[RingHomClass F α β]
(f : F)
:
(map ↑f) (-1) = -1
@[simp]
theorem
Units.add_eq_mul_one_add_div
{R : Type x}
[Semiring R]
{a : Rˣ}
{b : R}
:
↑a + b = ↑a * (1 + ↑a⁻¹ * b)