In my book, under Legendre’s Function, the following two examples were given;
When $m,n \in N$ , prove that;
$\ $ $m! \cdot (n!)^m$ divides $(mn)!$
$\ $ $m! \cdot n! \cdot (m+n)! $ divides $(2m)! \cdot (2n)!$
Well, for the first one, I know it is just the number of ways to put $mn$ balls into $m$ identical baskets, each with $n$ balls.
But, as this is a NT book, I tried solving this with Legendre’s Function and it just did not work,
I got we needed to prove:
$f(mn) \ge f(m) + m \cdot f(n)$ where $f(k) = [\frac{k}{p}]$ where [.] is the floor function.
Now, I could not figure out what to do, I tried inducting on $n$ but after using some inequalities like $[xy] \ge [x][y]$ and $[x+y] \ge [x]+[y]$ , the inequality just became false.
As I couldn't even solve the first one, I could not solve the second one either, not even 'combinatorically'.
So, I am looking for a proof of both the problems using Legendre’s Function (and perhaps a combinatorial proof of $2$ well?)
Thanks!