$\def\legendre{\genfrac(){.5pt}{}}$Let $m,n$ be positive integers. Prove the following -
- $m!(n!)^m \mid (mn)!$
- $m!n!(m+n)! \mid (2m)!(2n)!$
First one is here - Inductive proof
I can give a combinatorial proof. $\frac{(mn)!}{m!(n!)^m}$ is the way to split $mn$ things in $m$ groups of $n$ things.
I am looking for algebric proof of both statements.
My Work
Let $p$ be any prime
Then it suffices to prove $\legendre{m}{p} + m\legendre{n}{p} \leq \legendre{mn}{p}$ and $\legendre{m}{p} + \legendre{n}{p} + \legendre{m+n}{p} \leq \legendre{2m}{p} + \legendre{2n}{p} $ But don't know how to prove these.
It is easy to see if $p \gt min(n,m)$ then it comes obvious. But how to prove when $p \leq min(n,m)$
I'd also like to know if their exists any combinatorial prove of the second statement.
P.S: Don't give only hints. I need a full solution. I am messing up things.