Prove by induction that $2k(k+1) + 1 < 2^{k+1} - 1$ for $ k > 4$. Can some one pls help me with this?
I reformulated like this
$ 2k(k+1) + 1 < 2^{k+1} - 1 $
$ 2k^2+2k+2<2^{k+1}$
and I tried like this Take $k=k+1$
$ 2^{k+2} -1 > 2(k+1)(k+2) + 1 $
$2^{k+2} > 2(k+1)(k+2) + 2$
$ 2^{k+2} > 2k^2+2k+2 +4k+4$
I dont know how to proceed further
Please help me.