Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/satyendrabanjare/atp-proofs

Collection of explainatory example proofs for popular proof assistants.
https://github.com/satyendrabanjare/atp-proofs

coq homotopy-type-theory isabelle-hol proof-assistant proof-of-concept type-theory typesystems

Last synced: about 1 month ago
JSON representation

Collection of explainatory example proofs for popular proof assistants.

Awesome Lists containing this project

README

        

**ATP-proofs**
(Automated Theorem Prover - Proofs)


This is a collection of example proof scripts to help any new person learn proving maths using computer programs.
Many of these are very basic for now but I'll try to add complex examples as soon as I learn more.

Currently the set of examples target [COQ](https://coq.inria.fr/) as the interactive theorem prover but I will try to
translate them for other proof assistants too.

The `basic/` part contains the super basic ideas and fundamentals of working of a given ATP.
This includes its own used ways and tactic systems.

Proofs | Coq | Isabelle
--------------------------------|---------------------------------|---------------------------------
De Morgan's Law | Yes | No