Mathlib Map

Theorems · Theorem · field theory

minpoly.eq_X_sub_C

∀ {A : Type u_1} (B : Type u_2) [inst : Field A] [inst_1 : Ring B] [inst_2 : Algebra A B] [Nontrivial B] (a : A),
  minpoly A ((algebraMap A B) a) = Polynomial.X - Polynomial.C a

If B/K is a nontrivial algebra over a field, and x is an element of K, then the minimal polynomial of algebraMap K B x is X - C x.

Defined in
Mathlib.FieldTheory.Minpoly.Field
Cited by
6 results in Mathlib
Foundations
Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldRingAlgebraNontrivial

Around this declaration

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

Cites13

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

Cited by6

Results whose statement or proof uses this declaration.