[5.1] (Binary Boolean Operations)
(Addition) 0+0 = 0, 0+1 = 1, 1+0 = 1, 1+1 = 1
(Multiplication) 0x0 = 0, 0x1 = 0, 1x0 = 0, 1x1 = 1.
Click here to see a discussion of the commutative, associative and distributive laws. The number 1 all by itself is a (trivial) commutative multiplicative group But The change prevents I from having an additive inverse.
The change makes the number 1 idempotent. A number is said to be idempotentunder a binary operation iff it produces back itself when combined with itself. Zero is always idempotent under both operations: 0+0 = 0 and 0x0 = 0. Unity is idempotent under multiplication: 1x1 = 1.