What do $\oplus$ and $\ominus$ mean in the context of modular arithmetic mod $n$, i.e. $\mathbb{Z}_n$? I'm familiar with using it as a bit-wise XOR operator, but in the context of mod $n$, this doesn't sound like it would make any sense.
I am told that this has a modular operator definition and that if $a,b\in \mathbb{Z}_n$ then $(a\ominus b) \oplus (b\ominus a) = 0$. I don't want to know how to show this equality but I include it only give any helpful context about what might be expressed by these symbols.
It is just to differentiate the 'normal' $+$, from the operation with modular numbers.
So: $[a]\oplus [b]:=[a+b]$. Note, that $\oplus$ adds 'sets' and $+$ adds numbers.