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.