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 9.4

For each pair of atomic sentences, give the most general unifier if it exists:

  1. $P(A,B,B)$, $P(x,y,z)$.

  2. $Q(y,G(A,B))$, $Q(G(x,x),y)$.

  3. ${Older}({Father}(y),y)$, ${Older}({Father}(x),{John})$.

  4. ${Knows}({Father}(y),y)$, ${Knows}(x,x)$.

View Answer