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!
The second question follows from the following inequality: let $x,y$ be real numbers, then $[x]+[y]+[x+y] \leq [2x]+[2y]$.
Here’s a very easy proof: the inequality is unchanged when integers are added to $x,y$, so we can assume $0 \leq x,y <1$, and we want to show $[x+y] \leq [2x]+[2y]$. But $0 \leq x+y,2x,2y< 2$, so that the only case where the inequality isn’t trivial is when $[2x]+[2y]=0$, ie $[2x]=[2y]=0$, ie $x,y < 0.5$. But then $x+y <1$ and the inequality holds.
For 1), we need to show that for any prime $p$, any integers $m,n$, $\sum_{k \geq 1}{m[n/p^k]+[m/p^k]} \leq \sum_{k \geq 1}{[mn/p^k]}$. Let $l \geq 2$ be minimal such that $p^l >n$ (if $p > n$ then it’s trivial). Then for any $k \geq 1$, $[m/p^k] \leq [mn/p^{k+l-1}]$. Thus $\sum_{k \geq 1}{[m/p^k]} \leq \sum_{k \geq l}{[mn/p^k]}$. Moreover, $\sum_{k \geq 1}{m[n/p^k]} \leq \sum_{k=1}^{l-1}{m[n/p^k]} \leq \sum_{1 \leq k < l}{[mn/p^k]}$ and this ends the proof.