Exercise 1
- Yes, only one negative literal & DNF.
- No, two positive literals.
- Yes, only at most one positive literal & DNF
- Yes.
- Yes.
- Yes.
Exercise 2
(1)
Given two atomic formula: The mgu is if .
(2)
- There is no unifier. Contradiction on .
- There is no unifier. Cannot map to as it must have at least one element.
- No unifier.
Exercise 3
Resolving goal results in:
Exercise 4
is the falsity symbol; boolean false
- which becomes
:- A. - which becomes
A :- A.(N.B. theAare reversed) - becomes
A.(fact) - which becomes
:- A, B. - which becomes
C :- A, B.