Mathlib Map

Theorems · Theorem · field theory

minpoly.exists_algEquiv_of_root

∀ {K : Type u_6} {L : Type u_7} [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L] [Normal K L] {x y : L},
  IsAlgebraic K y → (Polynomial.aeval x) (minpoly K y) = 0 → ∃ σ, σ x = y

If x : L is a root of minpoly K y, then we can find (σ : Gal(L/K)) with σ x = y. That is, x and y are Galois conjugates.

Defined in
Mathlib.FieldTheory.Normal.Basic
Cited by
1 results in Mathlib
Foundations
Depth 151 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldAlgebraNormal

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites21

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

Cited by1

Results whose statement or proof uses this declaration.