Introduction to Logic
Tools
for
Thought
 

Exercise 14.6 - Resolution

Given ∀x.(p(x) ⇒ q(x)), use Resolution to prove ∀x.p(x) ⇒ ∀x.q(x).

Robinson
Undo Copy Paste Load Save Help
Objects: a, b, c
Functions: f, g
Goal  Incomplete

















1 {~p(X),q(X)} Premise 2 {p(X)} Negated Goal 3 {~q(c)} Negated Goal 4 {q(X)} Resolution 2 1 5 {} Resolution 4 3