SAT-Inspired Higher-Order Eliminations
Jasmin Blanchette, Petar Vukmirović
TL;DR
This work extends SAT preprocessing techniques to clausal higher-order logic under Henkin semantics, introducing HLBE, SPE, DPE, PPE, BCE, and a novel QLE, with a practical implementation in Zipperposition. The methods aim to simplify problems by removing literals, clauses, or predicate symbols while preserving satisfiability properties, enabling more efficient automatic proof search. The paper provides theoretical guarantees (preservation under general interpretations) and applies the techniques in a comprehensive empirical study, finding notable gains on untyped first-order benchmarks but more modest improvements for higher-order problems, though the portfolio approach can still yield benefits. Overall, the contributions advance higher-order theorem proving by transferring and adapting proven propositional and first-order preprocessing strategies, highlighting both promise and current limitations for complex higher-order benchmarks.
Abstract
We generalize several propositional preprocessing techniques to higher-order logic, building on existing first-order generalizations. These techniques eliminate literals, clauses, or predicate symbols from the problem, with the aim of making it more amenable to automatic proof search. We also introduce a new technique, which we call quasipure literal elimination, that strictly subsumes pure literal elimination. The new techniques are implemented in the Zipperposition theorem prover. Our evaluation shows that they sometimes help prove problems originating from Isabelle formalizations and the TPTP library.
