Exponential characteristic #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
This file defines the exponential characteristic and establishes a few basic results relating it to the (ordinary characteristic). The definition is stated for a semiring, but the actual results are for nontrivial rings (as far as exponential characteristic one is concerned), respectively a ring without zero-divisors (for prime characteristic).
Main results #
exp_char
: the definition of exponential characteristicexp_char_is_prime_or_one
: the exponential characteristic is a prime or onechar_eq_exp_char_iff
: the characteristic equals the exponential characteristic iff the characteristic is prime
Tags #
exponential characteristic, characteristic
The exponential characteristic is one if the characteristic is zero.
The characteristic is zero if the exponential characteristic is one.
A helper lemma: the characteristic is prime if it is non-zero.
The exponential characteristic is a prime number or one.