coq-community / gaia

Implementation of books from Bourbaki's Elements of Mathematics in Coq [maintainer=@thery]

Home Page:http://www-sop.inria.fr/marelle/gaia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gaia

Docker CI Contributing Code of Conduct Zulip

Implementation of books from N. Bourbaki's Elements of Mathematics in Coq using the Mathematical Components library, including set theory and number theory.

Meta

Building and installation

To build and install manually, do:

git clone https://github.com/coq-community/gaia.git
cd gaia
make   # or make -j <number-of-cores-on-your-machine> 
make install

Documentation

Gaia stands for: Geometry, Algebra, Informatics and Applications. More information about the project is available at the project website.

About

Implementation of books from Bourbaki's Elements of Mathematics in Coq [maintainer=@thery]

http://www-sop.inria.fr/marelle/gaia/

License:MIT License


Languages

Language:Coq 100.0%Language:Makefile 0.0%