Theorems · Theorem · field theory
X_pow_sub_C_irreducible_of_prime
∀ {K : Type u} [inst : Field K] {p : ℕ},
Nat.Prime p → ∀ {a : K}, (∀ (b : K), b ^ p ≠ a) → Irreducible (Polynomial.X ^ p - Polynomial.C 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.
- Defined in
- Mathlib.FieldTheory.KummerPolynomial
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 133 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Field
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHomstatement and proof · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Nat.Primestatement and proof · cited by 2,059
- Polynomial.Xstatement and proof · cited by 1,639
- IsUnitproof · cited by 1,602
- Polynomial.Cstatement and proof · cited by 1,598
- WithBotproof · cited by 1,498
- Polynomial.natDegreeproof · cited by 1,105
- LE.le.antisymmproof · cited by 507
- map_powproof · cited by 503
Cited by2
Results whose statement or proof uses this declaration.
- X_pow_sub_C_irreducible_of_oddproof · cited by 3
- X_pow_sub_C_irreducible_iff_of_primeproof · cited by 0