nomeata / incredible

The Incredible Proof Machine
MIT License
356 stars 35 forks source link

Turn proofs into some other format #28

Open nomeata opened 8 years ago

nomeata commented 8 years ago

possible outputs that would be nice are:

gattschardo commented 8 years ago

If we consider Isabelle or Coq theories, OpenTheory should be worth a look, since it's developed as a proof exchange tool (only between the HOL family of provers, for now). Isabelle/HOL does have "read" support though, so we would get that for free!

gattschardo commented 8 years ago

So, OpenTheory works by putting assumption terms in a stack-based custom VM (specs are here) and then writing a program for that VM that turns them into the conclusion terms, i.e. that program is the proof. Regardless of how useful having that format is, this sounds

I consider doing this when I'm done with the rule export!