I'm having trouble showing equality for the $A(n+1)$ portion of the proof.
Prove by Induction: $$\sum_{k=1}^{n}\frac{a-1}{a^k}=1-\frac{1}{a^n}, a \ne 0$$
Base Case $(n=1)$: $$\frac{a-1}{a^1}=1-\frac{1}{a^1}$$ $$1-\frac{1}{a}=1-\frac{1}{a}$$ Therefore, $A(1)$ is true.
Assume $A(n+1)$ is true for some $n\ge1$. Then:
$$\sum_{k=1}^{n+1}\frac{a-1}{a^k}=1-\frac{1}{a^{n+1}}$$
Because of the lack of $n$ on both sides I am confused as to show we show $A(n+1)$ to be true. Any hints would be great.
Inductive step:
$$\sum_{k=1}^{n+1}\frac{a-1}{a^k}=\sum_{k=1}^{n}\frac{a-1}{a^k}+\frac{a-1}{a^{n+1}}=1-\frac{1}{a^{n}}+\frac{a-1}{a^{n+1}}=1-\frac{1}{a^{n+1}}$$