hmm.. good point... let's see if that holds true on additions with modulus; say modulus 10
ie, say I'm a complement-10 cpu that can only store numbers from 0 to 9, and I have
X= { 1, 2, 3, 4, 5, 6, 7, 8 }
A = { 1, 2, 3, 5, 6, 7, 8 }
so A is missing 4; then
sum of X mod 10 = 1 + 2 + 3 + 4 + 5...