§ Mnemonics For Symmetric Polynomials
§ Some notation for partitions
- Consider a partition λ≡(λ1,λ2,…λl) of a partition of N.
- The L0 norm of the partition will be 1+1+…1 ( l times), which is equal to N. Thus, ∣λ∣0=l.
- So the L0 norm of a partition is the number of parts of the partition.
- The L1 norm of the partition will be ∣λ1∣+∣λ2∣+⋯+∣λl∣ which equals N.
- So the L1 norm of a partition is the number it is partitoining. Thus, ∣λ∣1=N.
§ Elementary Symmetric Polynomials (integer)
- We need to define ek(r) for k∈N, r∈Xd a sequence of variables ( r for "roots").
- These were elementary for Newton/Galois, and so has to do with the structure of roots.
- The value of ek(r) is the coefficients of the "root polynomial" (x−r), that is:
(x+r1)(x+r2)(x+r3)=1x3+(r1+r2+r3)x2+(r1r2+r2r3+r1r3)x+r1r2r3⋅x0e0=1e1=r1+r2+r3e2=r1r2+r2r3+r1r3e3=r1r2r3
- Formally, we define ek(r) to be the product of all terms (rarb…,rk) for distinct numbers (a,b,…,k)∈[1,n].
ek(r)≡1≤a<b<…k≤n∑rarb…rk
§ Elementary Symmetric Polynomials (partition)
- For a partition λ≡(λ1,λ2,…,λl), the elementary symmetric polynomial eλis the product of the elementary symmetric polynomial eλ1⋅eλ2…eλl.
§ Monomial Symmetric Polynomials (partition)
- We symmetrize the monomial dictated by the partition. To calculate mλ(r), we compute rλ≡r1λ1r2λ2…rlλl, and then symmetrize the above monomial.
- For example, m(3,1,1)(r1,r2,r3) is given by symmetrizing r13r21r31. So we must add the terms r1r23r3and r1r2r33.
- Thus, m(3,1,1)(r1,r2,r3)≡r13r2r3+r1r23r3+r1r2r33.
§ Power Sum Symmetric Polynomials (number)
- It's all in the name: take a sum of powers.
- Alternatively, take a power and symmetrize it.
- Pk(r)≡r1k+r2k+⋯+rnk.
§ Power Sum Symmetric Polynomials (partition)
- Extend to partitions by taking product of power sets of numbers.
- Pλ(r)≡Pλ1(r)+Pλ2(r)+⋯+Pλl(r).