DNF — The Disjunctive Normal Form
The disjunctive normal form is the dual of CNF.
We define a cube to be a conjunction
Example
The formula
Checking whether a DNF formula is satisfiable is easy: as the formula is a disjunction of cubes, each non-contradictory cube corresponds to one or more satisfying truth assignments.
Example
The DNF formula
The cube
corresponds to and . The cube
corresponds to .
However, this fact does not make SAT solving trivial: translating a formula to DNF can require exponential time and space in the worst case.
Example
Consider the parity formula
As with CNF (recall the section CNF Translations), a formula can be translated to DNF by local rewriting rules:
removing other binary operands but disjunction and conjunction,
pushing negations next to variables, and
pushing disjunctions outside of conjunctions with the rule
For small formulas,
the DNF can also be directly read from the truth table
by observing that a cube
Example
Consider the formula
Now the cube