Can we use C2(x) as -(x)?
Let us try the rules of negation of two’s complement.
First of all, is it true that C2(C2(x)) = x?
However, this alone isn’t enough. Let us see if x + C2(x) = 0:
Why does 2n = 0? This is because we are using modulo-2n arithmetics. Recall that in modulo arithmetic, 2n ≡ (2n mod2n) ≡ 0.
Now, on to some real tests. How about y + C2(x) = y - x?