This project is a attempting to formalize the mathematics developed in the book Basic Mathematics by the legendary Serge Lang.
The formalization is done using the lean4 theorem prover/programming language.
BasicMathematics depends on mathlib4. To sync the
project with the required dependencies and the correct lean4 version,
run the following command:
lake exe cache getAssuming this finished without errors, the project should now be in a working state.
lake build