Negation normal form

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description In mathematical logic, a formula is in negation normal form (NNF) if the negation operator (¬, Template:Ifsubst) is only applied to variables and the only other allowed Boolean operators are conjunction (, Template:Ifsubst) and disjunction (, Template:Ifsubst).

Negation normal form is not a canonical form: for example, a(b¬c) and (ab)(a¬c) are equivalent, and are both in negation normal form.

Definition

The following is a context-free grammar for NNF:

NNF Literal
Script error: No such module "String".( NNF NNF Script error: No such module "String".)
Script error: No such module "String".( NNF NNF Script error: No such module "String".)
Literal Variable
Script error: No such module "String".¬ Variable

where Variable is any variable.

Examples and counterexamples

         ∨
       /   \
      ∧     D
    /   \
   ∧     ¬
 /   \   |
A     ∨  C
     /  \
    ¬    C
    |
    B         

The following formulae are all in negation normal form:

((AB)C)(A¬B)(A¬B){[(A(¬BC))¬C]D}

The first example is also in conjunctive normal form, the next two are in both conjunctive normal form and disjunctive normal form, but the last example is in neither.

The following formulae are not in negation normal form:

(AB)¬(AB)¬(AB)¬(A¬C)

They are however respectively equivalent to the following formulae in negation normal form:

(¬AB)(¬A¬B)(¬A¬B)(¬AC)

Conversion to NNF

In classical logic and many modal logics, every formula can be brought into this form by replacing implications () and equivalences () by their definitions, using De Morgan's laws to push negation inwards, and eliminating double negations. This process can be represented using the following rewrite rules:Template:Sfn

AB¬ABAB(¬AB)(A¬B)¬(AB)¬A¬B¬(AB)¬A¬B¬¬AA¬xAx¬A¬xAx¬A

Transformation into negation normal form can increase the size of a formula only linearly: the number of occurrences of atomic formulas remains the same, the total number of occurrences of and is unchanged, and the number of occurrences of ¬ in the normal form is bounded by the length of the original formula.

A formula in negation normal form can be put into the stronger conjunctive normal form or disjunctive normal form by applying distributivity. Repeated application of distributivity may exponentially increase the size of a formula. In the classical propositional logic, transformation to negation normal form does not impact computational properties: the satisfiability problem continues to be NP-complete, and the validity problem continues to be co-NP-complete. For formulas in conjunctive normal form, the validity problem is solvable in polynomial time, and for formulas in disjunctive normal form, the satisfiability problem is solvable in polynomial time.

See also

Notes

Template:Reflist

References

  • Script error: No such module "citation/CS1".

External links

Template:Normal forms in logic