Mathlib Map

Theorems · Theorem · field theory

X_pow_sub_C_irreducible_iff_of_prime_pow

∀ {K : Type u} [inst : Field K] {p : ℕ},
  Nat.Prime p →
    p ≠ 2 → ∀ {n : ℕ}, n ≠ 0 → ∀ {a : K}, Irreducible (Polynomial.X ^ p ^ n - Polynomial.C a) ↔ ∀ (b : K), b ^ p ≠ a
Defined in
Mathlib.FieldTheory.KummerExtension
Cited by
0 results in Mathlib
Foundations
Depth 138 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.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.