Vieta's Formula for polynomial of small degrees. #
theorem
Polynomial.aroots_quadratic_eq_pair_iff_of_ne_zero
{T : Type u_2}
{S : Type u_3}
[CommRing T]
[CommRing S]
[IsDomain S]
[Algebra T S]
{a b c : T}
{x1 x2 : S}
(ha : (algebraMap T S) a ≠ 0)
:
Vieta's formula for quadratics as an iff (aroots
version).
theorem
Polynomial.aroots_quadratic_eq_pair_iff_of_ne_zero'
{T : Type u_2}
{S : Type u_3}
[CommRing T]
[Field S]
[Algebra T S]
{a b c : T}
{x1 x2 : S}
(ha : (algebraMap T S) a ≠ 0)
:
Vieta's formula for quadratics as an iff (aroots, Field
version).