To prove a formula P given a set of axioms A
(lives wanda ?x) -> (answer ?x)When converted to clause form, this becomes
(~ (lives wanda ?x)) V (answer ?x)In this case you terminate the procedure when resolving two clauses results in a clause consisting only of an answer predicate.
Last updated: 6 February 1996
URL: http://www.indiana.edu/~gasser/Q351/theorem_proving.html
Comments:
gasser@salsa.indiana.edu
Copyright 1996,
The Trustees of
Indiana University