Logichard
0:00.0
In first-order resolution, we resolve clauses by finding a most general unifier (mgu). Consider the following two clauses:
$$C_1 = P(x, f(y)) \lor Q(x, y)$
C_2 = \neg P(g(z), z) \lor R(z)$$
where x, y, zf, gC_1C_2$?
In first-order resolution, we resolve clauses by finding a most general unifier (mgu). Consider the following two clauses: $$C_1 = P(x, f(y)) \lor Q(x, y)$
C_2 = \neg P(g(z), z) \lor R(z)$$ where x, y, zf, gC_1C_2$?