Exercise 8 Name __________________
Score __/17
- (4) Some of the following may not unify, state why not or give the MGU of:
- P(A,B,B), P(x,y,z)
- Q(y,G(A,B)), Q(G(x,x),y)
- Older(Father(y),y),Older(Father(x),John)
- Knows(Father(y),y)), Knows(x,x)
- (3) Convert to CNF: "x{P(x) Þ
{"y[ØP(y) Ú P(f(x,y))] Ù
$w[Q(x,w) Ù ØP(w)]}}
- (4) Prove using resolution: Above(B, Table)
- ØOn(u,
v) Ú
Above(u, v)
- ØAbove(x,
y) Ú
ØAbove(y,
z) Ú
Above(x, z)
- On(B, A)
- On(A, Table)
- (3) Prove using backward chaining: Above(B, Table)
- ØOn(u,
v) Ú
Above(u, v)
- ØAbove(x,
y) Ú
ØAbove(y,
z) Ú
Above(x, z)
- On(B, A)
- On(A, Table)
- (3) Give the STRIPS operations to move blocks from the Initial to Goal
state.