Theorems · Theorem · commutative algebra
Multiset.prod_X_sub_X_eq_sum_esymm
∀ {R : Type u_1} [inst : CommRing R] (s : Multiset R),
(Multiset.map (fun t => Polynomial.X - Polynomial.C t) s).prod =
∑ j ∈ Finset.range (s.card + 1), (-1) ^ j * (Polynomial.C (s.esymm j) * Polynomial.X ^ (s.card - j))- Defined in
- Mathlib.RingTheory.Polynomial.Vieta
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- CommRingstatement and proof · cited by 17,173
- 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
- Finset.sum_congrproof · cited by 2,323
- CommMonoidproof · cited by 2,264
- mul_assocproof · cited by 1,667
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- Finset.rangestatement and proof · cited by 1,341
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.