Theorems · Theorem · commutative algebra
minpoly.IsIntegrallyClosed.degree_le_of_ne_zero
∀ {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 ≠ 0 → (Polynomial.aeval s) p = 0 → (minpoly R s).degree ≤ p.degreeIf an element x is a root of a nonzero polynomial p, then the degree of p is at least the
degree of the minimal polynomial of x. See also minpoly.degree_le_of_ne_zero which relaxes the
assumptions on S in exchange for stronger assumptions on R.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- WithBotstatement and proof · cited by 1,498
- Polynomial.natDegreeproof · cited by 1,105
- Polynomial.degreestatement and proof · cited by 643
- Polynomial.aevalstatement and proof · cited by 615
- Module.IsTorsionFreestatement and proof · cited by 600
- minpolystatement and proof · cited by 439
Cited by1
Results whose statement or proof uses this declaration.
- IsIntegrallyClosed.minpoly.uniqueproof · cited by 2