Home

Awesome

<!--- This file was generated from `meta.yml`, please do not edit manually. Follow the instructions on https://github.com/coq-community/templates to regenerate. --->

Coqtail

Docker CI Contributing Code of Conduct Zulip

Coqtail is a library of mathematical theorems and tools proved inside the Coq proof assistant. Results range mostly from arithmetic to real and complex analysis.

Meta

Building and installation instructions

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

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

To instead build and install manually, do:

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

Coqtail and Vim

Note that this project is distinct from this other project named Coqtail, which helps using Coq in Vim.

Developer's todo list

Big things:

Lemmas to prove:

Maintenance: