Exercise 1

  1. Yes, only one negative literal & DNF.
  2. No, two positive literals.
  3. Yes, only at most one positive literal & DNF
  4. Yes.
  5. Yes.
  6. Yes.

Exercise 2

(1)

Given two atomic formula: The mgu is if .

(2)

  1. There is no unifier. Contradiction on .
  2. There is no unifier. Cannot map to as it must have at least one element.
  3. No unifier.

Exercise 3

Resolving goal results in:

Exercise 4

is the falsity symbol; boolean false

  1. which becomes :- A.
  2. which becomes A :- A. (N.B. the A are reversed)
  3. becomes A. (fact)
  4. which becomes :- A, B.
  5. which becomes C :- A, B.