Mathlib Map

Theorems · Theorem · field theory

minpoly.dvd_iff

∀ {A : Type u_1} {B : Type u_2} [inst : Field A] [inst_1 : Ring B] [inst_2 : Algebra A B] {x : B} {p : Polynomial A},
  minpoly A x ∣ p ↔ (Polynomial.aeval x) p = 0
Defined in
Mathlib.FieldTheory.Minpoly.Field
Cited by
4 results in Mathlib
Foundations
Depth 121 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.

Cites12

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

Cited by4

Results whose statement or proof uses this declaration.