Theorems · Theorem · commutative algebra
Multiset.prod_X_add_C_eq_sum_esymm
- 1000+ list: Vieta's formulas
∀ {R : Type u_1} [inst : CommSemiring R] (s : Multiset R),
(Multiset.map (fun r => Polynomial.X + Polynomial.C r) s).prod =
∑ j ∈ Finset.range (s.card + 1), Polynomial.C (s.esymm j) * Polynomial.X ^ (s.card - j)A sum version of Vieta's formula for Multiset: the product of the linear terms X + λ
where λ runs through a multiset s is equal to a linear combination of the symmetric functions
esymm s of the λ's .
- Defined in
- Mathlib.RingTheory.Polynomial.Vieta
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement and proof · cited by 5,195
- Multisetstatement and proof · cited by 2,627
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- Finset.rangestatement and proof · cited by 1,341
- Multiset.mapstatement and proof · cited by 876
- Multiset.prodstatement and proof · cited by 528
- Multiset.sumproof · cited by 388
Cited by3
Results whose statement or proof uses this declaration.
- Multiset.prod_X_add_C_coeffproof · cited by 3
- MvPolynomial.prod_C_add_X_eq_sum_esymmproof · cited by 0
- Multiset.prod_X_sub_X_eq_sum_esymmproof · cited by 0