Section 25.6 Connecting to Zeros
ΒΆSubsection 25.6.1 Where are the zeros?
ΒΆOur next goal is to see how this connection
log(ΞΆ(s))=sβ«β1J(x)xβsβ1dx
relates to the zeros of the ΞΆ function (and hence the Riemann Hypothesis).
xxxxxxxxxx
L = lcalc.zeros_in_interval(10,100,0.1)
[l[0] for l in L]
f(x)=5x3β5x=5(xβ0)(xβ1)(x+1).
If we take the logarithm of such a factorization, we can say things like
log(f(x))=log(5)+log(xβ0)+log(xβ1)+log(x+1)
Then if it turned out that log(f(x)) was useful to us for some other reason R, it would be reasonable to say that we can get information about the otherwise-mysterious R from adding up information about the zeros of f (and the constant 5), because of the addition of log(xβr) for all the roots r.
You can't really do this with arbitrary functions, of course. Disappointingly, ΞΆ is definitely a function where this doesn't work, mostly because ΞΆ(1) diverges so badly, no matter how you define the complex version of ΞΆ.
But it so happens that ΞΆ is very close to a function you can analyze this way, (sβ1)ΞΆ(s). Applying the logarithm factoring idea to (sβ1)ΞΆ(s) (and doing lots of relatively hard complex integrals, or some other formal business with difficult convergence considerations) allows us to essentially invert the equation
log(ΞΆ(s))=sβ«β1J(x)xβsβ1dx
to the even more surprising formula
J(x)=Li(x)ββΟLi(xΟ)βlog(2)+β«βxdtt(t2β1)log(t)
Subsection 25.6.2 Analyzing the connection
ΒΆIt is hard to overestimate the importance of the formula (25.6.1). Each piece comes from something inside ΞΆ itself, inverted in this special way.-
First, Li(x) comes from the fact that we needed (sβ1)ΞΆ(s) to apply this inversion, not just ΞΆ(s). In fact, this particular inversion can be seen by integrating, as it's true that
sβ«β1Li(x)xβsβ1dx=βlog(sβ1)so one can see that sβ1 and Li seem to correspond.
Second, each Li(xΟ) comes from each of the zeros of ΞΆ on the line Ο=1/2 in the complex plane. This is the part which most closely corresponds to the factoring.
The constant term log(2) comes from the constant when you do the factoring, similarly to the 5 in the example above using f(x)=5x3β5x.
Finally, the integral in (25.6.1) comes from the zeros of ΞΆ at β2n we mentioned just before the statement of 25.3.7.
