https://github.com/rootmos/coq-hack
A place to collect things I learn about Coq.
https://github.com/rootmos/coq-hack
Last synced: 8 months ago
JSON representation
A place to collect things I learn about Coq.
- Host: GitHub
- URL: https://github.com/rootmos/coq-hack
- Owner: rootmos
- Created: 2017-12-30T10:53:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T05:51:19.000Z (over 1 year ago)
- Last Synced: 2025-07-13T12:51:59.232Z (12 months ago)
- Language: Coq
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coq-hack
[](https://github.com/rootmos/coq-hack/actions/workflows/check.yaml)
A place to collect things I learn about [Coq](https://coq.inria.fr/).
Fun things I've done so far:
* Equivalence between two definitions of a well-founded relation
([Coq's](https://coq.inria.fr/library/Coq.Init.Wf.html) and [Wikipedia's](https://en.wikipedia.org/wiki/Well-founded_relation))
using classical logic ([my proof](src/Notes/wf.v))
* [Formalization](src/Types/STLC.v) of the simply typed lambda calculus (following [TaPL](https://www.cis.upenn.edu/~bcpierce/tapl/))
## Resources
* [Coq Math Problems](https://coq-math-problems.github.io/) ([my solutions](src/CMP))
* [Tutorial](https://coq.inria.fr/tutorial-nahas)
* [Coq's Wiki](https://github.com/coq/coq/wiki)