How does one prove by induction that $(n!)^2\geq n^n$
for all $n \geq 1$
Hint:$(1+x)^r\geq 1+rx$ , for $r\geq0$ and $x\geq-1$
Step 1 For $n=1$, the LHS=$1!^2=1$ and RHS=$1^1=1$. So LHS$\geq$ RHS.
Step 2
Suppose the result be true for $n=k$ i.e.,
$(k!)^2 \geq k^k$
Step 3
For $n=k+1$
$((k+1)!)^2 \geq (k+1)^{k+1}$
$((k+1)!)^2=(k!⋅(k+1))^2=(k!)^2(k+1)^2\geq k^k(k+1)^2$
How can I do?Thank you for help
Write the LHS in two rows with first row in ascending otder and the second row in descending order. So $(n!)^2$ is equal to
$$1\times 2\times3\times\cdots (n-1)\times n$$
$$\times$$
$$n\times(n-1)\times\cdots 2\times 1$$
Now multiply column wise (there will be $n$ columns. SO we get $(n!)^2 = \prod_{k=1}^n \big(k\times (n+1-k)\big)$.
Now show each term of this product is at least $n$. So the full product will be at least $n^n$.