Mathlib Map

Theorems · Theorem · commutative algebra

Polynomial.eq_mul_mul_of_roots_quadratic_eq_pair

∀ {R : Type u_1} [inst : CommRing R] [inst_1 : IsDomain R] {a b c x1 x2 : R},
  (Polynomial.C a * Polynomial.X ^ 2 + Polynomial.C b * Polynomial.X + Polynomial.C c).roots = {x1, x2} →
    c = a * x1 * x2

Vieta's formula for quadratics.

Defined in
Mathlib.RingTheory.Polynomial.SmallDegreeVieta
Cited by
2 results in Mathlib
Foundations
Depth 136 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.

Cites35

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

Cited by2

Results whose statement or proof uses this declaration.