Boolean commutativity

If a boolean expression is commutative, it means that we can swap the order of the values and we get the same result.

We can write this for the operation \ominus as:

A \ominus B = B \ominus A

This applies for lots of operations, including:

Links: