My textbook offers the following solution:
After doing the whole $n+1$ thing
$2(n+1)-3 = 2n + 2 - 3 = (2n - 3) + 2 > 2^{n-2} + 2$, because for $n \leq 5$, $2<2^{n-2}$, we conclude that $2^{n−2} + 2 < 2^{n-2} + 2^{n-2} = 2·2^{n-2} = 2^{n-1}$. Therefore
$2(n+1) - 3 < 2^{n-1}$
I instead did the following and I'd like to know if it's correct:
$2(n+1)-3 < 2^{n-2}$
$2n -1 < 2^n/2$
$4n -2 < 2^n$
From the induction hypothesis, $2n - 3 < 2^{n-2}$, work it until $8n - 12 <2^n$
So, since $4n - 2 < 8n - 12 < 2^n, 4n-2 < 2^n <=> 2(n+1) -3 < 2^{n -1}$
Is this correct, or is the logic flawed?
We want to show that $2(n+1)-3 < 2^{n\color{red}{+1}-2}$
$$2n -1 < 2^n/2$$
which is equivalent to
$$4n -2 < 2^n$$
From the induction hypothesis, $2n - 3 < 2^{n-2}$, by mutiplying by $4$ on both sides (rather than saying "work it until"): $$8n - 12 <2^n$$
So, since $4n - 2 < 8n - 12 < 2^n, 4n-2 < 2^n \iff 2(n+1) -3 < 2^{n -1}$
Also, you might like to explain explicitly why $4n-2 < 8n - 12$ for $n\ge 5.$