AIMA Artificial Intelligence a modern approch

AIMA-exercises is an open-source community of students, instructors and developers. Anyone can add an exercise, suggest answers to existing questions, or simply help us improve the platform. We accept contributions on this github repository.

Exercise 7.23

Consider the following sentence:

  1. Determine, using enumeration, whether this sentence is valid, satisfiable (but not valid), or unsatisfiable.

  2. Convert the left-hand and right-hand sides of the main implication into CNF, showing each step, and explain how the results confirm your answer to (a).

  3. Prove your answer to (a) using resolution.

View Answer