I have a conjecture: If $B \neq C$, then
$$ A\ \text{XOR}\ B \neq A\ \text{XOR}\ C $$
Is it true? If so, how to prove it?
What I tried:
I think I have proven the contrapositive qualitatively by writing a binary representation of $A$. Let $a_i, b_i, c_i$ be $i$th bit of $A, B, C$. To make $A\ \text{XOR}\ B = A\ \text{XOR}\ C$, $b_i = c_i$ shall be satisfied for all $i$.
But I have no quantitative proof.