paper-with-me

Papers

Premise Selection and External Provers for HOL4

2015-09-11 · Thibault Gauthier, Cezary Kaliszyk

Learning-assisted automated reasoning has recently gained popularity among the users of Isabelle/HOL, HOL Light, and Mizar. In this paper, we present an add-on to the HOL4 proof assistant and an adaptation of the HOLyHammer system that provides machine learning-based premise selection and automated reasoning also for HOL4. We efficiently record the HOL4 dependencies and extract features from the theorem statements, which form a basis for premise selection. HOLyHammer transforms the HOL4 statements in the various TPTP-ATP proof formats, which are then processed by the ATPs. We discuss the different evaluation settings: ATPs, accessible lemmas, and premise numbers. We measure the performance of HOLyHammer on the HOL4 standard library. The results are combined accordingly and compared with the HOL Light experiments, showing a comparably high quality of predictions. The system directly benefits HOL4 users by automatically finding proofs dependencies that can be reconstructed by Metis.

📄 PDF Abstract BibTeX arXiv:1509.03534

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bayesian Optimisation with Gaussian Processes for Premise Selection

2019-09-18 · Agnieszka Słowik, Chaitanya Mangla, Mateja Jamnik, Sean B. Holden 외

Heuristics in theorem provers are often parameterised. Modern theorem provers such as Vampire utilise a wide array of heuristics to control the search space explosion, thereby requiring optimisation of a large set of par…

Bayesian OptimisationGaussian Processes

Premise Selection for a Lean Hammer

2025-06-09 · Thomas Zhu, Joshua Clune, Jeremy Avigad, Albert Qiaochu Jiang 외

Neural methods are transforming automated reasoning for proof assistants, yet integrating these advances into practical verification workflows remains challenging. Hammers are tools that interface with external automatic…

Thor: Wielding Hammers to Integrate Language Models and Automated Theorem Provers

2022-05-22 · Albert Q. Jiang, Wenda Li, Szymon Tworkowski, Konrad Czechowski 외

In theorem proving, the task of selecting useful premises from a large library to unlock the proof of a given conjecture is crucially important. This presents a challenge for all theorem provers, especially the ones base…

Automated Theorem Proving

MizAR 60 for Mizar 50

2023-03-12 · Jan Jakubův, Karel Chvalovský, Zarathustra Goertzel, Cezary Kaliszyk 외

As a present to Mizar on its 50th anniversary, we develop an AI/TP system that automatically proves about 60\% of the Mizar theorems in the hammer setting. We also automatically prove 75\% of the Mizar theorems when the …

Sharing HOL4 and HOL Light proof knowledge

2015-09-11 · Thibault Gauthier, Cezary Kaliszyk

New proof assistant developments often involve concepts similar to already formalized ones. When proving their properties, a human can often take inspiration from the existing formalized proofs available in other provers…