Share on Facebook Share on Twitter Email
Answers.com

Normal form

 

A well-formed formula of the propositional calculus is in conjunctive normal form when it is of the form A & B &…where each of A, B…is a formula consisting of a disjunction of atomic propositions or negations of atomic propositions (e.g. pq ∨ ¬r…). In disjunctive normal form it is a disjunction of conjuncts subject to the same condition.

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Normal form (term rewriting)
Top

In considering rewriting systems, a normal form is an element of the system which cannot be rewritten any further.

Consider the basic term rewriting system with reduction rule ρ : g(x, y) → x. The term g(g(4, 2), g(3, 1)) has the following reduction sequence, according to the usual outermost strategy, that is, if the reduction rule is applied to each outermost occurrence of g:

 g(g(4,2), g(3,1)) \rightarrow_\rho g(4,2) \rightarrow_\rho 4.

There is no rule that permits us to rewrite 4, so 4 is a normal form for this term rewriting system.

Related concepts are related to the possibility of rewriting an element into normal form. Weak normalization is defined as the possibility that some element can be rewritten into a normal form. Strong normalization is defined as any reduction sequence starting from some element terminates. We say that the system is weakly normalizing (or strongly normalizing) if all elements are weakly normalizing (resp. strongly normalizing).

Newman's lemma states that if an abstract reduction system A is strongly normalizing and is weakly confluent, then A is in fact confluent. The result enables us to further generalize the critical pair lemma.


 
 

 

Copyrights:

Philosophy Dictionary. The Oxford Dictionary of Philosophy. Copyright © 1994, 1996, 2005 by Oxford University Press. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Normal form (term rewriting)" Read more