i want to prove that $\forall n\geq 5$ $$2^{n}-1 > n^{2}$$
so the basis is trivial, and in the induction step (n+1), i stuck. i get :
$(n+1)^{2} = n^{2} + 2n + 1 < (2^{n} -1)+ 2n+1 = 2^{n} + 2n $
what i need to do from here? tnx!
i want to prove that $\forall n\geq 5$ $$2^{n}-1 > n^{2}$$
so the basis is trivial, and in the induction step (n+1), i stuck. i get :
$(n+1)^{2} = n^{2} + 2n + 1 < (2^{n} -1)+ 2n+1 = 2^{n} + 2n $
what i need to do from here? tnx!
On
You need to reach $2^{n+1}-1$ at the end, which equals $2^n + 2^n - 1$, and you already have $2^n + 2n$. If only you knew that $2^n-1 > 2n$, your task would be over. But you already know (induction hypothesis) that $2^n-1 > n^2$. Is this enough?
Hint: $2^{n+1}-1 = 2\cdot (2^n - 1)+1$