Theorems · Theorem · field theory
Polynomial.Monic.eq_X_pow_char_pow_sub_C_of_natSepDegree_eq_one_of_irreducible
∀ {F : Type u} [inst : Field F] {f : Polynomial F} (q : ℕ) [inst_1 : ExpChar F q],
f.Monic →
Irreducible f →
f.natSepDegree = 1 → ∃ n y, (n = 0 ∨ y ∉ (frobenius F q).range) ∧ f = Polynomial.X ^ q ^ n - Polynomial.C yIf a monic irreducible polynomial over a field F of exponential characteristic q has
separable degree one, then it is of the form X ^ (q ^ n) - C y for some natural number n,
and some element y of F, such that either n = 0 or y has no q-th root in F.
- Defined in
- Mathlib.FieldTheory.SeparableDegree
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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 · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Nat.Primeproof · cited by 2,059
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- CharZeroproof · cited by 932
- pow_oneproof · cited by 894
- Subringstatement · cited by 602
- one_powproof · cited by 521
- map_powproof · cited by 503
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.Monic.eq_X_pow_char_pow_sub_C_pow_of_natSepDegree_eq_oneproof · cited by 1