Prove $2^{(n+1)}>n^2$, for all $n \in \mathbb{N}$.
I started by verifying the condition for $1$.
$$P(1):2^{1+1}>1^2$$ $$P(1):4>1$$
That is true.
Then I supposed $P(k)$ true, for some $k \in \mathbb{N}$. Now I've to prove $P(k+1)$:
$$2^{k+1+1}>(k+1)^2$$ $$2\cdot 2^{k+1}>(k+1)^2$$
By the hypotesis one known that $2^{k+1}>k^2$ so,
$$2\cdot2^{k+1}>2k^2$$
Now one needs to prove that $2k^2\geq(k+1)^2$ to conclude that $2^{k+2}>(k+1)^2$. But I'm having some trouble to prove this inequality.
Thanks for the help.