ConceptComplete

Partitions and q-Series

Integer partitions represent one of the deepest subjects in combinatorics, with connections to number theory, representation theory, and mathematical physics. Generating functions for partitions, expressed as q-series, reveal remarkable algebraic structures.

DefinitionInteger Partition

A partition of a positive integer nn is a way of writing nn as a sum of positive integers, where the order doesn't matter. We write partitions in non-increasing order: n=λ1+λ2++λkn = \lambda_1 + \lambda_2 + \cdots + \lambda_k where λ1λ2λk>0\lambda_1 \geq \lambda_2 \geq \cdots \geq \lambda_k > 0.

The number of partitions of nn is denoted p(n)p(n), with p(0)=1p(0) = 1 by convention. For example:

  • p(4)=5p(4) = 5: the partitions are 4,3+1,2+2,2+1+1,1+1+1+14, 3+1, 2+2, 2+1+1, 1+1+1+1
  • p(5)=7p(5) = 7: partitions are 5,4+1,3+2,3+1+1,2+2+1,2+1+1+1,1+1+1+1+15, 4+1, 3+2, 3+1+1, 2+2+1, 2+1+1+1, 1+1+1+1+1
DefinitionPartition Generating Function

The generating function for p(n)p(n) is: P(q)=n=0p(n)qn=k=111qkP(q) = \sum_{n=0}^\infty p(n) q^n = \prod_{k=1}^\infty \frac{1}{1-q^k}

This product formula (Euler's partition identity) states that each factor 11qk=1+qk+q2k+q3k+\frac{1}{1-q^k} = 1 + q^k + q^{2k} + q^{3k} + \cdots corresponds to using the part kk zero, one, two, or more times in a partition.

The coefficient of qnq^n in the infinite product counts partitions of nn by independently choosing how many times each positive integer appears as a part.

ExampleRestricted Partitions

Different restrictions on partitions lead to different q-series:

  1. Partitions into distinct parts: k=1(1+qk)\prod_{k=1}^\infty (1 + q^k)

  2. Partitions into odd parts: k=111q2k1\prod_{k=1}^\infty \frac{1}{1-q^{2k-1}}

  3. Partitions with at most mm parts: k=1m11qk\prod_{k=1}^m \frac{1}{1-q^k}

  4. Partitions with parts at most mm: k=1m11qk\prod_{k=1}^m \frac{1}{1-q^k} (same as above!)

  5. Self-conjugate partitions (equal to their Ferrers diagram transpose): Count equals partitions into distinct odd parts

TheoremEuler's Partition Theorem

The number of partitions of nn into distinct parts equals the number of partitions of nn into odd parts. Algebraically: k=1(1+qk)=k=111q2k1\prod_{k=1}^\infty (1 + q^k) = \prod_{k=1}^\infty \frac{1}{1 - q^{2k-1}}

Remark

This theorem has a beautiful bijective proof using the binary representation of parts. Each partition into odd parts can be uniquely written by grouping equal parts and using the binary expansion of their multiplicities.

DefinitionFerrers Diagram and Young Tableaux

A Ferrers diagram (or Young diagram) is a visual representation of a partition using rows of dots or boxes, arranged left-justified with rows in non-increasing order. For partition (5,3,3,1)(5,3,3,1):

• • • • •
• • •
• • •
•

The conjugate partition λ\lambda' is obtained by reflecting the Ferrers diagram across the main diagonal, swapping rows and columns.

ExamplePentagonal Number Theorem

Euler's pentagonal number theorem is one of the most beautiful identities in partition theory: k=1(1qk)=n=(1)nqn(3n1)/2\prod_{k=1}^\infty (1 - q^k) = \sum_{n=-\infty}^\infty (-1)^n q^{n(3n-1)/2}

The exponents n(3n1)2\frac{n(3n-1)}{2} are the pentagonal numbers: 0,1,2,5,7,12,15,22,0, 1, 2, 5, 7, 12, 15, 22, \ldots (for n=0,±1,±2,n = 0, \pm 1, \pm 2, \ldots).

This gives a recurrence for p(n)p(n): p(n)=p(n1)+p(n2)p(n5)p(n7)+p(n12)+p(n) = p(n-1) + p(n-2) - p(n-5) - p(n-7) + p(n-12) + \cdots with signs alternating in pairs and pentagonal number offsets.

Remark

Partition theory connects deeply to:

  • Modular forms: The generating function P(q)P(q) is related to Dedekind's eta function η(τ)=q1/24n=1(1qn)\eta(\tau) = q^{1/24}\prod_{n=1}^\infty (1-q^n)
  • Representation theory: Partitions index irreducible representations of symmetric groups
  • q-analogs: Many classical formulas have q-analogs expressed through partition generating functions
  • Physics: Partition functions in statistical mechanics and string theory

Ramanujan discovered numerous deep congruences, such as p(5n+4)0(mod5)p(5n+4) \equiv 0 \pmod{5}, revolutionizing the field.

The theory of partitions and q-series remains one of the most active areas of research in modern combinatorics.