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. --->

Dedekind Reals

Docker CI Contributing Code of Conduct Zulip

A formalization of Dedekind reals numbers that started as a student project at the University of Ljubljana under the supervision of Andrej Bauer, and was brought to the present state by Vincent Semeria.

At this point the formalization of the field of reals is finished. There are still several unfinished theorems concering the lattice-theoretic structure of the reals (search for todo in the Coq files). We would be delighted by contributions that would bring the formalization closer to completion.

Meta

Building instructions

To build and install, do:

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

Structure of the modules