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.
- Author(s):
- Frédéric Chyzak (initial)
- Assia Mahboubi (initial)
- Thomas Sibut-Pinote (initial)
- Coq-community maintainer(s):
- Assia Mahboubi (@amahboubi)
- Kazuhiko Sakaguchi (@pi8027)
- License: CeCILL-C
- Compatible Coq versions: 8.16 or later
- Additional dependencies:
- Coq namespace:
mathcomp.apery
- Related publication(s):
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