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: 19 days ago
JSON representation

proof language based on https://en.wikipedia.org/wiki/Sequent_calculus and https://us.metamath.org/.

Lists

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)