Note: Every law in Boolean algebra has two forms that are obtained by exchanging all the ANDs to ORs and 1s to 0s and vice versa. This is known as the Boolean algebra duality principle. The order of operations for Boolean algebra, from highest to lowest priority is NOT, then AND, then OR. Expressions inside brackets are always evaluated first.
1. Commutative Law
(a) A + B = B + A
(b) A B = B A
2. Associative Law
(a) (A + B) + C = A + (B + C)
(b) (A B) C = A (B C)
3. Distributive Law
(a) A (B + C) = A B + A C
(b) A + (B C) = (A + B) (A + C)
4. Null Law
(a) 1 + A = 1
(b) 0 A = 0
5. Identity law
(a) 0 + A = A
(b) 1 A = A
6. Idempotent Law
(a) A + A = A
(b) A A = A
7. Complementarity Law
(a) A' + A = 1
(b) A' A = 0
8. Uniting Theorem
(a) A B + A B' = A
(b) (A + B) (A + B') = A
9. Absorption Theorem
(a) A + A B = A
(b) A (A + B) = A
10. Adsorption Theorem
(a) A + A' B = A + B
(b) A (A' + B) = A B
11. De Morgan's Theorem
(a) (A + B)' = A' B'
(b) (A B)' = A' + B'