Theorems · Definition · field theory
minpoly
(A : Type u_1) → {B : Type u_2} → [inst : CommRing A] → [inst_1 : Ring B] → [Algebra A B] → B → Polynomial ASuppose x : B, where B is an A-algebra.
The minimal polynomial minpoly A x of x
is a monic polynomial with coefficients in A of smallest degree that has x as its root,
if such exists (IsIntegral A x) or zero otherwise.
For example, if V is a 𝕜-vector space for some field 𝕜 and f : V →ₗ[𝕜] V then
the minimal polynomial of f is minpoly 𝕜 f.
- Defined in
- Mathlib.FieldTheory.Minpoly.Basic
- Cited by
- 439 results in Mathlib
- Foundations
- Depth 83 from the axioms, rests on 1,769 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Ringstatement and proof · cited by 7,463
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- Polynomial.Monicproof · cited by 461
- IsIntegralproof · cited by 427
- Polynomial.eval₂proof · cited by 267
- WellFounded.minproof · cited by 33
Cited by489
Results whose statement or proof uses this declaration.
- minpoly.aevalstatement · cited by 91
- minpoly.monicstatement · cited by 81
- IsSeparableproof · cited by 68
- minpoly.ne_zerostatement · cited by 44
- IsConjRootproof · cited by 43
- minpoly.dvdstatement and proof · cited by 31
- spectralNormproof · cited by 31
- minpoly.irreduciblestatement and proof · cited by 26
- minpolyDivproof · cited by 20
- IntermediateField.adjoin.powerBasisproof · cited by 17
- IsGalois.card_aut_eq_finrankproof · cited by 16
- minpoly.eq_zerostatement · cited by 15
Showing the 200 most cited of 489.