Theorem
Every Propositional Formula is logically equivalent to a CNF Formula.
Example
- Start with the truth table, and fill out the column aswell
| x | y | z | F | |
|---|---|---|---|---|
| 0 | 0 | 0 | 1 | 0 |
| 0 | 0 | 1 | 1 | 0 |
| 0 | 1 | 0 | 0 | 1 |
| 0 | 1 | 1 | 0 | 1 |
| 1 | 0 | 0 | 1 | 0 |
| 1 | 0 | 1 | 0 | 1 |
| 1 | 1 | 0 | 1 | 0 |
| 1 | 1 | 1 | 1 | 0 |
- Arrange the DNF to be the assignments of all those that result in
- Then, negate the formula
- Apply Boolean Algebra De-Morgans Law again