I'm having trouble proving the following by induction:
$\forall n \in \mathbb{N}, (n\ge2) \implies ((\sqrt{2})^n \le n!)$
So far I solved the base case for n = 2.
$((\sqrt{2})^2 \le 2!)$ is true.
However I'm having trouble determining the induction hypothesis and conclusion, and am just generally lost on how to proceed. Any suggestions?
The induction hypothesis would be $(\sqrt{2})^k \leq k!$. Now multiplying both sides by $\sqrt{2} > 0$ we have $$(\sqrt{2})^{k+1} \leq k! \sqrt{2} \leq k!(k+1) = (k+1)!$$
since $k+1 > \sqrt{2}$ for $k > 1$.