I am in a critical problem with the following question. Please help me.
Prove by induction: $$4^n > n^2 \text{ for }n >= 1$$
Base case: n = 1 $$4^1 > 1^2$$ 4 > 1 which is true and for some n = k > 1 we have $$4^k > k^2$$
Next, Induction step: Now setting n = k+1 we get $$4^{k+1} > (k+1)^2$$ $$4(4^k) > k^2 + 2k + 1$$ Now how will I proceed?