Commit f0a4e23
feat: Gourevitch conjecture (google-deepmind#1883)
Fixes google-deepmind#1828
This PR formalizes Gourevitch's series identity.
Statement:
∑' n, ((1 + 14 n + 76 n^2 + 168 n^3) / 2^(20 n)) * (Nat.centralBinom
n)^7
= 32 / π^3
Details:
- Adds theorem `gourevitch_series_identity`
- Uses `Nat.centralBinom` for binomial coefficient formulation
- Categorized under `research solved` and `AMS 11 33`
- Includes literature references
References:
- Guillera (2003), Experimental Mathematics
- Au (2025), Journal of Symbolic Computation
---------
Co-authored-by: Felix Pernegger <s59fpern@uni-bonn.de>
Co-authored-by: Paul Lezeau <paul.lezeau@gmail.com>1 parent 2bb6509 commit f0a4e23
1 file changed
+42
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
0 commit comments