The goal of this project is to formalize all the definitions, axioms, propositions, lemmas, theorems, corollaries, and exercises from Analysis I by Terance Tao using the Lean Theorem Prover. It is a work in progress; I am formalizing the proofs as I work through the book.
First, install Lean. On OS X, just run brew install leanprover/lean/lean
. Then, run lean --make
in the repository directory to compile all the Lean files.
To make changes and see Lean's output, you can use the official Emacs Lean mode. Or, if you prefer Vim, you can use my vim-lean plugin.
© 2016 Mitchell Kember
This project is available under the MIT License; see LICENSE for details.