# Deep Network Guided Proof Search

**Authors:** Sarah Loos, Geoffrey Irving, Christian Szegedy, Cezary Kaliszyk

arXiv: 1701.06972 · 2017-05-10

## TL;DR

This paper introduces a deep learning guided approach to improve automated theorem proving by reducing proof search steps and proving additional theorems in the Mizar Mathematical Library.

## Contribution

It presents a novel hybrid method that integrates deep neural networks into proof search, significantly enhancing theorem proving efficiency and coverage.

## Key findings

- Reduced average proof search steps
- Proved 7.36% more theorems in Mizar library
- Increased ATP proof coverage from 56% to 59%

## Abstract

Deep learning techniques lie at the heart of several significant AI advances in recent years including object recognition and detection, image captioning, machine translation, speech recognition and synthesis, and playing the game of Go. Automated first-order theorem provers can aid in the formalization and verification of mathematical theorems and play a crucial role in program analysis, theory reasoning, security, interpolation, and system verification. Here we suggest deep learning based guidance in the proof search of the theorem prover E. We train and compare several deep neural network models on the traces of existing ATP proofs of Mizar statements and use them to select processed clauses during proof search. We give experimental evidence that with a hybrid, two-phase approach, deep learning based guidance can significantly reduce the average number of proof search steps while increasing the number of theorems proved. Using a few proof guidance strategies that leverage deep neural networks, we have found first-order proofs of 7.36% of the first-order logic translations of the Mizar Mathematical Library theorems that did not previously have ATP generated proofs. This increases the ratio of statements in the corpus with ATP generated proofs from 56% to 59%.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.06972/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1701.06972/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1701.06972/full.md

---
Source: https://tomesphere.com/paper/1701.06972