mathlib3 documentation

algebra.char_p.invertible

Invertibility of elements given a characteristic #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

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, invertible_of_nonzero is a useful definition.

def invertible_of_ring_char_not_dvd {K : Type u_1} [field K] {t : } (not_dvd : ¬ring_char K t) :

A natural number t is invertible in a field K if the charactistic of K does not divide t.

Equations
def invertible_of_char_p_not_dvd {K : Type u_1} [field K] {p : } [char_p K p] {t : } (not_dvd : ¬p t) :

A natural number t is invertible in a field K of charactistic p if p does not divide t.

Equations
@[protected, instance]
def invertible_of_pos {K : Type u_1} [field K] [char_zero K] (n : ) [ne_zero n] :
Equations
@[protected, instance]
def invertible_succ {K : Type u_1} [division_ring K] [char_zero K] (n : ) :
Equations

A few invertible n instances for small numerals n. Feel free to add your own number when you need its inverse.

@[protected, instance]
Equations
@[protected, instance]
Equations