Disjunctive Normal Form

In boolean logic, a disjunctive normal form (DNF) is a standardization (or normalization) of a logical formula which is a disjunction of conjunctive clauses. As a normal form, it is useful in automated theorem proving. A logical formula is considered to be in DNF if and only if it is a disjunction of one or more conjunctions of one or more literals. A DNF formula is in full disjunctive normal form if each of its variables appears exactly once in every clause. As in conjunctive normal form (CNF), the only propositional operators in DNF are and, or, and not. The not operator can only be used as part of a literal, which means that it can only precede a propositional variable. For example, all of the following formulas are in DNF:

However, the following formulas are NOT in DNF:

— NOT is the outermost operator
— an OR is nested within an AND

Converting a formula to DNF involves using logical equivalences, such as the double negative elimination, De Morgan's laws, and the distributive law.

All logical formulas can be converted into disjunctive normal form. However, in some cases conversion to DNF can lead to an exponential explosion of the formula. For example, in DNF, logical formulas of the following form have 2n terms:

Any particular Boolean function can be represented by one and only one full disjunctive normal form, one of the two canonical forms.

The following is a formal grammar for DNF:

  1. disjunctconjunct
  2. disjunctdisjunctconjunct
  3. conjunctliteral
  4. conjunct → (conjunctliteral)
  5. literalvariable
  6. literal → ¬variable

Where variable is thought as any variable.

Famous quotes containing the words normal and/or form:

    What strikes many twin researchers now is not how much identical twins are alike, but rather how different they are, given the same genetic makeup....Multiples don’t walk around in lockstep, talking in unison, thinking identical thoughts. The bond for normal twins, whether they are identical or fraternal, is based on how they, as individuals who are keenly aware of the differences between them, learn to relate to one another.
    Pamela Patrick Novotny (20th century)

    Since the Greeks, Western man has believed that Being, all Being, is intelligible, that there is a reason for everything ... and that the cosmos is, finally, intelligible. The Oriental, on the other hand, has accepted his existence within a universe that would appear to be meaningless, to the rational Western mind, and has lived with this meaninglessness. Hence the artistic form that seems natural to the Oriental is one that is just as formless or formal, as irrational, as life itself.
    William Barrett (b. 1913)