1 / 19

Resolution refutation proofs involve the following steps:

Figure 2.5: Further steps in the unification of (parents X (father X) (mother bill)) and (parents bill (father bill) Y). Resolution refutation proofs involve the following steps:. Clausal Form.

trynt
Télécharger la présentation

Resolution refutation proofs involve the following steps:

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS3754 Class Notes 14B, John Shieh, 2013

  2. CS3754 Class Notes 14B, John Shieh, 2013

  3. CS3754 Class Notes 14B, John Shieh, 2013 Figure 2.5: Further steps in the unification of (parents X (father X) (mother bill)) and (parents bill (father bill) Y).

  4. CS3754 Class Notes 14B, John Shieh, 2013 Resolution refutation proofs involve the following steps:

  5. CS3754 Class Notes 14B, John Shieh, 2013 Clausal Form • Before resolution can be applied, the WFF must be in a clausal form. The basic idea of clausal form is to express WFFs in a standard form that uses only the , and possibly ¬. • This conversion is necessary because resolution is an operation on pairs of disjuncts which produces new disjuncts, which simplifies the WFF. • The full clausal form can express any predicate logic formula.

  6. CS3754 Class Notes 14B, John Shieh, 2013 Algorithm to convert to clausal form (1) • Eliminate conditionals →, using the equivalence P → Q = ¬P Q • Eliminate negations or reduce the scope of negation to one atom. e.g., ¬ ¬ P = P ¬(P Q) = ¬P ¬Q ¬ (X) P(X) = (X) ¬P(X) 3. Standardize variables within a WFF so that the bound or dummy variables of each quantifier have unique names. e.g.,

  7. CS3754 Class Notes 14B, John Shieh, 2013 Algorithm to convert to clausal form (2) 4. Eliminate existential quantifiers, by using Skolem functions, named after the Norwegian logician ThoralfSkolem. e.g., (∃X) L(X) is replaced by L(a) (∃X) (∃Y) L(X, Y) is replaced by (∃X) L(X, f(X)) 5. Convert the WFF to prenex form which is a sequence of quantifiers followed by a matrix. 6. Convert the matrix to conjunctive normal form, which is a conjunctive of clauses. Each clause is a disjunction. 7. Drop the universal quantifiers. 8. Eliminate the conjunctive signs by writing the WFF as a set of clauses 9. Rename variables in clauses, if necessary, so that the same variable name is only used in one clause.

  8. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.3 Resolution proof for the “dead dog” problem.

  9. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.4 One resolution proof for an example from the propositional calculus.

  10. CS3754 Class Notes 14B, John Shieh, 2013

  11. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.5 One refutation for the “happy student” problem.

  12. CS3754 Class Notes 14B, John Shieh, 2013

  13. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.6 Resolution proof for the “exciting life” problem.

  14. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.8 Complete state space for the “exciting life” problem generated by breadth-first search (to two levels).

  15. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.7 another resolution refutation for the example of Fig 13.6.

  16. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.9 Using the unit preference strategy on the “exciting life” problem.

  17. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.10 Unification substitutions of Fig 13.6 applied to the original query.

  18. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.11 Answer extraction process on the “finding fido” problem.

  19. CS3754 Class Notes 14B, John Shieh, 2013 Fig 13.12 Skolemization as part of the answer extraction process.

More Related