I'm working through a proof right now, and have gotten to the statement:
$F(n+1) ≤ 2^n + 2^{n-1}$
This is correct, but according to my answer key, from this statement we can conclude that:
$F(n+1) ≤ 2 \cdot 2^n$
As the next step, which I don't understand. If I try to simplify this expression by factoring, I go:
$2^n + 2^{n-1}$
$2^n + 2^n2^{-1}$
$2^n + (\frac{1}{2})2^n$
$1.5 \cdot 2^n$
How on earth is the answer $2 \cdot 2^n$? I'm sure there's some small, stupid detail I'm missing but I just can't seem to get my head around it.
We can conclude this since : $$1.5 \cdot 2^n < 2 \cdot 2^n$$
Hence,
$$\color{blue}{F(n+1)} ≤ 2^n + 2^{n-1}=1.5 \cdot 2^n \color{blue}{< 2 \cdot 2^n}$$