CSci 5511 - Homework 4

Homework 4 -- due Wednesday April 1

This homework will be graded out of 90 points. It will count 9% of the grade.

Written questions

This part has to be turned in on paper.
  1. [15 points] Answer Question 7.12 of the textbook
  2. [10 points] Answer Question 8.3 of the textbook
  3. [10 points] Answer Question 8.8 of the textbook
  4. [10 points] Answer Question 9.4 of the textbook
  5. [15 points] Answer Question 9.18 of the textbook
  6. [20 points] Answer Question 9.19 of the textbook
  7. [10 points] This is only for Graduate Students (an old WPE question). Undergraduate students do not need to answer this question, they will get credit for it without having to do any work. Undergraduates are welcome to answer this question for extra credit.
    Prove by resolution that the following set of expressions is unsatisfiable. Upper case arguments are constants, lower case arguments are variables:
    1. forall x Expensive(x) -> Prestigious(x)
    2. forall x Prestigious(x) -> Big(x)
    3. forall x Prestigious(x) -> Nicer(x,Garden)
    4. forall x forall y Big(x) -> not Nicer(x,y)
    5. Expensive(Myhouse)
    6. Big(Myhouse) -> Nicer(TomHouse,Myhouse)
Copyright: © 2009 by the Regents of the University of Minnesota
Department of Computer Science and Engineering. All rights reserved.
Comments to: Maria Gini
Changes and corrections are in red.