Theorems · Theorem · commutative algebra
IsIntegrallyClosed.minpoly.unique
∀ {R : Type u_1} {S : Type u_2} [inst : CommRing R] [inst_1 : CommRing S] [IsDomain R] [inst_3 : Algebra R S]
[IsIntegrallyClosed R] [IsDomain S] [Module.IsTorsionFree R S] {s : S} {P : Polynomial R},
P.Monic →
(Polynomial.aeval s) P = 0 →
(∀ (Q : Polynomial R), Q.Monic → (Polynomial.aeval s) Q = 0 → P.degree ≤ Q.degree) → P = minpoly R sThe 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.unique which relaxes the
assumptions on S in exchange for stronger assumptions on R.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Polynomialstatement and proof · cited by 5,681
- AlgHomstatement · cited by 3,236
- IsDomainstatement and proof · cited by 2,196
- 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
- Module.IsTorsionFreestatement and proof · cited by 600
Cited by2
Results whose statement or proof uses this declaration.
- minpoly.IsIntegrallyClosed.isIntegral_iff_leadingCoeff_dvdproof · cited by 0
- minpoly.IsIntegrallyClosed.unique_of_degree_le_degree_minpolyproof · cited by 0