Certified Connection Tableaux Proofs for HOL Light and TPTP
Cezary Kaliszyk, Josef Urban, and Jiří VyskočilProceedings of the 4th ACM-SIGPLAN Conference on Certified Programs and Proofs (CPP 2015), pp. 59 – 66, 2015.
Abstract
In recent years, the Metis prover based on ordered paramodulation and model elimination has replaced the earlier built-in methods for general-purpose proof automation in HOL4 and Isabelle/HOL. In the annual CASC competition, the leanCoP system based on connection tableaux has however performed better than Metis. In this paper we show how the leanCoP’s core algorithm can be implemented inside HOL Light. leanCoP’s flagship feature, namely its minimalistic core, results in a very simple proof system. This plays a crucial role in extending the MESON proof reconstruction mechanism to connection tableaux proofs, providing an implementation of leanCoP that certifies its proofs. We discuss the differences between our direct implementation using an explicit Prolog stack, to the continuation passing implementation of MESON present in HOLLight and compare their performance on all core HOL Light goals. The resulting prover can be also used as a general purpose TPTP prover. We compare its performance against the resolution based Metis on TPTP and other interesting datasets.
BibTeX
@inproceedings{CKJUJV-CPP15, author = "Cezary Kaliszyk and Josef Urban and Jiří Vyskočil", title = "Certified Connection Tableaux Proofs for {HOL L}ight and {TPTP}", booktitle = "Proceedings of the 4th ACM-SIGPLAN Conference on Certified Programs and Proofs", editor = "Xavier Leroy and Alwen Tiu", pages = "59--66", year = 2015, doi = "10.1145/2676724.2693176" }
ACM Open Access