For every natural number $n$ greater than $1$, prove that $2n – 1 \geq n \cdot 2^{\frac{n-1}{2}}$.
This was the question given in the book however simply plugging in $n=5$ we can see that the statement is false. And now my best guess is that it was a printing error and the actual question was about proving the following statement-
$$2^n – 1 \geq n \cdot 2^{\frac{n-1}{2}}$$
Which now does seem to be true $\forall n$. But since I am new to inequalities i have no idea about dealing with inequalities involving negative numbers ( here "$-1$"). All help would be greatly appreciated. Thanks.
We need to prove that: $$2\cdot\left(2^{\frac{n-1}{2}}\right)^2-n\cdot2^{\frac{n-1}{2}}-1\geq0$$ or $$2^{\frac{n-1}{2}}\geq\frac{n+\sqrt{n^2+8}}{4},$$ which is true for $n=1$.
Now, by the assumption of the induction we obtain: $$2^{\frac{n}{2}}=\sqrt2\cdot2^{\frac{n-1}{2}}\geq\frac{n+\sqrt{n^2+8}}{2\sqrt2}$$ and it's enough to prove that: $$\frac{n+\sqrt{n^2+8}}{2\sqrt2}\geq\frac{n+1+\sqrt{n^2+2n+9}}{4},$$ which is true for any $n\geq1$.
Can you end it now?