I am trying to prove $n^2>2n+1$ for $k\ge 4$.
Intuitively this is true since $\lim\limits_{n\rightarrow\infty}(2+1/n)=2$.
Obviously $16>9$.
Assume $k^2>2k+1 \implies k^2+2k+2>2k+1+2k+2 \implies (k+1)^2+1>2(2k+1)+1$,
and $2(2k+1)+1>2(k+1)+1$ so $(k+1)^2+1>2(k+1)+1$, but now I am stuck.
I am not sure how to show this by induction...
Assume $k^2>2k+1$; then $$ (k+1)^2=k^2+2k+1>2k+1+2k+1=4k+2=2(k+1)+1+(2k-1) $$ Can you say that $2k-1>0$?
Of course, you don't need induction at all, because this is a quadratic polynomial and we know that $$ x^2-2x-1>0 $$ for $x>1+\sqrt{2}$ or $x<1-\sqrt{2}$. In particular, $n^2-2n-1>0$ for integer $n>2$.