Trying to show that the inequality holds for $$n^2 \le 2^n$$
So far I have: $$\text{Assume }k \text{ is arbitrary. Our inductive hypothesis is: } k^2 \le 2^k \text{. Show this is true for } k+1\\ (k+1)^2 = k^2+2k+1 \\ k^2 < k^2+2k+1$$
Stuck here and wondering if I could get some hints.