Theorems · Theorem · commutative algebra
MvPolynomial.prod_C_add_X_eq_sum_esymm
∀ (R : Type u_1) (σ : Type u_2) [inst : CommSemiring R] [inst_1 : Fintype σ],
∏ i, (Polynomial.X + Polynomial.C (MvPolynomial.X i)) =
∑ j ∈ Finset.range (Fintype.card σ + 1),
Polynomial.C (MvPolynomial.esymm σ R j) * Polynomial.X ^ (Fintype.card σ - j)A sum version of Vieta's formula for MvPolynomial: viewing X i as variables,
the product of linear terms λ + X i is equal to a linear combination of
the symmetric polynomials esymm σ R 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
- CommSemiringFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Fintypestatement and proof · cited by 7,736
- Polynomialstatement and proof · cited by 5,681
- Finsuppstatement · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Multisetproof · cited by 2,627
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- CommMonoidproof · cited by 2,264
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.