I've got this problem where I need to find $k \in \mathbb{N}$ so that $P(k) \Rightarrow P(k+1)$ and $P(n) = 2^n \gt n^2$
By induction I have:
$2 = 2^1 > 1^2 = 1$ which is ok with the first condition. Now I'm having troubles with the next step:
If $P(k) \Rightarrow P(k+1)$:
My inductive hypothesis is: $2^k \gt k^2$, and I want to show that $2^{k+1} \gt (k+1)^2$ but I'm stuck on there. What would be the next step, in order to find $k$?
Any hint will be appreciated. Thanks in advance!
P.S.: Intuitively I see that this is true for $k \geq 5$, but I'm not sure about how to prove it.