Theorem

Every Propositional Formula is logically equivalent to a CNF Formula.

Example

  1. Start with the truth table, and fill out the column aswell
xyzF
00010
00110
01001
01101
10010
10101
11010
11110
  1. Arrange the DNF to be the assignments of all those that result in
  1. Then, negate the formula
  1. Apply Boolean Algebra De-Morgans Law
  1. Apply Boolean Algebra De-Morgans Law again