Mathlib Map

Theorems · Theorem · commutative algebra

Polynomial.degree_annIdealGenerator_le_of_mem

∀ {𝕜 : Type u_1} {A : Type u_2} [inst : Field 𝕜] [inst_1 : Ring A] [inst_2 : Algebra 𝕜 A] (a : A),
  ∀ p ∈ Polynomial.annIdeal 𝕜 a, p ≠ 0 → (Polynomial.annIdealGenerator 𝕜 a).degree ≤ p.degree

The generator of the annihilating ideal has minimal degree among the non-zero members of the annihilating ideal

Defined in
Mathlib.LinearAlgebra.AnnihilatingPolynomial
Cited by
1 results in Mathlib
Foundations
Depth 127 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldRingAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.