Sum of $\zeta$-functions

232 Views Asked by At

I'm interested in the following limit: $$ L = \lim_{N \to \infty} \sum_{a_1 = 1}^\infty \sum_{a_2 = 1}^\infty \cdots \sum_{a_N = 1}^\infty \frac{1}{a_1^2 \, a_2 ^3 \cdots a_N^{N+1}}$$ It can be rewritten as $$ L = \lim_{N \to \infty} \prod_{n = 2}^{N} \zeta (n).$$ or taking log of both sides $$ \ln L = \lim_{N \to \infty} \sum_{n = 2}^{N} \ln \zeta (n). \tag{1}$$ For a long time I couldn't prove/disprove the convergence of $(1)$. First thing to note is that the partial sums are monotonically increasing. My original idea was to prove the upper bound $$ n^2 \,(\zeta(n)-1) < C < \infty \,\,, \forall n \geq 2 \tag{2}$$ Then by some Taylor series manipulation the proof would be done. Question:

$\star$ How could $(2)$ be proven? Mathematica gives that the product $(2)$ should go to zero, but how to prove it mathematically?

$\star$ Or maybe there is a more elegant way to test convergence of $(1)$?

3

There are 3 best solutions below

1
On BEST ANSWER

As an alternative way, notice that for $s \geq 2$ we have

$$ 1 \leq \zeta(s) \leq 1 + \frac{1}{2^s} + \int_{2}^{\infty} \frac{dx}{x^s} \leq 1 + \frac{3}{2^s}. $$

So it follows that

$$ \sum_{s=2}^{\infty} \log \zeta(s) \leq \sum_{s=2}^{\infty} \frac{3}{2^s} < \infty $$

and hence the sum converges by the comparison test. Exponentiating shows that the product also converges.

2
On

We have the following relationship between the Riemann zeta and the Dirichlet eta functions:

$$\zeta(s)=\frac{\eta(s)}{1-2^{1-s}}$$

where

$$\eta(s)=1-\frac1{2^s}+\frac1{3^s}-\frac1{4^s}+\dots<1,\quad\Re(s)>0$$

Thus, for $s>1$, we have

$$\zeta(s)<\frac1{1-2^{1-s}}$$

and trivially $1<\zeta(s)$.

For any $1<x<y$, we also have $\ln(x)<\ln(y)$, and so

$$\ln\zeta(n)<-\ln(1-2^{1-n})$$

which converges by the ratio test.

0
On

Given the prime zeta function $P(s)=\sum_{p}\frac{1}{p^s}$ we have $$\log\zeta(s)=\sum_{n\geq 1}\frac{1}{n}P(ns) = \sum_{n\geq 1}\sum_{p}\frac{1}{n p^{ns}} $$ hence $$ \sum_{s\geq 2}\log\zeta(s) =\sum_{n\geq 1}\sum_p \frac{1}{np^n(p^n-1)}$$ and $$ \prod_{s\geq 2}\zeta(s) = \exp\sum_{n\geq 1}\sum_p \frac{1}{np^n(p^n-1)}$$ is clearly convergent.