The problem:
It turns out that if $a$ and $b$ are positive integers with $a > b + 1$, then there is a positive integer $M > 1$ such that a $a^n − b^n$ is divisible by $M$ for all positive integers $n$. Determine $M$ in terms of $a$ and $b$ and prove that it is a divisor of $a^n − b^n$ for all positive integers $n$.
I am fairly certain $M=a-b$, however, I am having trouble proving it $\forall \ n \in \Bbb N$. Here is my thought process:
Base case: Let $a,b \in \Bbb Z$, $n=1$, then $a^n-b^n = a - b = M$ as desired.
Inductive hypothesis: Assume true for $k$ such that $1 \le k \le n$.
$a^k - b^k = M(m)$, where $m \in \Bbb Z$.
Inductive step:
$a^{k+1} + b^{k+1} = aa^k - bb^k = (a-b) + (a-1)a^k-(b-1)b^k = M + (a-1)a^k-(b-1)b^k$
That is as far as I got, I tried a lot of things but I can't seem to factor out $(a-b)$ from $(a-1)a^k-(b-1)b^k$.
Thank you in advance for any help.
Hint: One way to do the induction step is to note that $$a^{k+1}-b^{k+1}=a^{k+1}-ba^k +ba^k-b^{k+1}=a^k(a-b)+b(a^k-b^k).$$
It follows quickly from the induction hypothesis that $a-b$ divides the right-hand side, and hence the left-hand side.