I have seen the bounds $\left(\frac{n}{k}\right)^k \leq {n \choose k} \leq \left( \frac{en}{k}\right)^k$ for integers $n \geq k >0$ for the binomial coefficient. I can prove the upper bound in this inequality, but I'm missing some detail for the lower bound. Does anyone know some simple way to prove this lower bound?
For completion let me put the proof for the upper bound. We know that $${n \choose k} = \frac{n!}{(n-k)! k!} = \frac{n \cdot (n-1) \dots (n-(k-1))}{k!} \leq \frac{n^k}{k!} - (1)$$ Now let us look at the expansion of $$e^k=\sum_{i=0}^{\infty}\frac{k^i}{i!}$$ Now if we just pick the term wrt $k$, we get $e^k > \frac{k^k}{k!}$. Which implies $\frac{1}{k!}< \left(\frac{e}{k}\right)^k$ Now substituting in equation $(1)$, we get the bound.
Now let us look at the expansion of $e^k=\sum_{i=0}^{\infty}\frac{k^i}{i!}$. Now if we just pick the term wrt $k$, we get $e^k > \frac{k^k}{k!}$. Which implies $\frac{1}{k!}< \left(\frac{e}{k}\right)^k$.
Now substituting in equation (1), we get the bound.
– user1105 Jul 07 '15 at 10:42