How to prove the following:
$$ \frac{m!}{n!} \geq n^{m-n} $$
In my book it's written: "easy to prove by separately considering the cases $m \geq n$ and $m<n$).
I tried using the bounds of Stirling and I got:
$$ \frac{m!}{n!} \geq \frac{\sqrt{2\pi}}{e} n^{m-n} $$
But this bound is not tight as the first since $\frac{\sqrt{2\pi}}{e}\approx 0.92$
Thanks!
Stirling approximation is not useful here. The definition of factorial is all we need.
Note that if $m\geq n$ then $$m!=\underbrace{m\cdot (m-1)\cdots (n+1)}_{\text{$m-n$ factors each one $>n$}}\cdot n!$$ On the other hand if $n>m$ then $$n!=\underbrace{n\cdot (n-1)\cdots (m+1)}_{\text{$n-m$ factors each one $\leq n$}}\cdot m!$$ Can you take it from here?