Notes on books I'm currently studying
 
 
 
Go to file
Joshua Potter 87e293ea8d Structure projects in the same way. 2023-04-02 08:57:58 -06:00
bookshelf Setup scaffolding for Fraleigh's "A First Course in Abstract Algebra". 2023-04-02 08:17:09 -06:00
first-course-abstract-algebra Structure projects in the same way. 2023-04-02 08:57:58 -06:00
mathematical-introduction-logic Structure projects in the same way. 2023-04-02 08:57:58 -06:00
theorem-proving-in-lean Structure projects in the same way. 2023-04-02 08:57:58 -06:00
.gitignore Break books into separate Lean projects. 2023-02-20 15:19:18 -07:00
README.md Setup scaffolding for Fraleigh's "A First Course in Abstract Algebra". 2023-04-02 08:17:09 -06:00

README.md

bookshelf-lean

A collection of proofs and answers to exercises to books I'm studying.

Updates

Lean's tooling is a fickle beast. If looking to update e.g. Mathlib, pin a new version to the lake-manifest.json file and start a new build from scratch:

> lake update
> lake clean
> lake build