AI - Assignment 4 - Spring2023
AI - Assignment 4 - Spring2023
Topics Covered: Propositional Logic and Submission Deadline: April 17, 2023, by
Reasoning 16.00 sharp
Page 1
National University
of Computer and Emerging Sciences, CFD Campus
a. Determine, using enumeration, whether this sentence is valid, satisfiable (but not valid),
or unsatisfiable.
b. Convert the left-hand and right-hand sides of the main implication into Conjunctive
Normal Form (CNF), showing each step, and explain how the results confirm your answer
to (a).
c. Prove your answer to (a) using resolution.
a. Create a knowledge base to represent the necessary environment rules and agent’s
observations.
b. Prove that KB |= α1 using resolution theorem where α1 = “There is no pit in [2,2].”
c. Prove that KB |= α2 using inference rules where α2 = “There is a wumpus in [1,3].”
Page 2