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.
You don't "find $k$". You already have it in your hand, and you assume that the assumption is true for $k$, then you prove that under the assumption that it was true for $k$ it is true for $k+1$.
However as you remark, this is true for $k\geq 5$, but it is not necessarily true for smaller $k$. For example $2^2=2^2$ and $2^3<3^2$, but $2^1>1^2$.
Therefore you cannot prove from $2^k>k^2$ that the same is true for $k+1$, because for $k=1$ this implication is false. What you can do is add to the statement that $k\geq 5$, that is prove the following:
Then you can use the fact that $k\geq 5$ in your proof of the induction step.