40.03.01 · combinatorics / symmetric-functions-rsk

The Ring of Symmetric Functions and Its Bases

shipped3 tiersLean: none

Anchor (Master): Macdonald 1995 *Symmetric Functions and Hall Polynomials* 2e (Oxford) Ch. I §2-6 (the full algebra of $\Lambda$, the bases and transition matrices, the involution $\omega$, the Hall inner product foreshadow); Stanley 1999 *Enumerative Combinatorics, Volume 2* Ch. 7 and Appendix 2; Sagan 2001 *The Symmetric Group* 2e (Springer) Ch. 4; Newton 1707 *Arithmetica Universalis* (the power-sum/elementary identities); Cauchy 1815 (the antisymmetric-quotient definition of what become Schur functions)

Intuition Beginner

Imagine a recipe that asks for some ingredients but does not care which jar each one came from. If you swap the salt jar with the sugar jar — relabelling the containers while keeping the contents — the dish is exactly the same. A symmetric function is an algebraic expression in several variables with this property: rename the variables in any order and the expression does not change. The expression is symmetric, because is the same thing. So is . But is not, because swapping and flips its sign.

Why care? Many natural quantities are blind to the order of their inputs. The total of a list, the product of a list, the sum of all pairwise products — none of these notice if you shuffle the list first. These order-blind quantities are exactly the symmetric functions, and they turn out to have a rich and tidy structure all their own. They are the right language for any problem where the objects are interchangeable, which in this curriculum means counting problems and the algebra of the symmetric group.

The central discovery of this unit is that there are a few basic building blocks, and every symmetric function is built from them in exactly one way. Think of how every whole number factors into primes: once you know the primes, you know all the numbers. Here the role of the primes is played by short families of simple symmetric functions. We will meet four such families in two or three variables, see that they say the same information in different dialects, and learn the recipe for translating between the dialects.

The pay-off is leverage. A messy-looking expression that happens to be symmetric can always be rewritten in terms of the building blocks, where it becomes short and computable. Newton found the first translation rules over three centuries ago, and they are still the workhorse of the subject.

Visual Beginner

The four families of building blocks, shown in just three variables . Each row is one family; the entries are the first few members. A partition — a way of writing a number as a sum of non-increasing pieces — is the address that labels each member.

family symbol first member second member what it sums
monomial all rearrangements of one pattern
elementary products of distinct variables
complete all products of a given degree
power sum each variable raised to a power

Notice the first members all agree: for the pattern "one", for "one distinct factor", for "all degree-one products", and for "first power" are each just . They part ways at degree two. Reading the table tells you the personality of each family: elementary uses distinct variables, complete uses every product, power sum keeps the variables separate. These different personalities are why translating between the families is the interesting part.

Worked example Beginner

Take two variables and , and let us compute the first members of each family and watch one translation rule appear.

Step 1. Elementary functions. The first is . The second is , the single product of distinct variables. There is no in two variables, since you cannot pick three distinct ones.

Step 2. Power sums. The first is , the same as . The second is .

Step 3. Complete functions. The first is . The second is , every product of total degree two.

Step 4. Translate into the elementary dialect. Start from the algebra identity . Rearranged, . In our names this reads . We have rewritten a power sum purely in terms of elementary functions, with whole-number coefficients.

Step 5. A second translation, complete from elementary. Note . And reading the complete and elementary first members back, .

What this tells us: the families are interchangeable. A quantity written in one dialect can always be rewritten in another, and the translation uses only addition, subtraction, and multiplication of the building blocks. The rule is the first case of Newton's identities, the systematic translation table this unit is built around.

Check your understanding Beginner

Formal definition Intermediate+

Fix a commutative base ring, by default . For each let be the ring of polynomials invariant under the -action permuting the variables; it is graded by total degree, . The ring of symmetric functions is the inverse limit in the category of graded rings, $$ \Lambda ;=; \varprojlim_n \Lambda_n, \qquad \Lambda^d ;=; \varprojlim_n \Lambda_n^d, $$ taken degree by degree along the surjections that set . An element of is a compatible family of symmetric polynomials of degree , one in each number of variables, agreeing under the restrictions ; informally it is a "symmetric polynomial in infinitely many variables " of bounded degree. The notation , , , and the bases below are recorded in _meta/NOTATION.md.

Partitions index everything. A partition of has length ; write . For a partition with parts equal to , set , the order of the centralizer of a permutation of cycle type in .

Definition (the four classical bases). For each partition define, as elements of :

  • Monomial , the sum over all distinct monomials whose exponent sequence is a rearrangement of (padded by zeros).
  • Elementary for , , and .
  • Complete homogeneous for , and .
  • Power sum for , and .

The set is a -basis of by construction: a symmetric function is determined by its coefficients on the orbit-sums . The Schur functions , the fifth and most important basis, are defined and developed in 40.03.02; they will satisfy with Kostka numbers .

Generating-function form. Package the one-row functions into power series in a marker : $$ E(t) = \sum_{n \ge 0} e_n t^n = \prod_i (1 + x_i t), \qquad H(t) = \sum_{n \ge 0} h_n t^n = \prod_i (1 - x_i t)^{-1}. $$ These are the -analogue-free companions of the products met in 40.01.06: chooses each variable at most once, allows repetition. The power-sum series is .

Counterexamples to common slips Intermediate+

  • " is the ring of symmetric polynomials in some fixed number of variables." It is not: has infinitely many variables, taken as an inverse limit. In variables the relation holds, but in no vanishes. Working in avoids the spurious relations that finitely many variables impose.

  • "The form a -basis like the , , ." They form a basis only after tensoring with . For instance needs the denominator ; the power sums generate but not over .

  • " is some external symmetry one imposes." It is the ring automorphism forced by once one knows the are algebraically independent generators; its existence is a theorem, not a definition by fiat, and must be proved.

Key theorem with proof Intermediate+

The signature theorem is that the elementary functions are free polynomial generators of , and dually so are the complete functions, with the two systems locked together by a single generating-function identity.

Theorem (fundamental theorem of symmetric functions; the relation). The ring of symmetric functions is a polynomial ring on the elementary functions, $$ \Lambda = \mathbb{Z}[e_1, e_2, e_3, \dots], $$ with the algebraically independent over ; equivalently is a -basis of . The complete functions satisfy $$ H(t),E(-t) = 1, \qquad \text{equivalently} \qquad \sum_{k=0}^{n} (-1)^k e_k, h_{n-k} = 0 \ \ (n \ge 1), $$ and consequently as well, with the algebraically independent. The ring automorphism determined by is an involution, . [Macdonald §2]

Proof. The product expansion gives, directly, $$ H(t)E(-t) = \prod_i \frac{1}{1 - x_i t}\cdot \prod_i (1 - x_i t) = 1. $$ Extracting the coefficient of for yields . This is a triangular recursion: it expresses in terms of and lower 's, so by induction each lies in ; symmetrically each lies in . Hence the two subrings and of coincide.

To see this common subring is all of and that the are free, count in each degree. In the monomial functions are a -basis, so , the number of partitions of . The products for also number . Order partitions by dominance and expand: a computation of leading terms gives , where is the conjugate and the sum runs over partitions strictly dominating . The transition matrix from to is therefore unitriangular with respect to dominance (entries in , ones on the diagonal after the reordering ), hence invertible over . So is a -basis of , the generate , and any nonzero polynomial relation among them would make the products linearly dependent in some degree, contradicting the basis property. Thus the are algebraically independent and .

Because are free generators, the assignment extends uniquely to a ring endomorphism . Apply to the relation : it has the same shape with and swapped and the sign pattern preserved, and that swapped relation is the original read backwards, so . Therefore fixes every generator , giving , and is an involutive automorphism.

Bridge. This theorem is the foundational reason symmetric-function identities are algebra rather than infinite bookkeeping: once is a free polynomial ring, a symmetric function is a finite expression in the and any identity is a polynomial identity. It builds toward the Schur basis of 40.03.02, where the same unitriangular-against-dominance argument produces the Kostka matrix, and it appears again in the Hall inner product of 40.03.03, under which becomes an isometry. The relation is exactly the , infinite-variable shadow of the elementary-versus-complete product identities of 40.01.06; this is the central insight that the involution — swapping "distinct factors" with "all factors" — is the symmetric-function incarnation of conjugating Young diagrams. Putting these together, the fundamental theorem, the relation, and are three views of one fact: is a free polynomial ring with a conjugation symmetry, and every later structure on is constrained to respect it.

Exercises Intermediate+

Advanced results Master

The four classical bases assemble into a single graded Hopf algebra, and the transition matrices among them encode the combinatorics that the rest of the chapter exploits.

Theorem 1 (the five transition systems). On the bases , together with the Schur basis of 40.03.02, are related by transition matrices that are all integral except those involving . Specifically , , and (the Kostka matrix) are unitriangular and integral with respect to dominance, while and the inverse require denominators: is a -basis of but not a -basis of [Macdonald §2]. The arithmetic obstruction is exactly the cycle-centralizer order , the same integer that controls conjugacy-class sizes in .

Theorem 2 ( as a self-dual Hopf algebra). With coproduct (the are primitive) and counit the degree- projection, is a graded, connected, commutative and cocommutative Hopf algebra over , free as an algebra and cofree in the appropriate sense; it is the universal example among such "positive self-dual Hopf algebras" (Zelevinsky). The antipode is on the primitive generators. The involution is the Hopf automorphism exchanging the and generators; under the Hall inner product of 40.03.03 it is an isometry, and the self-duality identifies with its graded dual via .

Theorem 3 (Newton's identities, full form). The power sums and elementary functions satisfy, for all , $$ p_n - e_1 p_{n-1} + e_2 p_{n-2} - \cdots + (-1)^{n-1} e_{n-1} p_1 + (-1)^n n, e_n = 0, $$ equivalently the generating-function identity . These determine the from the over , but inverting to get from introduces the denominator in general (the Newton-Girard formulas), which is why but . The same identities, read in a splitting field, are the passage between the coefficients of a polynomial (its , up to sign) and its power-sum symmetric functions of the roots — the computational heart of the resolvent method in Galois theory [40.03.06 context].

Theorem 4 (specialization and principal evaluations). Setting and the rest (the principal specialization in variables) sends , , and ; the relation becomes the Vandermonde-type identity . Replacing the constant specialization by recovers the -binomial generating functions of 40.01.06, so the Gaussian binomial is a principal specialization of , and the partition generating function is a specialization of .

Synthesis. Putting these together, the foundational reason is the master ring of algebraic combinatorics is that it is simultaneously a free polynomial ring, a self-dual Hopf algebra, and an inverse limit of invariant rings, and these three faces force every basis to behave. The fundamental theorem makes and free bases; the Hopf self-duality of Theorem 2 is exactly the structure that the Hall inner product of 40.03.03 makes metric, and under it is an isometry exchanging the two free bases. The central insight is that conjugation of Young diagrams, the swap of , and the antipode are one symmetry seen in combinatorics, algebra, and Hopf theory respectively; this is exactly why the Kostka unitriangularity that defines Schur functions in 40.03.02 and the cycle-centralizer denominators that obstruct a -structure on are not accidents but consequences of the dominance order and the conjugacy combinatorics of . The bridge is the principal specialization of Theorem 4, which generalises the -binomial calculus of 40.01.06 into all of and appears again as the Frobenius characteristic of 40.03.06, where -weighted indicator functions translate the entire ring into the character theory of the symmetric groups. The relation is the hinge: read in one variable it is conjugation, read across all degrees it is the antipode, and read on roots of a polynomial it is Newton-Girard.

Full proof set Master

Proposition 1 (the recursion and mutual generation). For all , , and consequently inside .

Proof. In the products and satisfy . Equate coefficients of : for (the coefficient is ). Solving for the top complete function, , expresses over in and ; induction on (base ) places every . The relation is symmetric in (it reads after substituting and using ), so likewise every . The two subrings therefore coincide.

Proposition 2 (algebraic independence; is a basis). The elementary functions are algebraically independent over , and is a -basis of .

Proof. Fix . Order partitions of by dominance . Expanding the product and selecting, in each factor , the lowest-indexed monomial, the product's exponent vector assembles the columns of heights into the conjugate partition ; one checks every monomial of has type . Hence , . Since is a bijection of partitions of , the matrix is unitriangular for the dominance order (after this relabelling), with 's on the diagonal. A unitriangular integer matrix is invertible over , so and are related by an integer change of basis; as is a -basis of (by definition of the monomial functions), so is . Counting: there are products and , so any algebraic relation among the would, in some degree, make the functions -linearly dependent, contradicting the basis property. Therefore the are algebraically independent and .

Proposition 3 ( is a well-defined involution). There is a unique ring automorphism with for all , and ; moreover .

Proof. By Proposition 2 the are free polynomial generators, so extends uniquely to a ring endomorphism . Applying to the relation gives ; comparing with the symmetric form of Proposition 1 and solving the same triangular system forces . Thus on generators, so and is an involutive automorphism. For the power sums, recall (Exercise 6) and the dual with , obtained from (take ). Applying to and matching with shows acts on the -expansion by ; on a single this is .

Proposition 4 (Newton's identities). For all , .

Proof. Differentiate : . Hence . The left side has -coefficient ; the right side has -coefficient . Equate: , which rearranges to .

Connections Master

  • The indexing set of every basis in this unit is the partitions of , the combinatorial object whose generating function, conjugation symmetry, and -analogues are developed in 40.01.06; the dominance order used to prove unitriangularity of the transition is the same partial order on partitions met there, and the principal specialization turns the elementary functions into the Gaussian binomials and the complete series into the partition generating function . This unit is the algebraic ring built on top of the partition combinatorics of 40.01.06.

  • The Schur basis , the fifth and central basis, is constructed in the co-produced unit 40.03.02 as the unitriangular completion against the dominance order introduced here, with the bialternant (Jacobi-Trudi) formulas expressing as determinants in the and bases of this unit; the involution defined here acts as on Schur functions. The Hall inner product of the co-produced 40.03.03 makes orthonormal and orthogonal with — the same that obstructs a -basis of power sums here — and turns into an isometry.

  • The power-sum-to-character dictionary is the Frobenius characteristic of the co-produced 40.03.06: the map sending the indicator of the conjugacy class of cycle type in to is a ring isomorphism from the class functions of the symmetric groups onto , carrying irreducible characters to Schur functions. The cycle-centralizer order appearing in Newton's change of basis is exactly the centralizer order in , so the arithmetic of in this unit is the conjugacy-class arithmetic of the symmetric group; the Young-diagram and hook-length combinatorics that names the irreducibles is set up in the representation-theory units 07.05.02 and 07.05.10 (the Murnaghan-Nakayama rule, which is the power-sum expansion of Schur functions read as a character computation).

Historical & philosophical context Master

The elementary-symmetric and power-sum functions, and the recursive identities linking them, are due to Newton, who recorded them in the Arithmetica Universalis (compiled from lectures of the 1670s-80s, published 1707) [Newton 1707] as a method for computing the power sums of the roots of a polynomial from its coefficients without solving it; the formulas were given a determinantal form by Girard slightly earlier and are now called the Newton-Girard identities. The fundamental theorem of symmetric functions — that every symmetric polynomial is a unique polynomial in the elementary ones — was the technical engine of Lagrange's (1770) and later Galois's analysis of solvability, since the coefficients of a polynomial are, up to sign, the elementary symmetric functions of its roots, and Newton's identities convert between coefficient data and root data.

The Schur functions, foreshadowed here and built in 40.03.02, appear first as the antisymmetric-over-Vandermonde quotients in Cauchy's 1815 memoir on alternating functions [Cauchy 1815], long before Schur's 1901 thesis identified them with the irreducible characters of the general linear group. The reorganization of the whole subject around the inverse-limit ring , the four bases, the involution , and the Hall inner product is largely Philip Hall's (1950s, in the context of the Hall algebra of finite abelian -groups) and was codified in Macdonald's Symmetric Functions and Hall Polynomials (1979; 2nd ed. 1995). The Hopf-algebraic and self-duality structure was isolated by Zelevinsky (1981) and by Geissinger, placing as the universal positive self-dual Hopf algebra and tying its representation-theoretic ubiquity to that universality.

Bibliography Master

@book{macdonald1995symmetric,
  author    = {Macdonald, Ian G.},
  title     = {Symmetric Functions and Hall Polynomials},
  series    = {Oxford Mathematical Monographs},
  edition   = {2},
  publisher = {Oxford University Press},
  year      = {1995}
}

@book{stanley1999ec2,
  author    = {Stanley, Richard P.},
  title     = {Enumerative Combinatorics, Volume 2},
  series    = {Cambridge Studies in Advanced Mathematics},
  volume    = {62},
  publisher = {Cambridge University Press},
  year      = {1999}
}

@book{sagan2001symmetric,
  author    = {Sagan, Bruce E.},
  title     = {The Symmetric Group: Representations, Combinatorial Algorithms, and Symmetric Functions},
  series    = {Graduate Texts in Mathematics},
  volume    = {203},
  edition   = {2},
  publisher = {Springer},
  year      = {2001}
}

@book{newton1707arithmetica,
  author    = {Newton, Isaac},
  title     = {Arithmetica Universalis},
  publisher = {Cambridge},
  year      = {1707}
}

@article{cauchy1815memoire,
  author  = {Cauchy, Augustin-Louis},
  title   = {M\'{e}moire sur les fonctions qui ne peuvent obtenir que deux valeurs \'{e}gales et de signes contraires par suite des transpositions op\'{e}r\'{e}es entre les variables qu'elles renferment},
  journal = {Journal de l'\'{E}cole Polytechnique},
  volume  = {10},
  pages   = {29--112},
  year    = {1815}
}

@book{zelevinsky1981representations,
  author    = {Zelevinsky, Andrey V.},
  title     = {Representations of Finite Classical Groups: A Hopf Algebra Approach},
  series    = {Lecture Notes in Mathematics},
  volume    = {869},
  publisher = {Springer},
  year      = {1981}
}

@article{hall1959algebra,
  author  = {Hall, Philip},
  title   = {The algebra of partitions},
  journal = {Proceedings of the 4th Canadian Mathematical Congress (Banff)},
  pages   = {147--159},
  year    = {1959}
}