For any modulus $m > 1$, if $[a] = [b]$ and $[c] = [d]$ then $[a]+[c]=[b]+[d]$ and $[a][c]=[b][d]$
If $[a]=[b]$ then $a \equiv b ({mod}\ m)$
Also
If $[c]=[d]$ then $c \equiv d ({mod}\ m)$
So it follows that $a-b=m(x)$ and $c-d=m(y)$ for some integers $x$ and $y$. So then $a=m(x)+b$ and $c=m(y)+d$
Thus you have $a+c=m(x+y)+b+d$ then $(a+c)-(b+d)=m(x+y)$ so you have that $(a+c) \equiv (b+d) ({mod}\ m)$ then you have that $[a+c]=[b+d]$ or $[a]+[c]=[b]+[d]$
then you can do a similar argument for the $[a][c]=[b][d]$