Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pro465/nyaya
proof language based on https://en.wikipedia.org/wiki/Sequent_calculus and https://us.metamath.org/.
https://github.com/pro465/nyaya
proof-checker proof-checking proof-languages rust simple theorem-proving
Last synced: 3 months ago
JSON representation
proof language based on https://en.wikipedia.org/wiki/Sequent_calculus and https://us.metamath.org/.
- Host: GitHub
- URL: https://github.com/pro465/nyaya
- Owner: pro465
- License: gpl-3.0
- Created: 2023-11-03T06:47:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T16:21:27.000Z (10 months ago)
- Last Synced: 2024-06-12T01:17:24.607Z (5 months ago)
- Topics: proof-checker, proof-checking, proof-languages, rust, simple, theorem-proving
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-formalized-reasoning - nyaya - proof language based on [sequent calculus](https://en.wikipedia.org/wiki/Sequent_calculus) and [Metamath](https://us.metamath.org). (Projects / Provers and Solvers)
README
# nyaya
This aims to be a very simple theorem verifier based on [sequent calculus](https://en.wikipedia.org/wiki/Sequent_calculus) and [Metamath](https://us.metamath.org/) to educate myself and others about the basics of theorem provers.Examples are on the examples directory.
For instructions on installation and how to prove your theorems in nyaya, see [tutorial](./tutorial.md).
For the mathematical foundations of nyaya, see [foundations](./foundations.md).
# License
all files in [./examples](./examples) are available under [public domain](https://creativecommons.org/publicdomain/zero/1.0/), while the interpreter is licensed under [GPLv3.0](/LICENSE)