Invertibility of elements given a characteristic #
This file includes some instances of Invertible
for specific numbers in
characteristic zero. Some more cases are given as a def
, to be included only
when needed. To construct instances for concrete numbers,
invertibleOfNonzero
is a useful definition.
def
invertibleOfRingCharNotDvd
{K : Type u_1}
[Field K]
{t : ℕ}
(not_dvd : ¬ringChar K ∣ t)
:
Invertible ↑t
A natural number t
is invertible in a field K
if the characteristic of K
does not divide
t
.
Equations
- invertibleOfRingCharNotDvd not_dvd = invertibleOfNonzero ⋯
Instances For
def
invertibleOfCharPNotDvd
{K : Type u_1}
[Field K]
{p : ℕ}
[CharP K p]
{t : ℕ}
(not_dvd : ¬p ∣ t)
:
Invertible ↑t
A natural number t
is invertible in a field K
of characteristic p
if p
does not divide
t
.
Equations
- invertibleOfCharPNotDvd not_dvd = invertibleOfNonzero ⋯
Instances For
Equations
Equations
A few Invertible n
instances for small numerals n
. Feel free to add your own
number when you need its inverse.
Equations
- invertibleTwo = invertibleOfNonzero ⋯
Equations
- invertibleThree = invertibleOfNonzero ⋯