§ Hook length formula


Truly remarkable formula that tells us the number of standard young tableaux for a given partition λ\lambda of nn. Recall the definitions:

§ The formula

Now, we want to count the number of young tableaux (formally, the data n,λ,asgnn, \lambda, asgn) for a given partition λ\lambda. The formula is:
n!/(cellλhooklen(cell)) n!/\left(\prod_{\texttt{cell} \in \lambda} hooklen(\texttt{cell})\right)

where hooklenhooklen is the largest "hook shape":
* * *
*
*
...

at the cell (i,j)(i, j) that is in the partition λ\lambda.

§ The structure of hooks


say we have a hook shape
a b c d
e
f

And the numbers {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}. How many ways can we assign the numbers to the above hook shape such that its a legal young tableaux?


a b c d
e
f

This becomes:
6 3 2 1
2
1

6!/(6×3!×2!)=5!/(3!2!)=5C3=(r+cr) 6!/(6\times 3!\times 2!) = 5!/(3! 2!) = 5C3 = \binom{r+c}{r}

where r=3,c=2r=3, c=2.

§ Knuth's heuristic





num(λ)/n!={hhook(λ)1/hook-length(h)num(λ)=n!/{hhook(λ)hook-length(h) \begin{aligned} &\texttt{num}(\lambda)/n! = \prod_\{h \in \texttt{hook}(\lambda) 1/\texttt{hook-length}(h) \\ &\texttt{num}(\lambda) = n!/\prod_\{h \in \texttt{hook}(\lambda)\texttt{hook-length}(h) \\ \end{aligned}

§ The relationship to representation theory


The RSK correspondence gives us a bijection between the permutation group SnS_n and pairs of standard young tableaux:
RSKλpartition(n)SYT(λ)×SYT(λ) RSK \equiv \bigcup_{\lambda \in \texttt{partition}(n)} SYT(\lambda) \times SYT(\lambda)

given by the pair of insertion tableaux and the recording tableaux for each partition λ\lambda of nn.
If we look at this in terms of set sizes, then it tells us that:
Sn=λpartition(n)SYT(λ)×SYT(λ)n!=λpartition(n)SYT(λ)2n!=λpartition(n)hook-length-formula(λ)2 \begin{aligned} &|S_n| = |\bigcup_{\lambda \in \texttt{partition}(n)} SYT(\lambda) \times SYT(\lambda) \\ &n! = \sum_{\lambda \in \texttt{partition}(n)} |SYT(\lambda)|^2 \\ &n! = \sum_{\lambda \in \texttt{partition}(n)} |\texttt{hook-length-formula}(\lambda)|^2 \\ \end{aligned}

This looks very suspicious, almost like the representation theoretic formula of:
group-size=irrepRepr(G)dim(irrep)2 \texttt{group-size} = \sum_{\texttt{irrep} \in Repr(G)} dim(\texttt{irrep})^2

and it is indeed true that hook-length-formula(λ)\texttt{hook-length-formula}(\lambda) corresponds to the dimension of an irreducible representation of SnS_n, and each λ\lambda corresponds to an irrep of SnS_n.