Hint $\ $ The inductive step follows by telescopy. $ $ Let $f(k)= a^k-1$
Then $\,\color{#0a0}{f(k\!+\!1)\!-\!f(k)} = a^{k+1}-a^k = (a\!-\!1)a^k$ is divisible by $\,a\!-\!1$
so if $\,\color{#c00}{f(k)}$ is divisible by $\,a\!-\!1\,$ then so too is $\,f(k\!+\!1) = \color{#0a0}{f(k+1)\!-\!f(k)} + \color{#c00}{f(k)}$
Remark $\, $ Summing the above makes the telescopic cancellation explicit
$$\begin{align}a^{k+1}-1 =\, &\,\ \ \color{#c00}{a^{k+1}\!-a^k}+\color{#0a0}{a^k\!-a^{k-1}} + \cdots+ a^1\!-a^0\\[.3em]
=\, &\,(a-1)\, (\color{#c00}{a^k} + \color{#0a0}{a^{k-1}}+\cdots+1),\ \ \text{or, more formally}\\ f(k\!+\!1)-f(0) =\,& \sum_{i=0}^k (f(i\!+\!1)\!-\!f(i)) = \sum_{i=0}^ka^i(a\!-\!1) = (a\!-\!1)\sum_{i=0}^k a^i\end{align} $$
The first equality above, expressing $f(k\!+\!1)-f(0)$ as the sum of its first differences, has a trivial (and obvious) proof by induction. Once you prove this general form inductively, you can use it as a lemma to inductively prove many special cases - which are ubiquitous. You can find many examples and much further discussion of telescopic induction in various prior posts.