Boolean AND zero
If we have an expression like:
…then for any value of 0 (because at least one is 0, so AND cannot be true).
We know that, because of the AND truth table:
1 AND 0 = 00 AND 0 = 0, so:A AND 0 = 0- (because
Amust represent either a1or a0)
In short:
We can use this to simplify boolean algebra!
We can replace anywhere we see