Theorems · Theorem · field theory
Polynomial.eq_X_sub_C_of_separable_of_root_eq
∀ {F : Type u} [inst : Field F] {K : Type v} [inst_1 : Field K] {i : F →+* K} {x : F} {h : Polynomial F},
h.Separable →
Polynomial.eval x h = 0 →
(Polynomial.map i h).Splits →
(∀ y ∈ (Polynomial.map i h).roots, y = i x) → h = Polynomial.C h.leadingCoeff * (Polynomial.X - Polynomial.C x)- Defined in
- Mathlib.FieldTheory.Separable
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 139 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Multisetstatement · cited by 2,627
- Polynomial.Xstatement and proof · cited by 1,639
- map_zeroproof · cited by 1,614
- Polynomial.Cstatement and proof · cited by 1,598
- Polynomial.mapstatement and proof · cited by 806
- Polynomial.evalstatement and proof · cited by 796
- Polynomial.leadingCoeffstatement and proof · cited by 498
- Polynomial.Splitsstatement and proof · cited by 290
Cited by1
Results whose statement or proof uses this declaration.
- Field.primitive_element_inf_auxproof · cited by 1