On $\Bbb Z_3$, we typically define addition and multiplication as follows:
$$[a]+[b]=[a+b]$$ $$ [a]\cdot[b]=[a\cdot b]$$
Consider defining addition as $[a]+[b]=[0]$ for all $a,b\in \Bbb Z$. This addition is well defined:
Let $a\equiv c \pmod 3$ and $b\equiv d \pmod 3$ for $a,b,c,d \in \Bbb Z$. Then $[a]=[c]$ and $[b]=[d]$, which implies: $$[a]+[b]=[c]+[d]=[0]$$ However, $f([a],[b])=[a]+[b]$ is not an onto mapping from $\Bbb Z_3 \times \Bbb Z_3$ to $\Bbb Z_3$.
EDIT (clarification of question): Is the above definition for addition valid?
That is, is it possible to define addition on $\Bbb Z_3$ in such a way that the function $f:\Bbb Z_3 \times \Bbb Z_3 \rightarrow \Bbb Z_3$ such that $f([a],[b])=[a]+[b]$ is not onto? And likewise for multiplication?
Thank you for your help. I appreciate an explanation suitable for an undergraduate like myself.