propositional-logic

Definition

Resolution Inference Rule (Propositional Resolution)

where is called the the resolvent and is called resolved atom.

Examples

Example

Given a Boolean function in CNF:

The unit clause is . Find all clauses that contain , the complement of :

  1. , then the resolvent is
  2. , then the resolvent is
  3. , then the resolvent is
  4. , then the resolvent is

From there, we continue:

  1. and , then the resolvent is
  2. and , then the resolvent is

The resolvent of and is an empty clause. If an empty clause is found, then the Boolean function is unsatisfiable:

Example

Example