I need to prove the following statements:
Prove the following statements:
(a) if $a$ is odd then $a^4 ≡ 1 \pmod 4$,
(b) if $5$ does not divide a, then $a^4 \equiv 1 \pmod 5$.
Can I do this inductively? Or should I be adopting another approach? I know for (a), if $a$ is odd, $a^4$ will also be odd, as the product of odd numbers is always odd. This would mean that $4 \mid (a^4 - 1)$, which would always be an even number, but of course not all even numbers are divisible by 4 (or rather $(a^4 - 1)$ would always be an even number). I also know you can obtain all the congruence cases of $1 \pmod 5$ by adding or subtracting $5$, beginning at $1$.