Let $k\in \mathbb{N}$. Which of $[0]_3, [1]_3, [2]_3$ is $[5^k]_3$ equal to? Prove your answer.
Below is my proof so far. I figured out what it equals when $k$ is even or odd, which is hopefully correct. And I know from this then a case for both even and odd must be made. I am just unsure of how you would translate how $k$ being even or odd affects the outcome into a proof? So far in class we have worked on multiplication tables for $\mathbb{Z_n}$ but not much incorporation into proofs.
Proof: Let $k\in \mathbb{N}$. Then $[5^k]_3$ is either $[1]_3$ or $[2]_3$, depending on $k$. Specifically: $ \begin{cases}[1]_3 & k \text{ odd} \\ [2]_3 & k \text{ even}\end{cases}$. Case 1: Let $k$ be odd.
Case 2: Let $k$ be even.
(Note: $[a]_n$ is the congruence class of $a$ modulo $n$.)
Write $$ 5^k=(3+2)^k=\sum_{j=0}^k\binom{k}{j}3^j2^{k-j}=2^k+\sum_{j=1}^k \binom{k}{j}3^j2^{k-j} $$ to deduce that for $k\geq 1$ it is the case that $5^k=2^k$ modulo $3$.