Theorems about invertible elements in rings #
def
invertibleNeg
{α : Type u}
[Mul α]
[One α]
[HasDistribNeg α]
(a : α)
[Invertible a]
:
Invertible (-a)
-⅟a
is the inverse of -a
Equations
- invertibleNeg a = { invOf := -⅟a, invOf_mul_self := ⋯, mul_invOf_self := ⋯ }
Instances For
@[simp]
theorem
invOf_neg
{α : Type u}
[Monoid α]
[HasDistribNeg α]
(a : α)
[Invertible a]
[Invertible (-a)]
:
@[simp]
theorem
pos_of_invertible_cast
{α : Type u}
[Semiring α]
[Nontrivial α]
(n : ℕ)
[Invertible ↑n]
:
0 < n