Theorems · Theorem · field theory
notMem_iff_exists_ne_and_isConjRoot
∀ {K : Type u_2} {L : Type u_3} [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L] {x : L},
IsSeparable K x → (Polynomial.map (algebraMap K L) (minpoly K x)).Splits → (x ∉ ⊥ ↔ ∃ y, x ≠ y ∧ IsConjRoot K x y)Let L / K be a field extension. If x is a separable element over K and the minimal polynomial
of x splits in L, then x is not in K if and only if there exists a conjugate
root of x over K in L which is not equal to x itself.
- Defined in
- Mathlib.FieldTheory.Minpoly.IsConjRoot
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 140 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Algebrastatement and proof · cited by 11,388
- Fieldstatement and proof · cited by 7,404
- Set.Elemproof · cited by 7,166
- Bot.botstatement · cited by 4,720
- Algebra.algebraMapstatement and proof · cited by 4,706
- Subalgebrastatement · cited by 1,353
- Polynomial.mapstatement and proof · cited by 806
- minpolystatement and proof · cited by 439
- Polynomial.Splitsstatement and proof · cited by 290
- Polynomial.rootSetproof · cited by 101
- minpoly.aevalproof · cited by 91
- IsSeparablestatement and proof · cited by 68
Cited by1
Results whose statement or proof uses this declaration.
- IsKrasner.of_completeSpace_of_normalproof · cited by 0