I'd like to prove that $\,\,n!<\mathrm{e}\left(\frac{n}{2}\right)^n$.
What I have so far:
$$\sqrt[n]{n!} = \sqrt[n]{1\cdot 2 \cdot \ldots \cdot n} \leq \frac{1+\ldots +n}{n}=\frac{(n+1)n}{2n}=\frac{(n+1)}{2}.$$
Thus
$$\,\,n!<\mathrm{e}\left(\frac{n}{2}\right)^n.$$
But how do I go from $n+1$ to $n$?
As obtained in the OP: $$ \sqrt[n]{n!}\le \frac{n+1}{2}, $$ and hence $$ n!\le \left(\frac{n+1}{2}\right)^{\!n}=2^{-n}n^n\left(\frac{n+1}{n}\right)^{\!n}= \left(1+\frac{1}{n}\right)^{\!n}\left(\frac{n}{2}\right)^{\!n} <\mathrm{e}\left(\frac{n}{2}\right)^{\!n}, $$ since $$ \left(1+\frac{1}{n}\right)^{\!n}<\mathrm{e}, $$ which is is due to the fact that $$ 1+\frac{1}{n}<\mathrm{e}^{1/n}. $$