§ Elementary and power sum symmetric polynomials
- Let us have n variables x[1],x[2],…,x[n].
- Let ek be the elementary symmetric polynomial that is all products of all k subsets of x[:].
- Let pk be the power sum symmetric polynomial that is of the form pk=∑ix[i]k.
§ Speedy proof when k=n / no. of vars equals largest k (of e[k]) we are expanding:
- Let P(x)=e[n]x0+e[n−1]x1+⋯+e[1]xn−1+e[0]xn. That is, P(x)=∑ie[n−i]xi
- Let r[1],r[2],…,r[n] be the roots. Then we have P(r[j])=∑ie[n−i]r[j]i=0.
- Adding over all r[j], we find that:
ke[n]+j=1∑kP(r[j])=j∑0=0j∑i∑e[n−i]r[j]i=0j∑i∑e[n−i]r[j]i=0j∑e[n]⋅1+j∑i>0∑ke[n−1]r[j]i=0i=1∑ke[i]P[n−i]=0
§ Concretely worked out in the case where n=k=4:
P(x)=1⋅x4+e1x3+e2x2+e3x+e4roots: r1,r2,r3,r4P(x)=(x−r1)(x−r2)(x−r3)(x−r4)e0=1e1=r1+r2+r3+r4e2=r1r2+r1r3+r1r4+r2r3+r2r4+r3r4e3=r1r2r3+r1r2r4+r2r3r4e4=r1r2r3r4
- Expanding P(rj):
P(r1)P(r2)P(r3)P(r4)=r14+e1r13+e2r12+e3r1+e4=0=r24+e1r23+e2r12+e3r1+e4=0=r34+e1r33+e2r12+e3r1+e4=0=r44+e1r43+e2r12+e3r1+e4=0
P(r1)+P(r2)+P(r3)+P(r4)=(r14+r24+r34+r44)=1⋅P4e1P3+e2P2+e3P1+4e4=e0P4+e1P3+e2P2+e3P1+4e4=0+e1(r13+r23+r33+r23)+e2(r12+r22+r32+r42)+e3(r1+r2+r3+r4)+4e4
§ When k>n (where n is number of variables):
- We have the identity kek+∑i=0k−1eipk−i=0. (when i=k, we get pk−i=p0=1, this gives us the kei=kek term).
- When k>n, this means that ek=0.
- Further, when k>n, this means that si when i>n is zero.
- This collapses the identity to ∑i=0k−1eipk−i=0 (we lose ek), which further collapses to ∑i=0neipk−1=0 (we lose terms where k−1>n)
- Proof idea: We add ( k−n) roots into f to bring it to case where k=n. Then we set these new roots to 0 to get the identity ∑i=0nsipk−i=0.
§ When k<n (where n is number of variables):
§ Proof by cute notation
- Denote by the tuple (a[1],a[2],…,a[n]) with a[i]≥a[i+1] the sum ∑x[i]a[i].
- For example, with three variables x,y,z, we have:
- (1)=x+y+z
- (1,1)=xy+yz+xz
- (2)=x2+y2+z2
- (2,1)=x2y+y2z+z2x
- (1,1,1)=xyz.
- (1,1,1,1)=0, because we don't have four variables! We would need to write something like xyzw, but we don't have a w, so this is zero.
- In this notation, the elementary symmetric functions are (1), (1,1), (1,1,1) and so on.
- The power sums are (1), (2), (3), and so on.
- See that (2)(1)=(x2+y2+z2)(x+y+z)=x3+y3+z3+x2y+x2z+y2x+y2z+z2x+z2y=(3)+(2,1).
- That is, the product of powers gives us a larger power, plus some change (in elementary symmetric).
- How do we simplify (2,1)? We want terms of the form only of (k) [power sum ] or (1,1,…,1) [elementary ].
- We need to simplify (2,1).
- Let's consider (1)(1,1). This is (x+y+z)(xy+yz+xz). This will have terms of the form xyz (ie, (1,1,1)). These occur with multiplicity 3, since xyz can occur as (x)(yz), (y)(xz), and (z)(xy). This will also have terms of the form x2y (ie, (2,1)).
- Put together, we get that (1)(1,1)=(2,1)+3(1,1,1).
- This tells us that (2,1)=(1)(1,1)−3(1,1,1).
- Plugging back in, we find that (2)(1)=(3)+(1)(1,1)−3(1,1,1). That is, p[3]−p[2]s[1]+p[1]s[2]−3s[3]=0.
In general, we will find:
(k−1)(1)=(k)+(k−1,1)(k−2)(1,1)=(k−1,1)+(k−2,1,1)(k−3)(1,1,1)=(k−2,1,1)+(k−3,1,1,1)(k−4)(1,1,1,1)=(k−3,1,1,1)+(k−4,1,1,1,1)
(k-i)(replicate 1 i) = (k-i+1, replicate 1 [i-1]) + (k-i , replicate 1 i)