Given $a,m \in\mathbb{N}$ with $gcd(a,m)=1$, let $x_1\in\mathbb{N}$ be a solution to the congruence $ax\equiv1\pmod m$. For each integer $k\ge1$, number is defined as $x_k:=\frac{1}{a}(1-(1-ax_1)^k]$.
Prove that $x_k$ is a solution to the congruence $ax\equiv1\pmod {m^k}$
I tried induction, for base case $k=1$
$\frac{1}{a}[(1-(1-ax)]=x$
And $ax\equiv1\pmod m$ is true indeed
How should I do this?