Documentation

Mathlib.FieldTheory.KummerPolynomial

Irreducibility of X ^ p - a #

Main result #

theorem root_X_pow_sub_C_ne_zero {K : Type u} [Field K] {n : ℕ} (hn : 1 < n) (a : K) :
theorem root_X_pow_sub_C_ne_zero' {K : Type u} [Field K] {n : ℕ} {a : K} (hn : 0 < n) (ha : a ≠ 0) :
theorem ne_zero_of_irreducible_X_pow_sub_C' {K : Type u} [Field K] {n : ℕ} (hn : n ≠ 1) {a : K} (H : Irreducible (Polynomial.X ^ n - Polynomial.C a)) :
a ≠ 0
theorem pow_ne_of_irreducible_X_pow_sub_C {K : Type u} [Field K] {n : ℕ} {a : K} (H : Irreducible (Polynomial.X ^ n - Polynomial.C a)) {m : ℕ} (hm : m ∣ n) (hm' : m ≠ 1) (b : K) :
b ^ m ≠ a
theorem X_pow_sub_C_irreducible_of_prime {K : Type u} [Field K] {p : ℕ} (hp : Nat.Prime p) {a : K} (ha : ∀ (b : K), b ^ p ≠ a) :

Let p be a prime number. Let K be a field. Let t ∈ K be an element which does not have a pth root in K. Then the polynomial x ^ p - t is irreducible over K.

theorem X_pow_sub_C_irreducible_iff_of_prime {K : Type u} [Field K] {p : ℕ} (hp : Nat.Prime p) {a : K} :
Irreducible (Polynomial.X ^ p - Polynomial.C a) ↔ ∀ (b : K), b ^ p ≠ a