Contents    Page-10    Prev    Next    Page+10    Index   

Conjunctive Normal Form

For a resolution program, we want to eliminate as much of the logic notation as possible. This is done in the following ways:

A clause such as ``all hounds howl'' becomes:
∀ x Hound(x) → Howl(x)
¬ Hound(x) ∨ Howl(x)
( (not (hound x)) (howl x) )