|
|
The basic thing is that the product of any n consecutive numbers is divisible by n!
(n!)! consists of n! numbers = n (n-1)! consecutive numbers.
That is, there are (n-1)! sets of n consecutive numbers, each of which is divisible by n!
Hence (n!)! is divisible by (n!)(n-1)!
|