Negation normal form
From Free net encyclopedia
Revision as of 14:50, 5 October 2005; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
A logical formula is in negation normal form if negation occurs only immediately above elementary propositions. In classical logic each formula can be brought into this form by replacing implications and equivalences by their definitions, using De Morgan's laws to push negation inside, and eliminating double negations. This process can be represented using the following rewrite rules:
- <math>\lnot (\forall x. G) \to \exists x. \lnot G</math>
- <math>\lnot (\exists x. G) \to \forall x. \lnot G</math>
- <math>\lnot \lnot G \to G</math>
- <math>\lnot (G_1 \land G_2) \to (\lnot G_1) \lor (\lnot G_2)</math>
- <math>\lnot (G_1 \lor G_2) \to (\lnot G_1) \land (\lnot G_2)</math>
A formula in negation normal form can be put into the stronger conjunctive normal form or disjunctive normal form by applying the distributivity laws.