Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 3.42 KB

README.md

File metadata and controls

80 lines (62 loc) · 3.42 KB

Apery

Docker CI Contributing Code of Conduct Zulip

This project contains a formal proof that the real number ζ(3), also known as Apéry's constant, is irrational. It follows roughly Apéry's original sketch of a proof. However, the recurrence relations constituting the crux of the proof have been guessed by a computer algebra program (in this case in Maple/Algolib). These relations are formally checked a posteriori, so that Coq's kernel remains the sole trusted code base.

Meta

Building and installation instructions

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

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

To instead build and install manually, do:

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