Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leanprover/theorem_proving_in_lean4
Theorem Proving in Lean 4
https://github.com/leanprover/theorem_proving_in_lean4
lean lean4
Last synced: 3 days ago
JSON representation
Theorem Proving in Lean 4
- Host: GitHub
- URL: https://github.com/leanprover/theorem_proving_in_lean4
- Owner: leanprover
- License: apache-2.0
- Created: 2021-08-24T18:41:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:02:26.000Z (6 months ago)
- Last Synced: 2024-05-22T21:28:30.827Z (6 months ago)
- Topics: lean, lean4
- Language: JavaScript
- Homepage: https://leanprover.github.io/theorem_proving_in_lean4/
- Size: 20.7 MB
- Stars: 141
- Watchers: 11
- Forks: 79
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Theorem Proving in Lean 4
-----------------------This manual is generated by [mdBook](https://github.com/rust-lang/mdBook). We are currently using a
[fork](https://github.com/leanprover/mdBook) of it for the following additional features:* Add support for hiding lines in other languages [#1339](https://github.com/rust-lang/mdBook/pull/1339)
* Replace calling `rustdoc --test` from `mdbook test` with `./test`To build this manual, first install the fork via
```bash
cargo install --git https://github.com/leanprover/mdBook mdbook
```
Then use e.g. [`mdbook watch`](https://rust-lang.github.io/mdBook/cli/watch.html) in the root folder:
```bash
mdbook watch --open # opens the output in `out/` in your default browser
```Run `mdbook test` to test all `lean` code blocks.
## How to deploy
```
./deploy.sh
```