Boolean Identities
Boolean Identities and Simplification
For each of the following Boolean Identities use a truth table and LogiSim or https://logic.ly/demo/to VERIFY that the Identity is true… This might seem like a really long winded task but it is essential that you REALLY believe and are comfortable with this form of algebra. ¬ = NOT, x = AND, + = OR
Name |
Axiom |
|
Idempotent |
A + A = A |
|
Identity |
A + 0 = A A + 1 = 1 |
|
Complement |
A + ¬A = 1 ¬(¬A) = A |
|
Commutative |
A + B = B + A |
|
Associative |
(A + B) + C = A + (B + C) |
|
Distributive |
A × (B + C) = A × B + A × C |
|
Absorption |
A + A × B = A A + ¬A × B = A + B |
|
De Morgan’s |
¬(A + B) = ¬ A × ¬ B |
|