Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/satyendrabanjare/atp-proofs
- Owner: SatyendraBanjare
- License: mit
- Created: 2018-08-20T14:38:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T12:08:22.000Z (over 6 years ago)
- Last Synced: 2024-11-08T04:20:01.307Z (3 months ago)
- Topics: coq, homotopy-type-theory, isabelle-hol, proof-assistant, proof-of-concept, type-theory, typesystems
- Language: Coq
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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