1

The book Introduction to Analytic Number theory by Tom M. Apostol defines Riemann zeta function like this:

$\zeta(s)$ denotes the Riemann zeta function which is defined by the equation $$ \zeta(s) = \sum_{n=1}^\infty \frac{1}{n^s} \text{ if } s \gt 1, $$ and by the equation $$ \zeta(s) = \lim_{x \to \infty} \left( \sum_{n \le x}\frac{1}{n^s} - \frac{x^{1-s}}{1 - s} \right) \text{ if } 0 < s < 1.$$

  • Why is the Riemann zeta function defined differently for $ 0 < s < 1 $? What would go wrong if we were to use the same definition as that for $ s > 1 $ for the case $ 0 < s < 1 $ too?
  • What is the intuition behind the second definition? Why was that specific formulation chosen instead of something else?
Lone Learner
  • 1,076
  • 8
    $\sum\limits_{n=1}^{\infty} \frac{1}{n^s}$ does not converge for eg $s=\frac{1}{2}$. – Hirshy Dec 27 '20 at 07:21
  • It is the Euler Maclaurin formula applied to the Riemann zeta function. For every term you include in the Euler Maclaurin formula applied to the Riemann zeta function, you get one more band of convergence or as it is called analytic continuation. These words don't explain much but I asked a such question a while ago: https://math.stackexchange.com/q/3159749/8530 – Mats Granvik Dec 27 '20 at 09:42

1 Answers1

7

I could be wrong about this, but I don't think the second formula is a good definition, pedagogically, because in order to motivate it you need to already have $\zeta(s)$ defined for $\mathrm{Re}(s)<1$ in the first place.

Here is the canonical story of how $\zeta(s)$ goes:

Let's start with $\zeta(s)=\sum_{n=1}^\infty \frac{1}{n^s}$. This is convergent for $\mathrm{Re}(s)>1$ and divergent otherwise. However, the Dirichlet eta function $\eta(s)=\sum_{n=1}^\infty\frac{(-1)^{n-1}}{n^s}$ converges for $\mathrm{Re}(s)>0$ and it is not hard to see that we can write $\eta(s)=(1-2^{1-s})\zeta(s)$ and we can use this to analytically continue $\zeta(s)$ so it is defined also for values $\mathrm{Re}(s)>0$ (except $s=1$, where it has a pole).

If you're unfamiliar with analytic continuation, consider the geometric series $(1-z)^{-1}=\sum_{n=0}^\infty z^n$ for a complex variable $z$. The function $(1-z)^{-1}$ is defined for all $z\ne1$ but the series only converges hence is only defined for $|z|<1$. So the function defined by the series can be "continued" beyond its original domain to a function $(1-z)^{-1}$ defined on all of $\mathbb{C}\setminus\{1\}$.

There is a really cool reason we ought to multiply $\zeta(s)$ by another function to "complete" it, which gives the function $\xi(s)=\binom{s}{2}\pi^{-s/2}\Gamma(s/2)\zeta(s)$. Interchanging summation and integration entailed respectively in defining the zeta and gamma function in this formula shows $\xi(s)$ is a Mellin transform of a theta function. The theta function has a functional equation deriving from the Poisson summation formula, which in turn implies the functional equation $\xi(s)=\xi(1-s)$, and we can use this to extend the domain of $\zeta(s)$ to all $s\ne 1$.

[Here is the cool reason BTW. The local factors of the Euler product factorization $\prod(1-p^{-s})^{-1}$ are in fact $p$-adic Mellin transforms of Gaussian functions (i.e. fixed points of the $p$-adic Fourier transform). Note the Mellin transform is actually the multiplicative version of the Fourier transform. The corresponding local factor for the real numbers is the Mellin transform of the usual Gaussian function, which gives us the stuff in front of $\zeta(s)$ in the definition of $\xi(s)$. This is a bumper sticker version of Tate's thesis.]

Now, we know that $\sum\frac{1}{n^s}$ only converges to $\zeta(s)$ for $\mathrm{Re}(s)>1$, so it seems like a reasonable question to ask how the partial sums grow (asymptotically) with $n$ otherwise. Note $H_{n,s}=\sum_{k=1}^n k^{-s}$ is called a generalized harmonic number. For $\mathrm{Re}(s)>0$ we can proceed by multiplying and dividing by $n^s$ - that is,

$$H_{n,s}=n^{1-s}\left(\frac{1}{n}\sum_{k=1}^n (k/n)^{-s}\right)\sim n^{1-s}\int_0^1 x^{-s}\,\mathrm{d}x=\frac{n^{1-s}}{1-s}. $$

In fact, the Euler-Maclaurin formula can be used to derive a full asymptotic series:

$$ H_{n,s}=\zeta(s)-\sum_{k=-1}^{\infty} \frac{B_{k+1}}{(k+1)!} (s)_k n^{-s-k}. $$

This series is divergent, but for a particular value of $s$ if we lop off all summands that $\to0$ with $n$ we get a finite sum. In particular, this shows your formula

$$ \zeta(s) = \lim_{n\to\infty} \left( H_{n,s}-\frac{n^{1-s}}{1-s} \right). $$

anon
  • 151,657
  • What does “this” refer to in “ Interchanging summation and integration in this formula“? I don't see any previous formula involving integration. If you mean the (implicit) integration involved in defining the gamma function, I still don't see where summation is involved. – John Bentin Dec 27 '20 at 09:06
  • If you multiply $\Gamma(s/2)$ (an integral) and $\zeta(s)$ (a sum) out you get a sum of integrals - you can do a substitution in each integral (scaling $x$ by $n^2$) and then interchange the order of summation and integration. – anon Dec 27 '20 at 09:11
  • I have edited the text to explain this. – John Bentin Dec 27 '20 at 09:22
  • (1) In your definition of a generalized harmonic number, should the summand be $k^{-s}$ rather than $n^{-s}$ ? (2) In the next line, and three lines below that, should the capital $N$ be a lowercase $n$ ? – John Bentin Dec 27 '20 at 09:40