Theorems · Theorem · field theory
minpoly.unique
∀ (A : Type u_1) {B : Type u_2} [inst : Field A] [inst_1 : Ring B] [inst_2 : Algebra A B] (x : B) {p : Polynomial A},
p.Monic →
(Polynomial.aeval x) p = 0 →
(∀ (q : Polynomial A), q.Monic → (Polynomial.aeval x) q = 0 → p.degree ≤ q.degree) → p = minpoly A xThe minimal polynomial of an element x is uniquely characterized by its defining property:
if there is another monic polynomial of minimal degree that has x as a root, then this polynomial
is equal to the minimal polynomial of x. See also minpoly.IsIntegrallyClosed.Minpoly.unique
which relaxes the assumptions on A in exchange for stronger assumptions on B.
- Defined in
- Mathlib.FieldTheory.Minpoly.Field
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- Algebrastatement and proof · cited by 11,388
- Ringstatement and proof · cited by 7,463
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- AlgHomstatement · cited by 3,236
- le_antisymmproof · cited by 2,068
- WithBotstatement · cited by 1,498
- sub_selfproof · cited by 996
- Polynomial.degreestatement and proof · cited by 643
- Polynomial.aevalstatement and proof · cited by 615
- Polynomial.leadingCoeffproof · cited by 498
Cited by7
Results whose statement or proof uses this declaration.
- minpoly.add_algebraMapproof · cited by 4
- AdjoinRoot.minpoly_rootproof · cited by 3
- minpoly.negproof · cited by 2
- minpoly_algEquiv_toLinearMapproof · cited by 2
- Polynomial.annIdealGenerator_eq_minpolyproof · cited by 1
- irreducible_X_pow_sub_C_of_root_adjoin_eq_topproof · cited by 1
- minpoly.unique_of_degree_le_degree_minpolyproof · cited by 0