I know how to prove Fermat's little theorem using binomial expansion and induction.
Question:
How can I prove it using Lagrange's theorem?
So I want to show $c^p\equiv c\pmod p$, i.e. $c^{p-1}\equiv 1\pmod p$ since $\Bbb F_p$ is a field. We have for some $k\geq 1$ that $c^k\equiv 1\pmod p$. In partiular, $k\mid p-1$ (Lagrange) since $c$ is an element of multiplicative order $k$ in $\Bbb F_p$. Thus $k\in \{1, p-1\}$. How do I exclude the case $k=1$ now?