Boolean idempotence
Idempotence means that, when we combine a value with itself using an operation, we get the same value back again.
In the case of the AND operation, we have:
- So
In the case of OR, we get:
- So
Idempotence means that, when we combine a value with itself using an operation, we get the same value back again.
In the case of the AND operation, we have:
In the case of OR, we get: