/mapros

Primary LanguagePython

MaProS

This project is the implementation of work from my Master thesis at UCLouvain. This is still work in progress and is not a final version of the work. The main goal is to show a proof of concept of a system that would allow a user to write a mathematical proof in a close to natural language manner. Such proof would then be translated in Lean3 to be verified.

This repository contains the backend part of the system. It uses the Django framework with the library DRF.

Instructions are available for

External sources

  • The proof for the sandiwch theorem available at this link is used as basis to include the sandwich theorem in the system. Its header is also used to include some tactics such as "By inequality properties".
  • The majority of the content in leanclient is from the repository https://github.com/leanprover-community/lean-client-python.