Theorems · Theorem · field theory
X_pow_mul_sub_C_irreducible
∀ {K : Type u} [inst : Field K] {n m : ℕ} {a : K},
Irreducible (Polynomial.X ^ m - Polynomial.C a) →
(∀ (E : Type u) [inst_1 : Field E] [inst_2 : Algebra K E] (x : E),
minpoly K x = Polynomial.X ^ m - Polynomial.C a →
Irreducible (Polynomial.X ^ n - Polynomial.C (IntermediateField.AdjoinSimple.gen K x))) →
Irreducible (Polynomial.X ^ (n * m) - Polynomial.C a)- Defined in
- Mathlib.FieldTheory.KummerExtension
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 135 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.
Cites28
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
- Setstatement · cited by 53,352
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- pow_zeroproof · cited by 1,094
- IntermediateFieldstatement · cited by 988
- map_subproof · cited by 565
Cited by1
Results whose statement or proof uses this declaration.
- X_pow_sub_C_irreducible_of_oddproof · cited by 3