ben-dyer / theorem_proving_in_lean

Theorem proving in Lean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theorem Proving in Lean

Built using Sphinx and restructured text.

How to build

The build requires python 3 (install python3-venv on ubuntu).

make install-deps
make html
make latexpdf

The call to make install-deps is only required the first time, and only if you want to use the bundled version of Sphinx and Pygments with improved syntax highlighting for Lean.

How to test the Lean code snippets

make leantest

How to deploy

./deploy.sh leanprover theorem_proving_in_lean

How to contribute

Pull requests with corrections are welcome. Please follow our commit conventions <https://github.com/leanprover/lean/blob/master/doc/commit_convention.md>. If you have questions about whether a change will be considered helpful, please contact Jeremy Avigad, avigad@cmu.edu.

About

Theorem proving in Lean

License:Apache License 2.0


Languages

Language:Python 56.6%Language:TeX 34.1%Language:Makefile 5.3%Language:Shell 2.2%Language:HTML 1.8%