Show that $\left(2n\right)!\leq \left(n\left(n+1\right)\right)^{n}$.
My attempt so far:
$\left(2n \right)!=1\cdot2\cdot...\cdot\left(2n-1\right)\cdot2n\leq\left(n\left(n+1\right)\right)^{n}=\left(n^{2}+n\right)^{n}$
This is where I am stuck. I know that his holds for some values of $n$, such as 2, but I am having a hard time proceeding from here. I am not sure if induction would be the best approach or if there would be a more elegant solution. Thanks in advance for any hints.