7

With $z=\sigma + x \, i;\,\, \sigma,x \in \mathbb{R}$, numerical evidence strongly suggests that:

$$\displaystyle \int_{0}^{\infty} \,\zeta(z)\,\zeta(\overline{z})\,\Gamma(z)\,\Gamma(\overline{z}) \,dx =\pi\,\Gamma(2\,\sigma)\,\big(\zeta(2\,\sigma-1)-\zeta(2\,\sigma)\big)$$

for all $\sigma > 1$.

Could this be proven?


Just to share that the equation can be extended towards $0<\sigma<1$ by starting from: $$\Gamma(s)\, \zeta(s) = \int_0^\infty x^{s-1}\left(\frac{1}{e^{x}-1}-\frac{1}{x}\right)\,dx$$ and following the same logic as in the answer below. This gives the closed form:

$$\displaystyle \int_{0}^{\infty} \,\zeta(z)\,\zeta(\overline{z})\,\Gamma(z)\,\Gamma(\overline{z}) \,dx =\pi\,\Gamma(2\,\sigma)\,\left(\frac{(2\,\sigma-3)}{(2\,\sigma-1)} \,\zeta(2\,\sigma-1)-\zeta(2\,\sigma)\right)$$

Note that since $\sigma$ could also be $\in \mathbb{C}$, this implies that when $\rho=2\,\sigma$ or $\rho=2\,\sigma-1$ ($\rho$ = a non-trivial zero of $\zeta(s)$), then the RHS becomes fully multiplicative.

The process can be extended indefinitely by for instance starting from $$\Gamma(s)\, \zeta(s) = \int_0^\infty x^{s-1}\left(\frac{1}{e^{x}-1}-\frac{1}{x} +\frac12\right)\,dx$$ which gives for the domain $-1<\sigma<0$ the following closed form:

$$\displaystyle \int_{0}^{\infty} \,\zeta(z)\,\zeta(\overline{z})\,\Gamma(z)\,\Gamma(\overline{z}) \,dx =\pi\,\left(2\,\sigma-3)\,\Gamma(2\,\sigma-1)\,\zeta(2\,\sigma-1\right)$$

And subsequently for the domain $-2<\sigma<-1$ we start from: $$\Gamma(s)\, \zeta(s) = \int_0^\infty x^{s-1}\left(\frac{1}{e^{x}-1}-\frac{1}{x} +\frac12-\frac{x}{12}\right)\,dx$$

which gives the closed form:

$$\displaystyle \int_{0}^{\infty} \,\zeta(z)\,\zeta(\overline{z})\,\Gamma(z)\,\Gamma(\overline{z}) \,dx =\pi\,\Gamma(2\,\sigma)\,\left(\frac{(2\,\sigma-3)}{(2\,\sigma-1)} \,\zeta(2\,\sigma-1)-\frac{\sigma}{3}\,\zeta(2\,\sigma+1)\right)$$

Don't think there is an easy pattern or generic formula since Bernoulli numbers are involved.

Agno
  • 3,171
  • 14
  • 18
  • What did you try? As a start you may think about substituting the definition of $\Gamma$ and $\zeta$ (and c.c.). – Enrico M. Sep 26 '16 at 22:41
  • By the way: "numerical evidences". Is that your hypothesis or you found it somewhere? – Enrico M. Sep 26 '16 at 22:44
  • 1
    This can be rewritten $$\int_{0}^{\infty} |\zeta(\sigma +xi)\Gamma(\sigma+xi)|^2,dx = ...$$ – Thomas Andrews Sep 26 '16 at 22:47
  • Purely my conjecture. But pretty sure it works at high precision. I was experimenting with a Mellin transform that had $\zeta(z),\Gamma(z)+\zeta(\overline{z}),\Gamma(\overline{z})$ as the integrand. Then just for fun tried to multiply instead of add and found a closed form. Not rigorous math, I know... – Agno Sep 26 '16 at 22:49
  • Do you have a short proof that $\Gamma(s)\zeta(s) = \int_0^\infty x^{s-1}(\frac{1}{e^x-1}-1/x)dx$ for $Re(s) \in (0,1)$ ? – reuns Oct 01 '16 at 17:34
  • Yes, it is on p22 of Titchmarsch book on the Zeta function. I did have a working link to a PDF of that book on Plouffe's site, however that has disappeared. He rewrites:$$\Gamma(s) \zeta(s) = \int_0^\infty \frac{x^{s-1}}{e^{x}-1}dx$$ as $$\Gamma(s), \zeta(s) = \int_0^1 x^{s-1}\left(\frac{1}{e^{x}-1}-\frac{1}{x}\right),dx +\frac{1}{s-1}+\int_1^\infty \frac{x^{s-1}}{e^{x}-1}dx$$ which holds for $\sigma >0$. Then he takes $$\frac{1}{s-1}=-\int_1^\infty \frac{x^{s-1}}{x}dx$$ which is valid for $0<\sigma < 1$ and the result follows. – Agno Oct 01 '16 at 17:43
  • yes this is my proof too. for $Re(s) > 1$ : $\Gamma(s)\zeta(s)-\frac{1}{s-1} = \int_0^\infty x^{s-1}(\frac{1}{e^x-1}-\frac{1_{x < 1}}{x})dx$. Since it converges (and is holomorphic) for $Re(s) > 0$, by analytic continuation this stays true for $Re(s) > 0$, and using that for $Re(s) \in (0,1)$ : $\frac{1}{s-1} = \int_0^\infty x^{s-1}\frac{-1_{x > 1}}{x}dx$ we have for $Re(s) \in (0,1)$ : $$\Gamma(s)\zeta(s) = \int_0^\infty x^{s-1}(\frac{1}{e^x-1}-\frac{1_{x < 1}}{x}-\frac{1_{x > 1}}{x})dx = \int_0^\infty x^{s-1}(\frac{1}{e^x-1}-\frac{1}{x})dx$$ – reuns Oct 01 '16 at 17:50
  • Of course the steps stay the same when extending to $Re(s) \in (-1,0)$ and so on, all we need is that $\frac{x}{e^x-1} = \sum_{k \ge 0} \frac{B_k}{k!}x^k$ for $|x| < 2\pi$ – reuns Oct 01 '16 at 17:52
  • Nice! Have not checked yet whether an indefinite extension will continue to yield a closed form for the original question (I would however be surprised if it didn't and believe it could maybe be nicely generalised for all domains). – Agno Oct 01 '16 at 17:55
  • So for $Re(s) \in (-K,-K+1)$ you have $\Gamma(s) \zeta(s) - \sum_{k=0}^K \frac{B^k}{k!} \frac{1}{s-1+k}= \int_0^\infty x^{s-2}(\frac{x}{e^x-1}-\sum_{k=0}^K \frac{B^k}{k!}x^k )dx$ and hence by Parseval $\int_{-\infty}^\infty |\Gamma(\sigma+2i\pi \xi)\zeta(\sigma+2i\pi \xi)|^2 d\xi = \int_0^\infty x^{2\sigma-2}(\frac{x}{e^x-1}-\sum_{k=0}^K \frac{B^k}{k!}x^k )^2$ – reuns Oct 01 '16 at 17:59
  • I completely follow. Now obviously curious whether the last integral translates into a generalised (domain dependent) closed form consisting of (weighted) $\zeta(\sigma)$s and $\Gamma(\sigma)$s. – Agno Oct 01 '16 at 18:13

1 Answers1

4

Again, you have to look at the Fourier/Laplace transform. For $Re(s) > 1$ : $$\Gamma(s) \zeta(s) = \int_0^\infty \frac{x^{s-1}}{e^{x}-1}dx \overset{(x \, = \,e^u)}= \int_{-\infty}^\infty \frac{e^{su}}{e^{e^u}-1}du = \int_{-\infty}^\infty \frac{e^{-su}}{e^{e^{-u}}-1}du$$

i.e. $\Gamma(s)\zeta(s)$ is the Laplace transform of $\frac{1}{e^{e^{-u}}-1}$ and $F_\sigma(\xi) = \Gamma(\sigma+2i \pi \xi)\zeta(\sigma+2i \pi \xi)$ is the Fourier transform of $f_\sigma(u) = \frac{e^{-\sigma u}}{e^{e^{-u}}-1}$.

Now we can apply the Parseval theorem and get $$\int_{-\infty}^\infty |F_\sigma(\xi)|^2d\xi = \int_{-\infty}^\infty |f_\sigma(u)|^2du = \int_{-\infty}^\infty \frac{e^{-2\sigma u}}{(e^{e^{-u}}-1)^2}du $$

$$=\int_{-\infty}^\infty \frac{e^{2\sigma u}}{(e^{e^{u}}-1)^2}du = \int_0^\infty \frac{x^{2\sigma-1}}{(e^{x}-1)^2}dx = \int_0^\infty x^{2\sigma-1}\sum_{n=2}^\infty (n-1) e^{-nx}dx = (\zeta(2\sigma-1)-\zeta(2\sigma))\Gamma(2\sigma)$$


And note that $\zeta(s)$ is the Laplace transform of the distribution $\sum_{n=1}^\infty \delta(u-\ln n)$, while (under the Riemann hypothesis) the non-trivial zeros define the spectrum of the distribution $\sum_{p^k} \frac{\ln p}{\sqrt{p^k}} \ (\delta(u-\ln p^k)+\delta(u+\ln p^k))$

reuns
  • 77,999