Theorems · Theorem · field theory
minpoly.eq_of_linearIndependent
∀ (A : Type u_1) {B : Type u_2} [inst : CommRing A] [inst_1 : Ring B] [inst_2 : Algebra A B] (x : B) {p : Polynomial A},
p.Monic →
(Polynomial.aeval x) p = 0 → ∀ (n : ℕ), p.degree = ↑n → (LinearIndependent A fun i => x ^ ↑i) → minpoly A x = pIf a monic polynomial p : A[X] of degree n annihilates an element x in an A-algebra B,
such that {xⁱ | 0 ≤ i < n} is linearly independent over A, then p is the minimal polynomial
of x over A.
- Defined in
- Mathlib.FieldTheory.Minpoly.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- Ringstatement and proof · cited by 7,463
- Polynomialstatement and proof · cited by 5,681
- Finset.univproof · cited by 3,473
- AlgHomstatement · cited by 3,236
- Finset.sum_congrproof · cited by 2,323
- WithBotstatement · cited by 1,498
- Polynomial.coeffproof · cited by 1,045
- LT.lt.trans_leproof · cited by 678
- Polynomial.degreestatement and proof · cited by 643
Cited by1
Results whose statement or proof uses this declaration.
- FiniteField.minpoly_frobeniusAlgHomproof · cited by 0