logic Definition Pure Literal A literal L in a set of clauses C is called pure if S contains no clauses of the form Lˉ∨C. Examples Example The following literals are pure in this set: ¬p2∨¬p3p1∨¬p2¬p1∨p2∨¬p3¬p1∨¬p3p1∨p2¬p1∨¬p2∨¬p3 The literal ¬p3 is pure in this set. We can remove all clauses containing this literal and record p3↦0: p1∨¬p2p1∨p2 Now, the literal p1 is pure in this set. We can remove all clauses containing this literal and record {p1↦1}. We obtain the empty set of clauses, yielding two models: {p1↦1,p2↦0,p3↦0}{p1↦1,p2↦1,p3↦0}