I am trying to prove : $n!\ge (n/2)^{n/2}$
I have tried proof by induction and it gets stuck after expanding the powers to something like : $(k+1/2)^{k/2} + (k+1/2)^{1/2}$. Is there any other way to prove this or should I keep trying to prove by induction ?
I also tried : $n(n-1)..1$ and then pairing the elements to create $n/2$ terms but got stuck there as well. I have proved $n! \le n^n$ (could that help me prove this ? )
Any help/guidance is appreciated. Thanks
You don't need a proof by induction.
Recall that $n! = n(n-1)(n-2)...1$
If you only take the first $n/2$ elements you get (assuming $n$ is even for simplicity but this works for odd value too)
$n(n-1)...(n-n/2)$ This is a product of $n/2$ elements each of them is larger than $n/2$.