5 questions to test your understanding
You want to use propositional resolution to prove that formula φ follows from premises Γ. What is the correct procedure?
Applying resolution to clauses (A ∨ B ∨ ¬C) and (C ∨ D), where C is the resolved literal, produces which resolvent?
If propositional resolution derives the empty clause from a set of clauses, this proves that the clause set is satisfiable.
Resolution is refutation-complete: if a set of propositional clauses is unsatisfiable, there always exists a finite sequence of resolution steps that derives the empty clause.
Why do automated theorem provers using resolution negate the goal formula before resolving, rather than trying to derive the goal directly from the premises?