from the axioms{e} \subseteq insert(e, s)
by using them to reduce it to true. But the conjecture x \subseteq x is irreducible, and LP treats it as a subgoal to be proved by some other proof method.{e} = insert(e, {}) e \in insert(e1, x) <=> e = e1 \/ e \in s {} \subseteq s insert(e, x) \subseteq y <=> e \in y /\ x \subseteq y
Passive rewrite rules can be applied explicitly to a conjecture by the normalize and rewrite commands. These commands can be used to control when definitions are expanded, or when nonsimplifying rewrite rules (such as distributivity) are applied.