Show that $2^n > n^2$ through induction and so far I got to the $k+1$ step, but I am stuck.
I have $2^{k+1} = 2 +2^k$, but I don`t know how the book turned it into $k^2 +k^2$. The book then follows to turn it into $k^2+4n$ and then $k^2+2k+1$. Was the $K$th step used because I cant understand how it was used in case.
Inductive hypothesis: For $n = k$, $$\color{blue}{2^k \geq k^2},\quad k \geq 4.$$
$$2^{k+1} = 2\cdot \color{blue}{2^k} \geq 2(\color{blue}{k^2}) \geq k^2 + k^2 \geq k^2 + 2k + 1 \overset{\large k>2} = (k+1)^2$$