AISep 11, 2015

Sharing HOL4 and HOL Light proof knowledge

arXiv:1509.03527v122 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing manual effort in proof assistant developments for theorem proving communities, though it is incremental as it builds on existing learning-reasoning systems.

The paper tackled the problem of reusing proof knowledge across different proof assistants by proposing methods to strengthen proof automation through learning from libraries of other provers, resulting in an increase from 30% to 40% in automatically proven HOL Light problems when incorporating knowledge from HOL4.

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 or libraries. In this paper we propose and evaluate a number of methods, which strengthen proof automation by learning from proof libraries of different provers. Certain conjectures can be proved directly from the dependencies induced by similar proofs in the other library. Even if exact correspondences are not found, learning-reasoning systems can make use of the association between proved theorems and their characteristics to predict the relevant premises. Such external help can be further combined with internal advice. We evaluate the proposed knowledge-sharing methods by reproving the HOL Light and HOL4 standard libraries. The learning-reasoning system HOL(y)Hammer, whose single best strategy could automatically find proofs for 30% of the HOL Light problems, can prove 40% with the knowledge from HOL4.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes