Sunday, January 8, 2017

sequences and series - 1+1+1+cdots=frac12



The formal series



n=11=1+1+1+=12



comes from the analytical continuation of the Riemann zeta function ζ(s) at s=0 and it is used in String Theory. I am aware of formal proofs by Prof. Terry Tao and Wikipedia, but I did not fully understand them. Could someone provide an intuitive proof or comment on why this should be true?


Answer



Let me walk you through the Riemann zeta computation. Call S your original sum. Let's regulate the sum as follows:
Ssn11ns.


Fix n1. Then ns1 as s0, so if we can assign a meaning to Ss as s0, we can interpret S as this limit.



Now, for s>1 the above sum exists and it equals the Riemann zeta function, ζ(s). ζ has a pole at s=1, which is just the statement that the (non-regulated) sum 1/n diverges. But we can analytically continue ζ if we take care to avoid this pole. Then we can Taylor expand around s=0




ζ(s)=1212ln(2π)s+


which implies that



S=lims0Ss=12.


(The equality sign is to be understood in the regulated sense.)



There are many other ways to regulate the sum. You can e.g. suppress the tail as exp(ϵn), but then you need to add a counterterm to absorb a pole as ϵ0.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...