Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amintimany/categories
A formalization of category theory in the Coq proof assistant.
https://github.com/amintimany/categories
adjunctions categories category-theory coq coq-formalization kan-extensions library proof-assistant topos
Last synced: 28 days ago
JSON representation
A formalization of category theory in the Coq proof assistant.
- Host: GitHub
- URL: https://github.com/amintimany/categories
- Owner: amintimany
- Created: 2015-10-14T12:28:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T14:43:49.000Z (about 4 years ago)
- Last Synced: 2024-09-30T20:47:33.644Z (about 1 month ago)
- Topics: adjunctions, categories, category-theory, coq, coq-formalization, kan-extensions, library, proof-assistant, topos
- Language: Coq
- Homepage:
- Size: 585 KB
- Stars: 92
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
This is an implementation of category theory in Coq.
## Coq version and compilation ##
* This development uses features new to Coq8.11.1
* It has been tested on Debian with Coq 8.11.1
* To compile simply type
* ``` ./configure.sh ``` to produce the Makefile [1] and then
* ``` make ``` to compile[1] you will need to have coq_makefile to be on the path