Skip to content

NouamaneA/proof-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Proof Assistant

This is a simple propositional prover written in OCaml. To try it you must have the ocaml package.

You can compile the code using the make command.

Then, try to proof something by running the following command:

./prover

and write it step by step.

I have prepared some examples in the proofs directory that you can try like this:

cat proofs/andcomm.proof | ./prover