Theorems · Theorem · ring theory
vieta_formula_quadratic
∀ {α : Type u_3} [inst : NonUnitalCommRing α] {b c x : α},
x * x - b * x + c = 0 → ∃ y, y * y - b * y + c = 0 ∧ x + y = b ∧ x * y = cVieta's formula for a quadratic equation, relating the coefficients of the polynomial with
its roots. This particular version states that if we have a root x of a monic quadratic
polynomial, then there is another root y such that x + y is negative the a_1 coefficient
and x * y is the a_0 coefficient.
- Defined in
- Mathlib.Algebra.Ring.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext
- Assumes
- NonUnitalCommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- mul_commproof · cited by 2,262
- sub_selfproof · cited by 996
- neg_subproof · cited by 272
- mul_subproof · cited by 201
- add_sub_cancelproof · cited by 195
- sub_mulproof · cited by 170
- sub_addproof · cited by 51
- NonUnitalCommRingstatement and proof · cited by 9
- eq_neg_of_add_eq_zero_rightproof · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.