Show that $(n!)^{(n-1)!}$ divides $(n!)!$
I found this question in a text he was reading about BREAKDOWN OF PRIME FACTORS IN FACT, I decided many years, have posted some here to help, but this ... Did not come out at all, in fact I could not leave the place, and looked reolhei theorems that shows me the text, but could not solve, need help.
$$ \begin{align} \frac{\displaystyle\left(\sum_{i=1}^na_i\right)!}{\displaystyle\prod_{i=1}^na_i!} &=\frac{\displaystyle\left(\sum_{i=1}^{n-1}a_i\right)!}{\displaystyle\prod_{i=1}^{n-1}a_i!} \frac{\displaystyle\left(\sum_{i=1}^na_i\right)!}{\displaystyle\left(\sum_{i=1}^{n-1}a_i\right)!\ a_n!}\\ &=\frac{\displaystyle\left(\sum_{i=1}^{n-1}a_i\right)!}{\displaystyle\prod_{i=1}^{n-1}a_i!} \binom{\displaystyle\sum_{i=1}^na_i}{a_n}\\ &=\prod_{k=1}^n\binom{\displaystyle\sum_{i=1}^ka_i}{a_k}\tag{1} \end{align} $$ Thus, the fraction on the left of $(1)$ is a product of binomial coefficients.
We can write $$ n!=n(n-1)!=\sum_{i=1}^{(n-1)!}n\tag{2} $$ Using $(2)$ and then $(1)$ $$ \begin{align} \frac{(n!)!}{n!^{(n-1)!}} &=\frac{\displaystyle\left(\sum_{i=1}^{(n-1)!}n\right)!}{\displaystyle\prod_{i=1}^{(n-1)!}n!}\\[4pt] &=\prod_{k=1}^{(n-1)!}\binom{kn}{n}\tag{3} \end{align} $$ Since the right hand side of $(3)$ is a product of binomial coefficients, the left hand side is an integer.
Example
The numbers get huge very quickly, but with $n=4$, $$ \frac{(4!)!}{4!^{3!}}=\frac{24!}{24^6}=3,246,670,537,110,000 $$ and $$ \begin{align} \prod_{k=1}^{3!}\binom{4k}{4} &=\binom{24}{4}\binom{20}{4}\binom{16}{4}\binom{12}{4}\binom{8}{4}\binom{4}{4}\\[4pt] &=3,246,670,537,110,000 \end{align} $$