5 ms·
Is there a public compendium of lean proofs? More specifically, has Euclid's Elements been translated into lean?
by calrizien 3y ago
Is there a public compendium of lean proofs? More specifically, has Euclid's Elements been translated into lean?
- arlort 3y agoIs this what you're looking for? https://github.com/leanprover-community/mathlib https://github.com/leanprover-community/mathlib
- dmytrish 3y agoThere's Mathlib: https://leanprover-community.github.io/mathlib_docs/index.html https://leanprover-community.github.io/mathlib_docs/index.ht... I was stunned when I discovered it, because it does exactly what its name suggests: it's a huge library of math proofs available as a library in Lean.