In this thread, Jack D'Aurizio provided a succinct proof for the formula of calculating the values of the Zeta function $\zeta(2n)$
$$ \coth z-\frac{1}{z} = \sum_{n\geq 1}\frac{4^n\,B_{2n}}{(2n)!}z^{2n-1}.\tag{2}$$$$\begin{eqnarray*} \coth z -\frac{1}{z} &=& \color{red}{\sum_{n\geq 1}}\frac{d}{dz}\log\left(1+\frac{z^2}{n^2 \pi^2}\right)\\&=&\sum_{n\geq 1}\frac{2z}{\pi^2 n^2+z^2}\\&=&\color{red}{\sum_{n\geq 1}\sum_{m\geq 1}}\frac{2\color{red}{(-1)^{m-1}z^{2m-1}}}{\pi^{2m}\color{red}{n^{2m}}} \\&=&\sum_{m\geq 1}\frac{2\,\zeta(2m)}{\pi^{2m}}(-1)^{m-1}z^{2m-1}\tag{3}\end{eqnarray*}$$
and we have the claim by comparing the coefficients in the RHSs of (2) and (3).
I just have a couple of questions regarding this derivation.
First, the sigma notation. I thought that the infinite product for $\sinh(x)$ is $\displaystyle\prod_{n=1}^{+\infty}\color{red}{z}\left(1+\dfrac{z^2}{n^2\pi^2}\right)$. So why there is a sum here, shouldn't it be a product? Also where does the $\color{red}z$ go?
How to prove, or how do we know that $\coth(z)-\dfrac{1}{z}=\displaystyle\sum_{n=1}^{+\infty}\dfrac{d}{dz}\log\left(1+\dfrac{z^2}{n^2\pi^2}\right)$. This is my guess. The derivative of $\log(\sinh(z))$ is $\coth(z)$. So that is why it is, am I correct?
I don't understand anything at all about the double sigma notation. I am always in fear of double sigma notation because I haven't learnt how to manipulate them well. So what was Jack doing here? Suddenly there are $(-1)^{2m-1}$, $z^{2m-1}$, $\pi^{2m}$
I don't understand anything when he says "comparing the coefficients in the RHSs of (2) and (3)." What should I suppose to do to understand this?
I think your confusion is coming from that in your formula for $\sinh{z}$ you have the $z$ inside the product.
– NoName Feb 06 '21 at 20:23Then differentiate both sides then $\log{z}$ becomes $\frac{1}{z}$ and the RHS becomes your first red sum.
– NoName Feb 06 '21 at 20:28Which is equal to $\displaystyle \frac{2z}{\pi^2 n^2} \cdot\sum_{m=1}^{\infty}(-1)^{m-1} \frac{z^{2m-2}}{\pi^{2m-2}n^{2m-2}} = \sum_{m=1}^{\infty}(-1)^{m-1} \frac{z^{2m-1}}{\pi^{2m}n^{2m}}$
– NoName Feb 06 '21 at 20:59$$\displaystyle\sum_{n=1}^{\infty}\dfrac{2}{\pi^2n^2+z^2}=\displaystyle2\sum_{n=1}^{\infty}\dfrac{1}{\pi^2n^2+z^2}$$
Since $\displaystyle\sum_{n=1}^{\infty}\dfrac{1}{\pi^2n^2+z^2}$ can be rewritten as a geometric series, I have:
$\displaystyle\sum_{n=1}^{\infty}\dfrac{1}{\pi^2n^2+z^2}$=geometric series formula
– James Warthington Feb 06 '21 at 21:01We've already shown that $$\displaystyle \frac{2z}{\pi^2 n^2+z^2} = \sum_{m=1}^{\infty}\color{blue}{2}(-1)^{m-1} \frac{z^{2m-1}}{\pi^{2m}n^{2m}}$$
(The blue 2 is missing in my last comment, can't edit anymore). Therefore $$\displaystyle\sum_{n\geq 1}\frac{2z}{\pi^2 n^2+z^2} = \color{red}{\sum_{n\geq 1}\sum_{m\geq 1}}\frac{2\color{red}{(-1)^{m-1}z^{2m-1}}}{\pi^{2m}\color{red}{n^{2m}}}$$
So we've already arrived at the double sum.
– NoName Feb 06 '21 at 21:08$$ \color{red}{\sum_{n\geq 1}\sum_{m\geq 1}}\frac{2\color{red}{(-1)^{m-1}z^{2m-1}}}{\pi^{2m}\color{red}{n^{2m}}} = {\sum_{m\geq 1}\sum_{n\geq 1}}\frac{2{(-1)^{m-1}z^{2m-1}}}{\pi^{2m}{n^{2m}}} ={\sum_{m\geq 1}}\frac{2{(-1)^{m-1}z^{2m-1}}}{\pi^{2m}} \bigg(\sum_{n \ge 1} \frac{1}{n^{2m}}\bigg) $$
Since $\displaystyle \sum_{n \ge 1} \frac{1}{n^{2m}}= \zeta(2m)$, the sum becomes $\displaystyle \sum_{m\geq 1}\frac{2,\zeta(2m)}{\pi^{2m}}(-1)^{m-1}z^{2m-1}$ as required.
For con. power series: $\sum a_n x^n = \sum b_n x^n \implies a_n = b_n $ for all $n \in \mathbb{N}$.
– NoName Feb 06 '21 at 21:41