Skip to content
forked from coq-community/gaia

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

License

Notifications You must be signed in to change notification settings

CohenCyril/gaia

 
 

Repository files navigation

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 instructions

The easiest way to install the latest released version of Gaia is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-gaia

To instead 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]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Coq 100.0%