Boolean AND identity
The identity of any operation is the value that, when we combine it with value
In the case of the AND operation, the identity is
0 \cdot 1 = 0 1 \cdot 1 = 1
This means that if we have a value
0 \cdot 1 = 0 1 \cdot 1 = 1
A \cdot 1 = A
Boolean simplification
Knowing this identity can help us simplify expressions. Whenever we see
something ANDed with
For example, if we have the expression