I want to prove the following inequality combinatorialy $$\left(\frac{n+1}{2}\right)^n \ge n! ,n \in \mathbb{N} $$
my attempts in this direction so far have been
$$\left(\frac{n+1}{2}\right)^n \ge n! \iff (n+1)^n \ge 2^n n!$$
then i tried to show a injection from some set with $2^nn!$ elements to a set with $(n+1)^n$ elements but this is where i am not able to come up with a setup that shows this clearly.
I would greatly appreciate any kind of help pointing to such a setup with the injective mapping.
Thank you
Note that $$2^nn!=2\cdot4\cdot\ldots\cdot2n.$$ For $n=2k$, this can be reordered as $$2^nn!=(2\cdot 2n)\cdot(4\cdot2(n-1))\cdot\ldots\cdot(2k\cdot2(k+1)).$$ These are $k$ terms, all of the form $2a\cdot 2b$ with $a+b=n+1$. We find that it suffices to show that $2a\cdot2b\leq(a+b)^2$ for any integers $a,b\geq1$.
A similar argument shows that the case $n=2k+1$ can also be reduced to $2a\cdot2b\leq(a+b)^2$. We just need to get rid of the central factor of $2(k+1)=n+1$.
Now first note that $2a\cdot2b\leq(a+b)^2$ can be easily proved algebraically, since $$(a+b)^2-4ab=(b-a)^2\geq0.$$ We can also prove this geometrically with the following picture, assuming $a\leq b$.
The total area is $(a+b)^2$, so writing it as a sum of its parts, we get $$(a+b)^2=3ab+a^2+a(b-a)+(b-a)^2=4ab+(b-a)^2\geq4ab.$$
But now we can turn the geometric proof into a combinatorial one with an injection. For $[n]=\{1,\ldots,n\}$, consider $f:[4]\times[a]\times[b]\to[a+b]^2$, defined by \begin{equation*} f(i,x,y):=\begin{cases} (x,y+a)&i=1 \\(x+a,y+a)&i=2 \\(y+a,x)&i=3 \\(x,y)&i=4,y\leq a \\(y+a,x+a)&i=4,y>a \end{cases}. \end{equation*} So cases $i=1$ and $i=2$ correspond to the vertical rectangles, case $i=3$ to the horizontal rectangle, case $i=4,y\leq a$ to the $a\times a$ square, and case $i=4,y>a$ to the $(b-a)\times a$ rectangle.