Show that $\frac{2^{2n}}{2n} \le {2n \choose n}$, $n\in\mathbb{N}$.
What I can see easily is that $\frac{2^{2n}}{2n + 1} \le {2n \choose n}$, since $(1+1)^{2n} = \sum_{m=0}^{2n}{2n \choose m} = 2^{2n}$. This sum contains $2n+1$ terms with the largest being ${2n \choose n}$. So ${2n \choose n}$ is larger than $\frac{2^{2n}}{2n + 1}$. However I have found the statement $\frac{2^{2n}}{2n} \le {2n \choose n}$, which is not obvious to me.