https://github.com/evhub/lean-math-examples
A collection of various mathematical theorems/objects/constructs in Lean.
https://github.com/evhub/lean-math-examples
Last synced: 3 months ago
JSON representation
A collection of various mathematical theorems/objects/constructs in Lean.
- Host: GitHub
- URL: https://github.com/evhub/lean-math-examples
- Owner: evhub
- Created: 2018-09-14T08:28:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T00:28:49.000Z (over 4 years ago)
- Last Synced: 2025-01-30T01:45:00.375Z (12 months ago)
- Language: Lean
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lean Math Examples
A collection of various mathematical theorems/objects/constructs in Lean.
If working in VS code, I highly suggest using the display goal info view (`ctrl+shift+enter`).
Resources:
- [Lean standard library](https://github.com/leanprover/lean/blob/master/library/library.md)