-
Notifications
You must be signed in to change notification settings - Fork 7
/
coq-mathcomp-apery.opam
48 lines (43 loc) · 1.62 KB
/
coq-mathcomp-apery.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "assia.mahboubi@inria.fr"
version: "dev"
homepage: "https://github.com/coq-community/apery"
dev-repo: "git+https://github.com/coq-community/apery.git"
bug-reports: "https://github.com/coq-community/apery/issues"
license: "CECILL-C"
synopsis: "A formally verified proof in Coq, by computer algebra, that ζ(3) is irrational"
description: """
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."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.16" & < "8.20~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "2.1" & < "2.3~") | (= "dev")}
"coq-mathcomp-algebra"
"coq-mathcomp-field"
"coq-coqeal" {>= "2.0.0"}
"coq-mathcomp-real-closed" {>= "2.0.0"}
"coq-mathcomp-bigenough" {>= "1.0.1"}
"coq-mathcomp-zify" {>= "1.5.0"}
"coq-mathcomp-algebra-tactics" {>= "1.2.2"}
]
tags: [
"category:Mathematics/Arithmetic and Number Theory/Number theory"
"keyword:apery recurrence"
"keyword:irrationality"
"keyword:creative telescoping"
"logpath:mathcomp.apery"
]
authors: [
"Frédéric Chyzak"
"Assia Mahboubi"
"Thomas Sibut-Pinote"
]