Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igreat/tiny-prover

A simple first order logic theorem prover using tableaux
https://github.com/igreat/tiny-prover

binary-tree coq first-order-logic functional-programming lean logic propositional-logic tableau tableaux theorem-prover theorem-proving

Last synced: about 3 hours ago
JSON representation

A simple first order logic theorem prover using tableaux

Awesome Lists containing this project

README

        

# tiny prover

This is a tiny theorem prover that will determine the satisfiability or validity of a given first order logic formula. It's based on Tableaux method with a lot of implementation details designed by me.

I'll soon provide a user manual and the limitations of this prover, but as of right now it's basically able to deal with any first order logic formula that doesn't contain free variables.