Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digama0/hz-to-mm0
HOL Zero to Metamath Zero translator
https://github.com/digama0/hz-to-mm0
Last synced: 3 months ago
JSON representation
HOL Zero to Metamath Zero translator
- Host: GitHub
- URL: https://github.com/digama0/hz-to-mm0
- Owner: digama0
- License: cc0-1.0
- Created: 2021-07-01T10:05:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T09:17:14.000Z (about 3 years ago)
- Last Synced: 2024-05-22T21:32:47.325Z (6 months ago)
- Language: Rust
- Size: 289 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-rust-formalized-reasoning - hz-to-mm0 - translator from HOL Zero / Common HOL to Metamath Zero. (Projects / Libraries)
README
# Translator from HOL Zero / Common HOL to Metamath Zero
This is work in progress. The goal is to be able to verify and translate Common HOL proofs,
in particular [flyspeck](http://www.proof-technologies.com/flyspeck/replaying.html), into a
[MM0](https://github.com/digama0/mm0) proof.To run this tool on flyspeck, first download all the `.tgz` files and unpack them into directories like `flyspeck/BaseSystem/`, `flyspeck/Multivariate/`, etc.; then run `hz-to-mm0 < `[`flyspeck.txt`](flyspeck.txt), after modifying the `set-cwd` line to point to your `flyspeck` directory (or running `hz-to-mm0` from the `flyspeck` directory).