This may sound like a newbie but question is to show that
$$(n!)^4\le2^{n^2+n} for \quad n=1,2,3...$$
I know it is true for n=1. $(1!)^4\le2^2$ and assume it is true for $1<m\le n$ for all $\quad m\in N$
we have to show for m=n+1.
$((n+1)!)^2\le^? 2^{(n+1)^2+n+1}$
$((n+1)!)^4=(n!)^4.(n+1)^4\le 2^{n^2+n}.(n+1)^4$
so it is enough to show
$(n+1)^4\le4^{n+1}$
it is not true for n=2 but $(2!)^4\le2^{2^2+2}$ is true
so we can check for $n\ge3$
$(n+1)^4=n^4+4n^3+6n^2+4n+1\le^?4^{n+1}=4(4^n)$
I need to show $4n+1\le4^n$ ,$4n^3\le4^n$,$6n^2\le4^n,n^4\le4^n$ How Can I continue?