A set S of integers $\{s_1, s_2, . . . , s_k\}$ such that 0 ∈ S is called a set of digits modulo m if and only if any integer b can be written as $$b = f_nm^n + f_{n−1}m^{n−1} + · · · + f_1m + f_0$$ for some $n \geq 0$ and some $f_i$ ∈ S, moreover such expression is unique assuming that $f_n \neq 0$. Show that:
a) $k = m$ and the set of $s_i$ is a complete set of representatives modulo m
b) S = {0, 1, −1} is a set of digits modulo 3
c) S = {0, 2, −2} is NOT a set of digits modulo 3
I can't really seem to get anywhere with this. I've tried representing b in a few ways using the division algorithm and then trying to convert to the expression above but this doesn't really seem to get me anywhere. I'd appreciate any help, thanks!