I'm being asked to prove, by method of congruences, that $$ 31\mid2^{5n} - 1$$
Now I'm trying to this via mathematical induction (is this the correct way to go about this?). And the method of congruences is $$a \equiv b \mod m $$
in case $m | b - a$.
First, the base case. For $n = 1$, the statement simplifies to:
$$31\mid2^{5(1)} − 1$$ $$31\mid32 − 1$$
$$1 ≡ 32 \mod\ 31$$
which is true.
Next, we will prove the statement must also be true for $n = k + 1$:
$$31\mid2^{5(n + 1)} − 1$$
which, when rewriten, is
$$1 \equiv 2^{5n + 5} \mod 31)$$ Now this is the part where I think my induction skills aren't quite there yet to see patterns or something I should swap. I asked another question here recently that used induction; should I be trying to play with the exponents above the 2 to end up with something exchangeable in the earlier statements? Or is induction the wrong way to go altogether?