Skip to main content

Translation of proofs from Natural Language to Lean

Project description

natural2lean

Proof of concept of a natural language interactive theorem prover

This project was developed for my Master's Thesis at UCLouvain (under the supervision of Pr. François Glineur and T.A. Sébastien Mattenet). The problem this project attempts to solve is the feedback on exercice proofs written by students, as this feedback comes either in the form of one correct version of the proof (although a theorem can be proved in many different ways), or taking up valuable T.A. time to correct simple proofs. The aim is therefore to bring machine verification to natural language proofs. This is done by translating natural language to lean4 and returning the feedback to the user.

How this project works

The project consists of a python package, natural2lean, giving access to a Translator class. This class contains the following methods:

  • __init__(lean_project_directory: str = None); creates the object and makes sure that it has access to the needed lean-project-template. The optional lean_project_directory indicates to the program where to store the project.
  • new_theorem(string: str); parses the string into a new theorem and returns the state of the proof after the theorem was added.
  • new_statement(string: str); parses the string into a new statement and returns the state of the proof after the statement was added.
  • new(string: str); delegates to new_theorem or new_statement depending on the context (whether or not there is a goal to be solved).
  • interpretation_feedback(); gives a feedback what parts of the string were used and what parts were ignored.
  • backtrack(); removes the last theorem / statement added.

How to install

You will need to first install lean4 (install guide).

For an end user, the easiest way to use it is to use the natural2lean-cli package, gives access to an executable (natural2lean) containing an interactive program and a file reader.

How to tweak this project for your own uses

This project is a proof of concept, feel free to fork and tweak it for your own uses.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

natural2lean-0.0.3.tar.gz (29.9 kB view hashes)

Uploaded Source

Built Distribution

natural2lean-0.0.3-py3-none-any.whl (41.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page