Fermat's Little Theorem: exponents powers of p

If $a$ is divisible by $p$, it is obvious.

If not, Fermat's Little Theorem is equivalent to $a^{p-1}\equiv 1\bmod p$.

Raising both sides to any power shows that $a^x\equiv 1\bmod p$ for any $x$ a multiple of $p-1$.

$p^k-1$ is a multiple of $p-1$: $(p-1)(p^{k-1}+p^{k-2}+\ldots+1)$.


Hint: Take $k = 2$. We have $$a^{p^2} \equiv (a^p)^p \equiv (a)^p \equiv a \pmod p$$


Hint $\ $ By an obvious induction, any set closed under multiplication is closed under powers.

Note that $\ \color{#c00}{a^J} \equiv a\equiv \color{#0a0}{a^K}\,\Rightarrow\, a^{\color{#c00}J\color{#0a0}K}\equiv (\color{#c00}{a^J})^{\color{#0a0}K}\equiv \color{#0a0}{a^K}\equiv a\,$ so the set $\,S\,$ of $\,N\,$ with $\,a^N\equiv a$

satsifies $\ \ \color{#c00}J,\color{#0a0}K\in S\ \Rightarrow\ \color{#c00}J\color{#0a0}K\in S,\ $ i.e. $S\,$ is closed under multiplication, so under powers.

In particular $\ a^P\equiv a\,\Rightarrow\, p\in S\,\Rightarrow\, p^k\in S\,$ for all $\,k\ge 1$.

Remark $\ $ Note how bringing to the fore the innate monoid structure (closure under product) serves to reduce the induction to a trivial induction, that monoids are closed under powering. Such simplifications are often possible in common inductive proofs, so it is worthwhile to first search for such simplifying structure before diving head-first into brute-force inductions.