{"id":2285,"date":"2014-01-20T16:08:19","date_gmt":"2014-01-20T21:08:19","guid":{"rendered":"http:\/\/scientopia.org\/blogs\/goodmath\/?p=2285"},"modified":"2014-02-14T19:12:13","modified_gmt":"2014-02-14T19:12:13","slug":"oy-veh-power-series-analytic-continuations-and-riemann-zeta","status":"publish","type":"post","link":"http:\/\/www.goodmath.org\/blog\/2014\/01\/20\/oy-veh-power-series-analytic-continuations-and-riemann-zeta\/","title":{"rendered":"Oy Veh! Power Series, Analytic Continuations, and Riemann Zeta"},"content":{"rendered":"<p> After the whole Plait fiasco with the sum of the infinite series of natural numbers, I decided it would interesting to dig into the real math behind that mess. That means digging in to the Riemann function, and the concept of analytic continuation.<\/p>\n<p> A couple of caveats before I start:<\/p>\n<ol>\n<li> this is the area of math where I&#8217;m at my worst. I am <em>not<\/em> good at analysis. I&#8217;m struggling to understand this stuff well enough to explain it. If I screw up, please let me know in the comments, and I&#8217;ll do my best to update the main post promptly.\n<\/li>\n<li> This is way more complicated than most of the stuff I write on this blog. Please be patient, and try not to get bogged down. I&#8217;m doing my best to take something that requires a whole lot of specialized knowledge, and explain it as simply as I can.<\/li>\n<\/ol>\n<p> What I&#8217;m trying to do here is to get rid of some of the mystery surrounding this kind of thing. When people think about math, they frequently get scared. They say things like &#8220;Math is <em>hard<\/em>, I can&#8217;t hope to understand it.&#8221;, or &#8220;Math produces weird results that make no sense, and there&#8217;s no point in my trying to figure out what it means, because if I do, my brain will explode. Only a super-genius geek can hope to understand it!&#8221;<\/p>\n<p> That&#8217;s all rubbish.<\/p>\n<p> Math <em>is<\/em> complicated, because it covers a whole lot of subjects. To understand the details of a particular branch of math takes a lot of work, because it takes a lot of special domain knowledge. But it&#8217;s not fundamentally different from many other things.<\/p>\n<p> I&#8217;m a professional software engineer. I did my PhD in computer science, specializing in programming languages and compiler design. Designing and building a compiler is <em>hard<\/em>. To be able to do it well and understand everything that it does takes years of study and work. But anyone should be able to understand the basic concepts of what it does, and what the problems are.<\/p>\n<p> I&#8217;ve got friends who are obsessed with baseball. They talk about ERAs, DIERAs, DRSs, EQAs, PECOTAs, Pythagorean expectations, secondary averages, UZRs&#8230; To me, it&#8217;s a huge pile of gobbledygook. It&#8217;s complicated, and to understand what any of it means takes some kind of specialized knowledge. For example, I looked up one of the terms I saw in an article by a baseball fan: &#8220;Peripheral ERA is the expected earned run average taking into account park-adjusted hits, walks, strikeouts, and home runs allowed. Unlike Voros McCracken&#8217;s DIPS, hits allowed are included.&#8221; I have no idea what that means. But it seems like everyone who loves baseball &#8211; including people who think that they can&#8217;t do their own income tax return because they don&#8217;t understand how to compute percentages &#8211; understand that stuff. They care about it, and since it means something in a field that they care about, they learn it. It&#8217;s not beyond their ability to understand &#8211; it just takes some background to be able to make sense of it. Without that background, someone like me feels lost and clueless.<\/p>\n<p> That&#8217;s the way that math is. When you go to look at a result from complex analysis without knowing what complex analysis <em>is<\/em>, it looks like terrifyingly complicated nonsensical garbage, like &#8220;A meromorphic function is a function on an open subset of the complex number plain which is holomorphic on its domain except at a set of isolated points where it must have a Laurent series&#8221;.<\/p>\n<p> And it&#8217;s definitely <em>not<\/em> easy. But understanding, in a very rough sense, what&#8217;s going on and what it means is <em>not<\/em> impossible, even if you&#8217;re not a mathematician.<\/p>\n<hr\/>\n<p> Anyway, what the heck is the Riemann zeta function?<\/p>\n<p> It&#8217;s not easy to give even the simplest answer of that in a meaningful way.<\/p>\n<p> Basically, Riemann Zeta is a function which describes fundamental properties of the prime numbers, and therefore of our entire number system. You can use the Riemann Zeta to prove that there&#8217;s no largest prime number; you can use it to talk about the expected frequency of prime numbers. It occurs in various forms all over the place, because it&#8217;s fundamentally tied to the structure of the realm of numbers.<\/p>\n<p> The starting point for defining it is a <em>power series<\/em> defined over the complex numbers (note that the parameter we use is <img src='http:\/\/l.wordpress.com\/latex.php?latex=s&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s' style='vertical-align:1%' class='tex' alt='s' \/> instead of a more conventional <img src='http:\/\/l.wordpress.com\/latex.php?latex=x&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='x' style='vertical-align:1%' class='tex' alt='x' \/>: this is a way of highlighting the fact that this is a function over the complex numbers, not over the reals).<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Czeta%28s%29%20%3D%20%5Csum_%7Bn%3D1%7D%5E%7B%5Cinfty%7D%20n%5E%7B-s%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\zeta(s) = \\sum_{n=1}^{\\infty} n^{-s}' style='vertical-align:1%' class='tex' alt='\\zeta(s) = \\sum_{n=1}^{\\infty} n^{-s}' \/><\/center><\/p>\n<p> This function <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Czeta&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\zeta' style='vertical-align:1%' class='tex' alt='\\zeta' \/> is <em>not<\/em> the Riemann function!<\/p>\n<p> The Riemann function is something called the <em>analytic continuation<\/em> of <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Czeta&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\zeta' style='vertical-align:1%' class='tex' alt='\\zeta' \/>. We&#8217;ll get to that in a moment. Before doing that; why the heck should we care? I said it talks about the structure of numbers and primes, but how?<\/p>\n<p> The zeta function actually has a <em>lot<\/em> of meaning. It tells us something fundamental about properties of the system of real numbers &#8211; in particular, about the properties of prime numbers. Euler proved that Zeta is deeply connected to the prime numbers, using something called Euler&#8217;s identity. Euler&#8217;s identity says that for all integer values:<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Csum_%7Bn%3D1%7D%5E%7B%5Cinfty%7D%20n%5E%7B-s%7D%20%3D%20%5Cprod_%7Bp%20%5Cin%20%5Ctextbf%7BPrimes%7D%7D%20frac%7B1%7D%7B1-p%5E%7B-s%7D%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\sum_{n=1}^{\\infty} n^{-s} = \\prod_{p \\in \\textbf{Primes}} frac{1}{1-p^{-s}}' style='vertical-align:1%' class='tex' alt='\\sum_{n=1}^{\\infty} n^{-s} = \\prod_{p \\in \\textbf{Primes}} frac{1}{1-p^{-s}}' \/><\/center><\/p>\n<p> Which is a way of saying that the Riemann function can describe the probability distribution of the prime numbers.<\/p>\n<hr\/>\n<p> To really understand the Riemann Zeta, you need to know how to do analytic continuation. And to understand that, you need to learn a lot of number theory and a lot of math from the specialized field called complex analysis. But we can describe the basic concept without getting <em>that<\/em> far into the specialized stuff.<\/p>\n<p> What is an analytical continuation? This is where things get really sticky. Basically, there are places where there&#8217;s one way of solving a problem which produces a diverging infinite series. When that happens you say there&#8217;s no solution, that thepoint where you&#8217;re trying to solve it isn&#8217;t in the domain of the problem. But if you solve it in a different way, you can find a way of getting a solution that works. You&#8217;re using an analytic process to extend the domain of the problem, and get a solution at a point where the traditional way of solving it wouldn&#8217;t work.<\/p>\n<hr\/>\n<p> A nice way to explain what I mean by that requires taking a<br \/>\n  diversion, and looking at a metaphor. What we&#8217;re talking about here isn&#8217;t analytical continuation; it&#8217;s a <em>different<\/em> way of extending the domain of a function, this time in the realm of the real numbers. But as an example, it illustrates the concept of finding a way to get the value of a function in a place where it doesn&#8217;t seem to be defined.<\/p>\n<p> In math, we like to play with limits. One example of that is in differential calculus. What we do in differential<br \/>\ncalculus is look at continuous curves, and ask: at one specific location on the curve, what&#8217;s the slope? <\/p>\n<p> If you&#8217;ve got a line, the slope is easy to determine. Take any two points on the line: <img src='http:\/\/l.wordpress.com\/latex.php?latex=%28x_1%2C%20y%2B1%29%2C%20%28x_2%2C%20y_2%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='(x_1, y+1), (x_2, y_2)' style='vertical-align:1%' class='tex' alt='(x_1, y+1), (x_2, y_2)' \/>, where <img src='http:\/\/l.wordpress.com\/latex.php?latex=x_1%20%3C%20x_2&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='x_1 < x_2' style='vertical-align:1%' class='tex' alt='x_1 < x_2' \/>. Then the slope is <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cfrac%7By_2%20-%20y_1%7D%7Bx_2%20-%20x_1%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\frac{y_2 - y_1}{x_2 - x_1}' style='vertical-align:1%' class='tex' alt='\\frac{y_2 - y_1}{x_2 - x_1}' \/>. It&#8217;s easy, because for a line, the slope never changes.<\/p>\n<p> If you&#8217;re looking at a curve more complex than line, then slopes get harder, because they&#8217;re constantly changing. If you&#8217;re looking at <img src='http:\/\/l.wordpress.com\/latex.php?latex=y%3Dx%5E2&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='y=x^2' style='vertical-align:1%' class='tex' alt='y=x^2' \/>, and you zoom in and look at it very close to <img src='http:\/\/l.wordpress.com\/latex.php?latex=x%3D0&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='x=0' style='vertical-align:1%' class='tex' alt='x=0' \/>, it looks like the slope is very close to 0. If you look at it close to 1, it looks like it&#8217;s around 2. If you look at it at x=10, it looks a bit more than 20. But there are no two points where it&#8217;s exactly the same!<\/p>\n<p> So how can you talk about the slope at a particular point <img src='http:\/\/l.wordpress.com\/latex.php?latex=x%3Dk&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='x=k' style='vertical-align:1%' class='tex' alt='x=k' \/>? By using a limit. You pick a point really close to <img src='http:\/\/l.wordpress.com\/latex.php?latex=x%3Dk&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='x=k' style='vertical-align:1%' class='tex' alt='x=k' \/>, and call it <img src='http:\/\/l.wordpress.com\/latex.php?latex=x%3Dk%2Bepsilon&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='x=k+epsilon' style='vertical-align:1%' class='tex' alt='x=k+epsilon' \/>. Then an approximate value of the slope at <img src='http:\/\/l.wordpress.com\/latex.php?latex=k&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='k' style='vertical-align:1%' class='tex' alt='k' \/> is:<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cfrac%7B%28x%2B%5Cepsilon%29%5E2%20-%20x%5E2%7D%7Bx%2B%5Cepsilon%20-%20x%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\frac{(x+\\epsilon)^2 - x^2}{x+\\epsilon - x}' style='vertical-align:1%' class='tex' alt='\\frac{(x+\\epsilon)^2 - x^2}{x+\\epsilon - x}' \/><\/center><\/p>\n<p> The smaller epsilon gets, the closer your approximation gets. But you <em>can&#8217;t<\/em> actually get to <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cepsilon%3D0&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\epsilon=0' style='vertical-align:1%' class='tex' alt='\\epsilon=0' \/>, because if you did, that slope equation would have 0 in the denominator, and it wouldn&#8217;t be defined! But it <em>is<\/em> defined for <em>all<\/em> non-zero values of <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cepsilon&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\epsilon' style='vertical-align:1%' class='tex' alt='\\epsilon' \/>. No matter how small, no matter how close to zero, the slope is defined. But <em>at<\/em> zero, it&#8217;s no good: it&#8217;s undefined.<\/p>\n<p> So we take a limit. As <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cepsilon&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\epsilon' style='vertical-align:1%' class='tex' alt='\\epsilon' \/> gets smaller and smaller, the slope gets closer and closer to some value. So we say that the slope at the point &#8211; at the exact place where the denominator of that fraction becomes zero &#8211; is defined as:<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%20%5Clim_%7B%5Cepsilon%20%5Crightarrow%200%7D%20%20%5Cfrac%7B%28k%2B%5Cepsilon%29%5E2%20-%20k%5E2%7D%7Bk%2B%5Cepsilon%20-%20k%7D%20%3D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title=' \\lim_{\\epsilon \\rightarrow 0}  \\frac{(k+\\epsilon)^2 - k^2}{k+\\epsilon - k} =' style='vertical-align:1%' class='tex' alt=' \\lim_{\\epsilon \\rightarrow 0}  \\frac{(k+\\epsilon)^2 - k^2}{k+\\epsilon - k} =' \/><\/center><\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%20%5Clim_%7B%5Cepsilon%20%5Crightarrow%200%7D%20%20%5Cfrac%7B%20%20k%5E2%20%2B%202k%5Cepsilon%20%2B%20%5Cepsilon%5E2%20-%20k%5E2%7D%7B%5Cepsilon%7D%20%3D%20&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title=' \\lim_{\\epsilon \\rightarrow 0}  \\frac{  k^2 + 2k\\epsilon + \\epsilon^2 - k^2}{\\epsilon} = ' style='vertical-align:1%' class='tex' alt=' \\lim_{\\epsilon \\rightarrow 0}  \\frac{  k^2 + 2k\\epsilon + \\epsilon^2 - k^2}{\\epsilon} = ' \/><\/center><\/p>\n<p><em>(Note: the original version of the previous line had a missing &#8220;-&#8220;. Thanks to commenter Thinkeye for catching it.)<\/em><\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%20%5Clim_%7B%5Cepsilon%20%5Crightarrow%200%7D%20%20%5Cfrac%7B%202k%5Cepsilon%20%2B%20%5Cepsilon%5E2%7D%7B%5Cepsilon%7D%20%3D%20&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title=' \\lim_{\\epsilon \\rightarrow 0}  \\frac{ 2k\\epsilon + \\epsilon^2}{\\epsilon} = ' style='vertical-align:1%' class='tex' alt=' \\lim_{\\epsilon \\rightarrow 0}  \\frac{ 2k\\epsilon + \\epsilon^2}{\\epsilon} = ' \/><\/center><\/p>\n<p> Since <img src='http:\/\/l.wordpress.com\/latex.php?latex=epsilon&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='epsilon' style='vertical-align:1%' class='tex' alt='epsilon' \/> is getting closer and closer to zero, <img src='http:\/\/l.wordpress.com\/latex.php?latex=epsilon%5E2&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='epsilon^2' style='vertical-align:1%' class='tex' alt='epsilon^2' \/> is getting smaller much faster; so we can treat it as zero:<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%20%5Clim_%7B%5Cepsilon%20%5Crightarrow%200%7D%20%20%5Cfrac%7B%202k%5Cepsilon%7D%7B%5Cepsilon%7D%20%3D%202k&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title=' \\lim_{\\epsilon \\rightarrow 0}  \\frac{ 2k\\epsilon}{\\epsilon} = 2k' style='vertical-align:1%' class='tex' alt=' \\lim_{\\epsilon \\rightarrow 0}  \\frac{ 2k\\epsilon}{\\epsilon} = 2k' \/><\/center><\/p>\n<p> So at any point <img src='http:\/\/l.wordpress.com\/latex.php?latex=x%3Dk&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='x=k' style='vertical-align:1%' class='tex' alt='x=k' \/>, the slope of <img src='http:\/\/l.wordpress.com\/latex.php?latex=y%3Dx%5E2&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='y=x^2' style='vertical-align:1%' class='tex' alt='y=x^2' \/> is <img src='http:\/\/l.wordpress.com\/latex.php?latex=2k&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='2k' style='vertical-align:1%' class='tex' alt='2k' \/>. Even though computing that involves dividing by zero, we&#8217;ve used an analytical method to come up with a meaningful and useful value at <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cepsilon%3D0&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\epsilon=0' style='vertical-align:1%' class='tex' alt='\\epsilon=0' \/>. This doesn&#8217;t mean that you can divide by zero. You cannot conclude that <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cfrac%7B2%2A0%7D%7B0%7D%20%3D%202&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\frac{2*0}{0} = 2' style='vertical-align:1%' class='tex' alt='\\frac{2*0}{0} = 2' \/>. But for this particular analytical setting, you can come up with a meaningful solution to a problem that involves, in some sense, dividing by zero.<\/p>\n<hr\/>\n<p> The limit trick in differential calculus is <em>not<\/em> analytic continuation. But it&#8217;s got a tiny bit of the flavor.<\/p>\n<p> Moving on: the idea of analytic continuation comes from the field of complex analysis. Complex analysis studies a particular class of functions in the complex number plane. It&#8217;s not one of the easier branches of mathematics, but it&#8217;s <em>extremely<\/em> useful. Complex analytic functions show up all over the place in physics and engineering.<\/p>\n<p> In complex analysis, people focus on a particular group of functions that are called analytic, holomorphic, and meromorphic. (Those three are closely related, but <em>not<\/em> synonymous.).<\/p>\n<p> A holomorphic function is a function over complex variables, which has one<br \/>\nimportant property. The property is almost like a kind of abstract smoothness. In the simplest case, suppose that we have a complex equation in a single variable, and the domain of this function is <img src='http:\/\/l.wordpress.com\/latex.php?latex=D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='D' style='vertical-align:1%' class='tex' alt='D' \/>. Then it&#8217;s holomorphic if, and only if, for every point <img src='http:\/\/l.wordpress.com\/latex.php?latex=d%20%5Cin%20D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='d \\in D' style='vertical-align:1%' class='tex' alt='d \\in D' \/>, the function is complex differentiable in some neighborhood of points around <img src='http:\/\/l.wordpress.com\/latex.php?latex=d&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='d' style='vertical-align:1%' class='tex' alt='d' \/>. <\/p>\n<p>(Differentiable means, roughly, that using a trick like the one we did above, we can take the slope (the <em>derivative<\/em>) around <img src='http:\/\/l.wordpress.com\/latex.php?latex=d&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='d' style='vertical-align:1%' class='tex' alt='d' \/>.  In the complex number system, &#8220;differentiable&#8221; is a much stronger condition than it would be in the reals. In the complex realm, if something is differentiable, then it is <em>infinitely<\/em> differentiable. In other words, given a complex equation, if it&#8217;s differentiable, that means that I can create a curve describing its slope. That curve, in turn, will <em>also<\/em> be differentiable, meaning that you can derive an equation for its slope. And <em>that<\/em> curve will be differentiable. Over and over, forever: the derivative of a differentiable curve in the complex number plane will always be differentiable.)\n<\/p>\n<p> If you have a differentiable curve in the complex number plane, it&#8217;s got one really interesting property: it&#8217;s representable as a power series. (This property is what it means for a function to be called <em>analytic<\/em>; all holomorphic functions are analytic.) That is, a function <img src='http:\/\/l.wordpress.com\/latex.php?latex=f&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f' style='vertical-align:1%' class='tex' alt='f' \/> is holomorphic for a set <img src='http:\/\/l.wordpress.com\/latex.php?latex=S&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='S' style='vertical-align:1%' class='tex' alt='S' \/> if, for all points <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%20in%20S&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s in S' style='vertical-align:1%' class='tex' alt='s in S' \/>, you can represent the value of the function as a power series for a disk of values around <img src='http:\/\/l.wordpress.com\/latex.php?latex=s&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s' style='vertical-align:1%' class='tex' alt='s' \/>:<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%20f%28z%29%20%3D%20%5Csum_%7Bn%3D0%7D%5E%7B%5Cinfty%7D%20a_n%28z-c%29%5En&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title=' f(z) = \\sum_{n=0}^{\\infty} a_n(z-c)^n' style='vertical-align:1%' class='tex' alt=' f(z) = \\sum_{n=0}^{\\infty} a_n(z-c)^n' \/><\/center><\/p>\n<p>In the simplest case, the constant <img src='http:\/\/l.wordpress.com\/latex.php?latex=c&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='c' style='vertical-align:1%' class='tex' alt='c' \/> is 0, and it&#8217;s just:<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%20f%28z%29%20%3D%20%5Csum_%7Bn%3D0%7D%5E%7B%5Cinfty%7D%20a_nz%5En&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title=' f(z) = \\sum_{n=0}^{\\infty} a_nz^n' style='vertical-align:1%' class='tex' alt=' f(z) = \\sum_{n=0}^{\\infty} a_nz^n' \/><\/center><\/p>\n<p><em>(Note: In the original version of this post, I miswrote the basic pattern of a power series, and put both <img src='http:\/\/l.wordpress.com\/latex.php?latex=z&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='z' style='vertical-align:1%' class='tex' alt='z' \/> and <img src='http:\/\/l.wordpress.com\/latex.php?latex=s&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s' style='vertical-align:1%' class='tex' alt='s' \/> in the base. Thanks to John Armstrong for catching it.)<\/em><\/p>\n<p> The function that we wrote, above, for the base of the zeta function is exactly this kind of power series. Zeta is an analytic function for a particular set of values. Not all values in the complex number plane; just for a specific subset. <\/p>\n<p> If a function <img src='http:\/\/l.wordpress.com\/latex.php?latex=f&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f' style='vertical-align:1%' class='tex' alt='f' \/> is holomorphic, then the strong differentiability of it leads to another property. There&#8217;s a <em>unique<\/em> extension to it that expands its domain. The expansion always produces the same value for all points that are within the domain of <img src='http:\/\/l.wordpress.com\/latex.php?latex=f&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f' style='vertical-align:1%' class='tex' alt='f' \/>. It also produces exactly the same differentiability properties. But it&#8217;s also defined on a larger domain than <img src='http:\/\/l.wordpress.com\/latex.php?latex=f&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f' style='vertical-align:1%' class='tex' alt='f' \/> was. It&#8217;s essentially what <img src='http:\/\/l.wordpress.com\/latex.php?latex=f&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f' style='vertical-align:1%' class='tex' alt='f' \/> <em>would be<\/em> if its domain weren&#8217;t so limited. If <img src='http:\/\/l.wordpress.com\/latex.php?latex=D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='D' style='vertical-align:1%' class='tex' alt='D' \/> is the domain of <img src='http:\/\/l.wordpress.com\/latex.php?latex=f&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f' style='vertical-align:1%' class='tex' alt='f' \/>, then for any given domain, <img src='http:\/\/l.wordpress.com\/latex.php?latex=D%27&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='D'' style='vertical-align:1%' class='tex' alt='D'' \/>, where <img src='http:\/\/l.wordpress.com\/latex.php?latex=D%20subset%20D%27&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='D subset D'' style='vertical-align:1%' class='tex' alt='D subset D'' \/>, there&#8217;s exactly one function with domain <img src='http:\/\/l.wordpress.com\/latex.php?latex=D%27&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='D'' style='vertical-align:1%' class='tex' alt='D'' \/> that&#8217;s an analytic continuation of <img src='http:\/\/l.wordpress.com\/latex.php?latex=f&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f' style='vertical-align:1%' class='tex' alt='f' \/>.\n<\/p>\n<p> Computing analytic continuations is not easy. This is heavy enough already, without getting into the details. But the important thing to understand is that if we&#8217;ve got a function <img src='http:\/\/l.wordpress.com\/latex.php?latex=f&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f' style='vertical-align:1%' class='tex' alt='f' \/> with an interesting set of properties, we&#8217;ve got a method that might be able to give us a <em>new function<\/em> <img src='http:\/\/l.wordpress.com\/latex.php?latex=g&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='g' style='vertical-align:1%' class='tex' alt='g' \/> that:<\/p>\n<ol>\n<li> Everywhere that <img src='http:\/\/l.wordpress.com\/latex.php?latex=f%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f(s)' style='vertical-align:1%' class='tex' alt='f(s)' \/> was defined, <img src='http:\/\/l.wordpress.com\/latex.php?latex=f%28s%29%20%3D%20g%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f(s) = g(s)' style='vertical-align:1%' class='tex' alt='f(s) = g(s)' \/>.<\/li>\n<li> Everywhere that <img src='http:\/\/l.wordpress.com\/latex.php?latex=f%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f(s)' style='vertical-align:1%' class='tex' alt='f(s)' \/> was differentiable, <img src='http:\/\/l.wordpress.com\/latex.php?latex=g%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='g(s)' style='vertical-align:1%' class='tex' alt='g(s)' \/> is also     differentiable.<\/li>\n<li> Everywhere that <img src='http:\/\/l.wordpress.com\/latex.php?latex=f%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f(s)' style='vertical-align:1%' class='tex' alt='f(s)' \/> could be computed as a sum of an infinite    power series, <img src='http:\/\/l.wordpress.com\/latex.php?latex=g%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='g(s)' style='vertical-align:1%' class='tex' alt='g(s)' \/> can also be computed as a sum of an infinite power series.<\/li>\n<li> <img src='http:\/\/l.wordpress.com\/latex.php?latex=g%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='g(s)' style='vertical-align:1%' class='tex' alt='g(s)' \/> is defined in places where <img src='http:\/\/l.wordpress.com\/latex.php?latex=f%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f(s)' style='vertical-align:1%' class='tex' alt='f(s)' \/> and the power series for <img src='http:\/\/l.wordpress.com\/latex.php?latex=f%28s%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='f(s)' style='vertical-align:1%' class='tex' alt='f(s)' \/> is not.<\/li>\n<\/ol>\n<hr\/>\n<p> So, getting back to the Riemann Zeta function: we don&#8217;t have a proper closed form equation for zeta. What we have is the power series of the function that zeta is the analytic continuation of:\n<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Czeta%28s%29%20%3D%20%5Csum_%7Bn%3D1%7D%5E%7B%5Cinfty%7D%20n%5E%7B-s%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\zeta(s) = \\sum_{n=1}^{\\infty} n^{-s}' style='vertical-align:1%' class='tex' alt='\\zeta(s) = \\sum_{n=1}^{\\infty} n^{-s}' \/><\/center><\/p>\n<p> If <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>, then the series for that function expands to:<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Csum_%7Bn%3D1%7D%5E%7B%5Cinfty%7D%20n%5E1%20%3D%201%20%2B%202%20%2B%203%20%2B%204%20%2B%205%20%2B%20...&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\sum_{n=1}^{\\infty} n^1 = 1 + 2 + 3 + 4 + 5 + ...' style='vertical-align:1%' class='tex' alt='\\sum_{n=1}^{\\infty} n^1 = 1 + 2 + 3 + 4 + 5 + ...' \/><\/center><\/p>\n<p> The power series is undefined at this point; the base function that we&#8217;re using, that zeta is the analytic continuation of, is undefined at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>. The power series is an <em>approximation<\/em> of the zeta function, which works over some specific range of values. But it&#8217;s a <em>flawed<\/em> approximation. It&#8217;s <em>wrong<\/em> about what happens at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>. The approximation says that value at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/> should be a non-converging infinite sum. It&#8217;s <em>wrong<\/em> about that. The Riemann zeta function <em>is<\/em> defined at that point, even though the power series is not. If we use a different method for computing the value of the zeta function at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/> &#8211; a method that doesn&#8217;t produce an incorrect result! &#8211; the zeta function has the value <img src='http:\/\/l.wordpress.com\/latex.php?latex=-%5Cfrac%7B1%7D%7B12%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='-\\frac{1}{12}' style='vertical-align:1%' class='tex' alt='-\\frac{1}{12}' \/> at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>.<\/p>\n<p> Note that this is a very different statement from saying that the sum of that power series is <img src='http:\/\/l.wordpress.com\/latex.php?latex=-%5Cfrac%7B1%7D%7B12%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='-\\frac{1}{12}' style='vertical-align:1%' class='tex' alt='-\\frac{1}{12}' \/> at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>. We&#8217;re talking about fundamentally different functions! The Riemann zeta function at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/> <em>does not<\/em> expand to the power series that we used to approximate it. <\/p>\n<p> In physics, if you&#8217;re working with some kind of system that&#8217;s described by a power series, you can come across the power series that produces the sequence that looks like the sum of the natural numbers. If you do, and if you&#8217;re working in the complex number plane, and you&#8217;re working in a domain where that power series occurs, what you&#8217;re actually using isn&#8217;t really the power series &#8211; you&#8217;re playing with the analytic zeta function, and that power series is a flawed approximation. It works most of the time, but if you use it in the wrong place, where that approximation doesn&#8217;t work, you&#8217;ll see the sum of the natural numbers. In that case, you get rid of that sum, and replace it with the correct value of the actual analytic function, <em>not<\/em> with the incorrect value of applying the power series where it won&#8217;t work.<\/p>\n<p><em>Ok, so that warning at the top of the post? Entirely justified. I screwed up a fair bit at the end. The series that defines the value of the zeta function for some values, the series for which the Riemann zeta is the analytical continuation? It&#8217;s not a power series. It&#8217;s a series alright, but not a power series, and not the particular kind of series that defines a holomorphic or analytical function. <\/em><\/p>\n<p><em>The underlying point, though, is still the same. That series (not power series, but series) is a <em>partial<\/em> definition of the Riemann zeta function. It&#8217;s got a limited domain, where the Riemann zeta&#8217;s domain doesn&#8217;t have the same limits. The series definition still doesn&#8217;t work at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>. The series is still undefined at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>. At <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>, the series expands to <img src='http:\/\/l.wordpress.com\/latex.php?latex=1%20%2B%202%20%2B%203%20%2B%204%20%2B%205%20%2B%206%20%2B%20...&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='1 + 2 + 3 + 4 + 5 + 6 + ...' style='vertical-align:1%' class='tex' alt='1 + 2 + 3 + 4 + 5 + 6 + ...' \/>, which doesn&#8217;t converge, and which doesn&#8217;t add up to any finite value, -1\/12 or otherwise. That series does not have a value at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>. No matter what you do, that equation &#8211; the definition of that series &#8211; does not work at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>. But the Riemann Zeta function is defined in places where that equation isn&#8217;t. Riemann Zeta at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/> is defined, and its value is <img src='http:\/\/l.wordpress.com\/latex.php?latex=-1%2F12&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='-1\/12' style='vertical-align:1%' class='tex' alt='-1\/12' \/>.<\/em><\/p>\n<p> <em>Despite my mistake, the important point is still that last sentence. The value of the Riemann zeta function at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/> is <em>not<\/em> the sum of the set of natural numbers. The equation that produces the sequence doesn&#8217;t work at <img src='http:\/\/l.wordpress.com\/latex.php?latex=s%3D-1&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='s=-1' style='vertical-align:1%' class='tex' alt='s=-1' \/>. The definition of the Riemann zeta function <em>doesn&#8217;t<\/em> say that it should, or that the sum of the natural numbers is <img src='http:\/\/l.wordpress.com\/latex.php?latex=-1%2F12&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='-1\/12' style='vertical-align:1%' class='tex' alt='-1\/12' \/>. It just says that the first approximation of the Riemann zeta function for some, but not all values, is given by a particular infinite sum. In the places where that sum works, it gives the value of zeta; in places where that sum doesn&#8217;t work, it doesn&#8217;t.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>After the whole Plait fiasco with the sum of the infinite series of natural numbers, I decided it would interesting to dig into the real math behind that mess. That means digging in to the Riemann function, and the concept of analytic continuation. A couple of caveats before I start: this is the area of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[78,43],"tags":[126],"class_list":["post-2285","post","type-post","status-publish","format-standard","hentry","category-complex-analysis","category-numbers","tag-co"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p4lzZS-AR","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/2285","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/comments?post=2285"}],"version-history":[{"count":2,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/2285\/revisions"}],"predecessor-version":[{"id":2837,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/2285\/revisions\/2837"}],"wp:attachment":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/media?parent=2285"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/categories?post=2285"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/tags?post=2285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}