November 2017
Intermediate to advanced
670 pages
17h 35m
English

De Morgan's Law stated that all logical operations can be expressed in terms of and, or, and not. Furthermore, all logical operations can also be expressed in terms of just and and not, or just or and not:
a ∧ b = ¬ ( (¬ a) ∨ (¬ b) ) a ∨ b = ¬ ( (¬ a) ∧ (¬ b) )
The first equation says that a and b are both true if and only if at least one of a or b is false. The second equation says that at least one of a or b is true if and only if both a and b are false.