Mathlib Map

Theorems · Theorem · field theory

Polynomial.prod_multiset_X_sub_C_dvd

∀ {R : Type u} [inst : CommRing R] [inst_1 : IsDomain R] (p : Polynomial R),
  (Multiset.map (fun a => Polynomial.X - Polynomial.C a) p.roots).prod ∣ p

The product ∏ (X - a) for a inside the multiset p.roots divides p.

Defined in
Mathlib.Algebra.Polynomial.Roots
Cited by
5 results in Mathlib
Foundations
Depth 133 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomain

Around this declaration

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

Cites32

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

Cited by5

Results whose statement or proof uses this declaration.