Prove that: $$\frac23 + \frac29 + \dots + \frac{2}{3^n} = 1 - \left( \frac13 \right) ^n ,\text{for all } n > 0$$
I'm trying to do it using induction, thus:
For the smallest possible $n$, we have $n = 1 \Rightarrow \frac23 = 1 - \left( \frac13 \right) ^1 = \frac23$
Then $n-1 > 0$ and it should hold that:
$$\frac23 + \frac29 + \dots + \frac{2}{3^{n-1} } = 1 - \left( \frac13 \right) ^{n-1}$$
if we add $\frac{2}{3^n}$ on both sides we have:
$$\frac23 + \frac29 + \dots + \frac{2}{3^{n-1} } + \frac{2}{3^n} = 1 - \left( \frac13 \right) ^{n-1} + \frac{2}{3^n}$$
Now, here is my concern:
Simplifying the r.h.s. we have: $$1 - \left( \frac13 \right) ^{n-1} + \frac{2}{3^n} = 1 - 5\left( \frac13 \right) ^{n}$$
i.e. there is a factor of $5$ difference from the target? What am I doing wrong? What should be the inductive conclusion?
$$ 1-\frac{1}{3^{n-1}}+\frac{2}{3^n} = 1-\frac{3}{3^n}+\frac{2}{3^n}=1-\frac{1}{3^n} $$