1. Introduction
It is known that all the non-trivial zeroes lie within the critical strip
, where
, and the Riemann Hypothesis asks whether all the non-trivial zeroes lie on the line
. To answer this question, we will study its behavior under the integral transformation
, as
approach
.
There have been many attempts to use integral representations of the zeta function or related L-functions to answer questions about itself. For example, Pain found an integral representation for the zeta function for all odd arguments
[1], and Milgram discovered a family of integral and series representations for the zeta and eta (alternative zeta) function [2]. More integral forms of the zeta function are listed on the DLMF library [3].
In the first section, we will lay out the preliminaries. Next, we will derive an integral representation of
. Then, we will analyze the given integral transformation on a general function
. Finally, we will conclude by giving some observations and proposing a few possible methods for further study on this method.
Preliminaries
We will first establish a few key formulas necessary for the derivation.
First, comparing the inverse function
and
gives:
Lemma 1.
Applying this to the summative definition of the Zeta function yields the following.
Lemma 2.
Next, the inverse Mellin transform of the Gamma function:
Lemma 3.
where c is any positive real number
We will also use the reflection formula for the Gamma function:
Lemma 4.
Finally, we need the functional equation for the Zeta function.
Lemma 5.
2. Main Result
Starting with the exponential definition of
:
Using the inverse Mellin transform for
from Lemma 3:
Notice that the summation is the Zeta function over all odd numbers
Substitute this definition into Lemma 2
Theorem 6.
We could even take this one step further by using the Reflection formula and the functional equation (Lemma 4, 5) and replace the
term
Which gives us our final integral functional equation:
Theorem 7.
Plugging in the integral bounds gives us:
Taking
, where
, we get:
Using Lemma 1 and substituting for
gives
After simplifying, we get our final equation
Theorem 8.
2.1. Recovering the Zeta Function
There are 2 ways to compute the integral. First, using integration by parts, and taking
and
gives us
where
is the exponential integral.
The second way is to use the Fourier transform of the principal-value
and using the standard Fourier principal-value identity (for real y)
and as b approaches
, the integral condenses to
. This completes the proof for
2.2. Reproducing Kernel
In our derivation above, there were multiple instances where
where c is a scaling factor and
is a possible “reproducing kernel”. In fact, we can test this “kernel” against other functions to see if the integral recovers its initial value.
where
represents the Dirichlet L-series with Dirichlet character
, and
where
represents the Riemann-Siegel theta function,
This can be proven using the same techniques as the proof for
as shown above in Section 2.1.
Theorem 9 (Reproducing kernel for
). Let
denote the kernel defined in Section 3.2. Then, formally,
where
is the Dirichlet
-series associated to a primitive character
.
For
we have
The inner principal-value integral equals
(up to the same scaling used in Section 2.1). Summing over
therefore recovers
in the limit
.
The same computation applies to the Riemann-Siegel function
after expressing it as a Dirichlet-type series or via its Gamma factors.
These results have held true for all empirical testing. Intuitively, this is equivalent to the Dirac delta function where the integral grows to infinity at
and goes to zero everywhere else.
3. Discussion
3.1. Empirical Analysis
The limit
is approximated numerically by taking a large finite value of
. In practice we found that the choice
produced stable values of the integral (to approximately two decimal places for
) while remaining computationally efficient. The contour parameter
must satisfy
in order for the Mellin inversion condition earlier. However, the numerical integral becomes numerically unstable for values of
much larger than 1. Therefore, the empirical value of
was chosen to avoid computational issues. All integrals were evaluated using mpmath numerical integrator on Python.
Using
,
, and
, the integral representation approximates
to 2 decimal places for all the values tested for real numbers
. For
, however, the approximation accuracy decreases continuously and rapidly.
For any complex value
with a non-zero imaginary part, the numerical integral diverges to infinity. This seems to be due to numerical rounding and error accumulation, rather than an analytic issue with the integral.
The integral is also very sensitive to the value of the parameter
(the real part of the integral bounds). From the limited testing data shown, only
values slightly greater than 1 provide an accurate result. Any value less than 1 causes the integral to diverge, and so does any value much greater than 1. Therefore, the current optimal value of
is 1.001. From the formula itself, any value
should work because
is analytic in the right half of the plane. Therefore, it is also unknown whether manipulating the integral has changed the range of
or if it is simply a convergence issue.
3.2. Derivative
Using the integral representations, finding the derivative of the Zeta function becomes trivial. Differentiating the definition from Theorem 6 gives:
Differentiating the definition from Theorem 7 gives:
3.3. Recursion Formula
Given the new expression for
, one approach could be to substitute this expression back into the integral representation.
Applying this recursion formula infinitely would yield the new expression:
Corollary 1.
3.4. Complex Analysis
Given the coefficient
for the integral formulas, Cauchy’s theorem is probably the first thing that comes to mind. There are two key ideas to note here. First, applying Cauchy’s integral formula to the Zeta function yields
The term
can be compared to
in Theorem 6. The
bounds of integration are also different. This leads to my observation that there might be some way to topologically deform the closed contour into a vertical line integral (one idea is to create a rectangular contour with infinite length and infinitesimal width) such that Cauchy’s integral formula could be applied to Theorem 6.
Secondly, applying the Argument Principle to either of the integral equations derived in this paper is a prospective way to finding the zeroes of the Zeta function.
3.5. Riemann Hypothesis
One possible approach is to set the parameters
and
such that the line integral vanishes at some values. Specifically, setting the parameters that satisfy
, we get the integral of
. One such configuration is
and
, where we set
slightly greater than 1 to avoid the pole at
. Using the definition from Theorem 7 and substituting the bounds gives
(To be accurate, we would set
and
to avoid the poles).
All 3 terms,
,
, and
have no zeroes in the region
, so the only term that would contribute point-wise zeroes to the integral is the term
. Using different values of
between 0 and 1 would give us all the integrals within the critical strip, which could be a step towards understanding the zeroes of the Zeta function.
Secondly, we can also compare the forms of two different integral representations. Using Theorem 6 and 8:
where
, We could heuristically argue that
where
represents a transformation.
A well-known integral relating
and
is
Plugging this into Theorem 6 gives a double integral, but it is unclear what purpose this could serve. Future work on this topic should include trying to solve this double integral and uncovering the deeper integral relationship between
,
, and
.
Acknowledgements
Sincere thanks to the members of JAMP for their professional performance, and special thanks to managing editor Nancy HO for her exceptional editorial support.