Mathlib Map

Theorems · Theorem · field theory

IntermediateField.adjoin_minpoly_coeff_of_exists_primitive_element

∀ (F : Type u_1) [inst : Field F] {E : Type u_2} [inst_1 : Field E] [inst_2 : Algebra F E] {α : E}
  [FiniteDimensional F E],
  F⟮α⟯ = ⊤ →
    ∀ (K : IntermediateField F E),
      IntermediateField.adjoin F ↑(Polynomial.map (algebraMap (↥K) E) (minpoly (↥K) α)).coeffs = K

If E / F is a finite extension such that E = F(α), then for any intermediate field K, the F adjoin the coefficients of minpoly K α is equal to K itself.

Defined in
Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
Cited by
1 results in Mathlib
Foundations
Depth 134 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldAlgebraFiniteDimensional

Around this declaration

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

Cites46

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.