Which natural numbers satisfy $2^n > n^2$ ?
My work. Step 1: $n = 1 $, $2^1 > 1^2$. True.
For $n = k$, $2^k > k^2$. For $n = k+1$, $$ 2^{(k+1)} > (k+1)^2 \\ 2\cdot 2^k>k^2+2k+1 \\ 2^k+2^k > k^2+2k+1$$
$2^k > k^2 \text{ - from step 1}$
$2^k > k^2+2k+1$
How I can find the numbers now?
HINT: Check if your mathematical statement is valid for $n=2,3$ and then apply strong form of mathematical induction to disprove the given statement.