I am going through Van der Poorten's "A Proof that Euler Missed...", which outlines Apéry's proof that $\zeta(3)$ is irrational. In section 3. "Some Irrelevant Explanations" (page 197 in the linked PDF), the author proves that:
$$ \zeta(3)=\frac{5}{2} \sum_{k=1}^{\infty}{\frac{ (-1)^{k-1}} {\binom {2k}{k}k^{3}}}. $$
I have trouble understanding a part of his proof. Here is in my own words what I understand already and where I'm stuck.
Step 1.
First we consider the sum
$$ \sum_{k=1}^{K} \frac{a_1a_2\ldots a_{k-1}}{(x+a_1)(x+a_2)\ldots(x+a_k)}, $$
and note that it is equal to
$$ \frac{1}{x}-\frac{a_1a_2\ldots a_{K}}{x(x+a_1)(x+a_2)\ldots(x+a_K)}. $$
This can easily be proved by defining $A_K=\frac{a_1a_2\ldots a_{K}}{x(x+a_1)(x+a_2)\ldots(x+a_K)}$. The identity then becomes:
$$ \sum_{k=1}^{K} (A_{k-1} - A_k) = A_0 - A_K, $$
which is trivially true.
Step 2.
In a second step, we define $x=n^2$ and $a_k=-k^2$, for $k\leq K\leq n-1$ and use the above sum identity to obtain
$$ \sum_{k=1}^{n-1} \frac{(-1)^{k-1}(k-1)!^2}{(n^2-1^2)\ldots(n^2-k^2)}. $$
From the above we know that this must equal $A_0-A_K$, so we have:
$$ \frac{1}{n^2}-\frac{(-1)^{n-1}(n-1)!^2}{n^2(n^2-1^2)\ldots(n^2-(n-1)^2)}, $$
and after simplifying we have the compact version:
$$ \sum_{k=1}^{n-1} \frac{(-1)^{k-1}(k-1)!^2}{(n^2-1^2)\ldots(n^2-k^2)}=\frac{1}{n^2}-\frac{2(-1)^{n-1}}{n^2 \binom{2n}{n}}. $$
Step 3.
We will now try to find an alternative representation of the terms inside the sum, i.e., $\frac{(-1)^{k-1}(k-1)!^2}{(n^2-1^2)\ldots(n^2-k^2)}$. Indeed, by defining
$$ \epsilon_{n,k}=\frac{1}{2}\frac{k!^2(n-k)!}{k^3(n+k)!}, $$
we note that the terms in the sum can be written as:
$$ \frac{(-1)^{k-1}(k-1)!^2}{(n^2-1^2)\ldots(n^2-k^2)} = (-1)^k n (\epsilon_{n,k}-\epsilon_{n-1,k}). $$
Using this observation, the sum can now be written in an alternative form as:
$$ \sum_{k=1}^{n-1} \frac{(-1)^{k-1}(k-1)!^2}{(n^2-1^2)\ldots(n^2-k^2)} = \sum_{k=1}^{n-1} (-1)^k n (\epsilon_{n,k}-\epsilon_{n-1,k}). $$
The issue.
Van der Poorten then "concludes" that:
$$ \sum_{k=1}^{n-1} (-1)^k n (\epsilon_{n,k}-\epsilon_{n-1,k}) = \frac{1}{n^3}-\frac{2(-1)^{n-1}}{n^3 \binom{2n}{n}}. $$
But this is in contradiction with the identity obtained in Step 2! Indeed, this would mean that the sum
$$ \sum_{k=1}^{n-1} \frac{(-1)^{k-1}(k-1)!^2}{(n^2-1^2)\ldots(n^2-k^2)} $$
is equal to both
- $\frac{1}{n^2}-\frac{2(-1)^{n-1}}{n^2 \binom{2n}{n}}$ and
- $\frac{1}{n^3}-\frac{2(-1)^{n-1}}{n^3 \binom{2n}{n}}$.
I am obviously missing something here. What is it?
No, it's written:
$$ \sum_{k=1}^{n-1} (-1)^k (\epsilon_{n,k}-\epsilon_{n-1,k}) = \frac{1}{n^3}-\frac{2(-1)^{n-1}}{n^3 \binom{2n}{n}} $$