17

Here is how I derived this...

$$1+2+3+4+...=-\frac{1}{12}$$ $$2+4+6+8+...=2(1+2+3+4+...)=2(-\frac{1}{12})=-\frac{1}{6}$$ Thus $1+3+5+7+...=-\frac{1}{6}-(1+1+1+...) $ because $S_{odd}=S_{even}-(1+1+1+...)$

Also $S_{odd}=(1+2+3+4+...)-(2+4+6+8+...)=-\frac{1}{12}+\frac{1}{6}=\frac{1}{12}$

Thus $\frac{1}{12}=-\frac{1}{6}-(1+1+1+...)$ $$1+1+1+...=-\frac{3}{12}$$

What I think my mistake was (if I have one) is where I assume the sum of all numbers is half the sum of all even numbers; although, it should work since there is nothing two times infinity.

Please leave simple solution (im only 15 years old) to why this is false: Wikipedia says that $\sum_{n=1}^{\infty} 1 = \infty$.

Edit: I know now that the above notion is false. I recently watched a Numberphile video proving $\sum_{n=1}^{\infty} n = -\frac{1}{12}$. I followed the same line of reasoning to derive the untrue $\sum_{n=1}^{\infty} 1 = -\frac{3}{12}$ I'll admit; I was ignorant in believing so and I apologize for wasting your time.

Thanks for the answer kindly explaining why I was wrong. I guess I should watch this video to un-brainwash me. Sorry again.

  • Comments are not for extended discussion; this conversation has been moved to chat. – Aloizio Macedo Oct 05 '19 at 18:27
  • 13
    While I can understand why one would be tempted to downvote this question (with so many fundamental conceptual errors), from the perspective of the OP this shows research effort and I would argue might represent what a large number of amateurs might think after watching, say, the infamous numberphile video on $\sum n=-1/12$. For what it's worth, I think this is a good question, at least in this sense. – YiFan Tey Oct 05 '19 at 22:33
  • @YiFan: Should I edit the question and provide information about the Numberphile video and my motivation? – Aops Vol. 2 Oct 05 '19 at 22:35
  • I think that is a good idea, yes. – YiFan Tey Oct 05 '19 at 22:36
  • 11
    PS There's nothing to apologise about, and I don't feel like our time has been wasted; rightly or wrongly, this is a popular topic and some people get tired of explaining it to multiple people. Everyone starts out ignorant, but the one who dares to be a fool is the one who learns. – Calvin Khor Oct 06 '19 at 09:25
  • 1
    You may find information on the Riemann zeta function slightly interesting. If you consider complex numbers, then we have $\zeta(s)=\sum_{n=1}^\infty n^{-s}$ for $s=\sigma+it$ and $\sigma>1$, $t\in\Bbb R$. Riemann extended this to the complex plane, and it is true that $\zeta(-1)=-\frac{1}{12}$. This is one reason for the popular notion that $\sum n=-\frac{1}{12}$. – Clayton Oct 09 '19 at 14:59
  • 4
    This is not at all a duplicate of the linked post Xander gave. That one specifically mentions "zeta regularization" while OP in this one has yet to know what a divergent series is. There is a big difference between the contexts between these two posts. –  Oct 13 '19 at 21:54
  • @Jack That question specifically mentions methods which do not use zeta regularization. It asks for an explanation of where the basic rules of summation (commutativity, associativity, etc) fail. The most highly upvoted answers here could be copy-pasted to the proposed dupe target with very little modification, and would still be appropriate answers. If this isn't the defining characteristic of a duplicate question, I don't know what is. – Xander Henderson Oct 14 '19 at 02:28
  • Wikipedia is often wrong, but on this it's actually right. – Robert Soupe Oct 23 '19 at 07:03
  • @RobertSoupe I've heard many people say that Wikipedia is usually right in regards to mathematics. – Aops Vol. 2 Oct 27 '19 at 05:18
  • @AopsVol.2 I've heard many people tell me the opposite. But Prof. Riskin has a very considered viewpoint worth examining: http://wikipediocracy.com/2013/10/20/elementary-mathematics-on-wikipedia-2/ Also, if the linked Wikipedia article is correct as of today, there's no guarantee it'll be correct tomorrow. – Robert Soupe Oct 27 '19 at 16:27

4 Answers4

30

First of all, you have to understand the following point:

There is no single canonical way of defining 'summing infinitely many things'.

As a result, there are several different notions of infinite sums, some of which are not even compatible to each other. For instance, the followings are some selected summability methods:

\begin{align*} \begin{array}{|c|c|c|} \hline & \begin{array}{c}\textbf{Definition}\\ \scriptsize\text{(some notations are not standard)} \end{array} & \textbf{Examples} \\ % \hline \begin{array}{c} \text{ordinary}\\ \text{summation} \end{array} % & \displaystyle\sum_{n=1}^{\infty} a_n := \lim_{N\to\infty} \sum_{n=1}^{N} a_n % & \begin{array}{c} \displaystyle\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6} \\ \displaystyle\sum_{n=1}^{\infty} (-1)^n = \mathtt{undefined} \\ \displaystyle\sum_{n=1}^{\infty} 1 = \infty \end{array} \\ % \hline \begin{array}{c} \text{Abel}\\ \text{summation} \end{array} % & \displaystyle\sum_{n=1}^{\infty} a_n = \lim_{x\to1^-} \sum_{n=1}^{\infty} a_n x^n \quad \text{(A)} % & \begin{array}{cr} \displaystyle\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6} & \text{(A)} \\ \displaystyle\sum_{n=1}^{\infty} (-1)^n = -\frac{1}{2} & \text{(A)} \\ \displaystyle\sum_{n=1}^{\infty} 1 = \infty & \text{(A)} \end{array} \\ % \hline \begin{array}{c} \text{Dirichlet} \\ \text{regularization} \end{array} % & \begin{array}{c} \displaystyle\sum_{n=1}^{\infty} a_n = \lim_{s\to0} D(a, s) \quad \text{(D)} \\ \scriptsize\text{where $D(a, s)$ is the Dirichlet series for $a = (a_n)_{n\geq 1}$} \end{array} % & \begin{array}{cr} \displaystyle\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6} & \text{(D)} \\ \displaystyle\sum_{n=1}^{\infty} (-1)^n = -\frac{1}{2} & \text{(D)} \\ \displaystyle\sum_{n=1}^{\infty} 1 = -\frac{1}{2} & \text{(D)} \end{array} \\ % \hline \end{array} \end{align*}

Considering the plethora of different definitions, you must be very careful about which one you use. And usually in mathematics, any infinite summation is considered to be an ordinary one unless stated otherwise. So, make sure to explicitly state the method used in case it is different from the ordinary one.

Now let us take closer look on OP's question. Given the context, I suspect that OP is working under the Dirichlet regularization or Ramanujan summation. They are simply some systematic ways of assigning values to the symbol $\sum_{n=1}^{\infty} a_n$, whose exact detail requires advanced level of math. So let me sweep this under the rug, although we should remark one of the consequence of the definition:

Some summability methods do not necessarily follow all the familiar rules that hold for ordinary summation.

To emphasize this distinction, let's estrange us from the confusing old notation $a_1 + a_2 + a_3 + \cdots$ and instead adopt the following idiosyncratic one

$$ \mathtt{Sum?}[ a_1, a_2, a_3, \cdots ] \quad \text{or} \quad \mathtt{Sum?}[(a_n)_{n=1}^{\infty}] $$

for the summability method involved in OP. This will make easier to track the manipulation involved in and spot the flow in OP's computation. Also, we will assume that OP's summability method $\mathtt{Sum?}$ satisfies the following two properties

  • $\mathtt{Sum?}$ is linear. In other words,

    $$\mathtt{Sum?}[\alpha a + \beta b] = \alpha \, \mathtt{Sum?}[a] + \beta \, \mathtt{Sum?}[b] $$

    holds for any constants $\alpha, \beta$ and sequences $a = (a_n)_{n=1}^{\infty}$, $b = (b_n)_{n=1}^{\infty}$ which are summable under $\mathtt{Sum?}$.

  • $\mathtt{Sum?}[1,2,3,\cdots] = -\frac{1}{12}$, such as in Dirichlet regularization or Ramanujan summation.

The first one is satisfied by essentially any interesting summability methods, so we include this to our one as well. The second one was OP's starting point.

  1. OP's first step follows from linearity:

    $$ \mathtt{Sum?}[2,4,6,\cdots] = 2 \, \mathtt{Sum?}[1,2,3,\cdots] = -\frac{1}{6}. $$

  2. The second step alwo follows from linearity:

    \begin{align*} \mathtt{Sum?}[1,3,5,\cdots] &= \mathtt{Sum?}[2,4,6,\cdots] - \mathtt{Sum?}[1,1,1,\cdots] \\ &= -\frac{1}{6} - \mathtt{Sum?}[1,1,1,\cdots]. \end{align*}

  3. The next step is the problematic. What is attempted in this step can be rephrased as

    \begin{align*} \mathtt{Sum?}[1,3,5,\cdots] &\stackrel{?}= \mathtt{Sum?}[1, 0, 3, 0, 5, 0, \cdots] \\ &= \mathtt{Sum?}[1, 2, 3, 4, 5, 6, \cdots] - \mathtt{Sum?}[0, 2, 0, 4, 0, 6, \cdots] \\ &\stackrel{?}= \mathtt{Sum?}[1, 2, 3, 4, 5, 6, \cdots] - \mathtt{Sum?}[2, 4, 6, \cdots] \end{align*}

The issue is, we do not know whether inserting zeros to the sequence preserves the value of $\mathtt{Sum?}$ or not. Indeed, under the Dirichlet regularization, we have

\begin{align*} &\left[ \text{Dirichlet reg. of $1+3+5+\cdots$} \right] \\ &= \lim_{s \to 0} \left[ \text{analytic continuation of } s \mapsto \sum_{n=1}^{\infty} \frac{2n-1}{n^s} \right] \\ &= \lim_{s \to 0} (2\zeta(s-1) - \zeta(s)) = \frac{1}{3}, \end{align*}

while we get

\begin{align*} &\left[ \text{Dirichlet reg. of $1+0+3+0+5+\cdots$} \right] \\ &= \lim_{s \to 0} \left[ \text{analytic continuation of } s \mapsto \sum_{n=1}^{\infty} \frac{2n-1}{(2n-1)^s} \right] \\ &= \lim_{s \to 0} (1 - 2^{1-s}) \zeta(s) = \frac{1}{12}. \end{align*}

So, we cannot expect that $\mathtt{Sum?}[1,3,5,\cdots]$ and $\mathtt{Sum?}[1, 0, 3, 0, 5, 0, \cdots]$ have the same value.

Sangchul Lee
  • 167,468
9

In mathematics, definitions are Most Important, and in the ordinary definition of $a_1+a_2+\dots=s$, every single sum you talk about diverges.

Rearrangement of terms is not allowed for the sense of summation that is needed to talk about your sums. Rearrangement is dangerous even when we are talking about the usual definition of convergence. For instance, consider

$$ 1-\frac12 + \frac13 - \frac14 +\dots = \log 2 $$ The value $\log 2$ is true under the ordinary definition of summation-

$a_1+a_2+\dots=s$ if for every real number $\epsilon>0$, there exists a natural number $N>0$ such that for all natural numbers $n>N$,$$ |a_1 + a_2 + \dots + a_n - s | < \epsilon $$

But you can infact rearrange this series to converge to any real number- this is the Riemann Rearrangement Theorem, or the Riemann Series Theorem.

The definition that makes $1+2+3+\dots = -1/12$ true is IMO too complicated to explain here (but others are trying, so give them a read), and comes from something from the field of Complex Analysis, called analytic continuation. Suffice to say, rearranging it by splitting it into even and odd parts, or combining $-(2+4+6+\dots)$ with every second term of a series...is probably wrong, and if correct, would require some serious justification.

In my opinion, you should "learn to walk before you run" by reading more about the normal definition of convergence of sequences and series, and then doing many exercises to check your understanding. Its been a while since I looked at a book for these things, but you could try Spivak's Calculus or these set of notes by Hunter. Other people who know of better resources should comment...

Calvin Khor
  • 34,903
  • 1
    +1 for taking into account OP's background. –  Oct 05 '19 at 14:35
  • 4
    I have voted to reopen the post because I do not consider it a duplicate of the lined one: I don't think OP even knows what an infinite series means, let alone "zeta regularization" that is mentioned in the linked post. –  Oct 05 '19 at 14:40
  • @Jack I don't see how that is relevant. If one doesn't even know what zeta regularization is, then an answer to a question about proving the result without zeta regularization would be appropriate. This answer could, with very little modification, be attached to this question. Indeed, that question specifically points out that commutativity and associativity "break down", which seems to be one of the core issues here. – Xander Henderson Oct 13 '19 at 17:16
  • 1
    @XanderHenderson I'm not Jack but 2¢ - the Zeta regularisation is the easiest meaningful answer to this question that I know of, so purposely avoiding it makes the question much more complicated. IMO any (meaningful, of which I'm not sure there is one now) answer to that question is as useful to this OP as if OP asked for the value of $1+\frac12+\frac14+\dots $ and I replied with all sorts of weird summations that are consistent with the standard summation, when really the OP should be introduced to the concept of a limit, etc. PS maybe its just me but I'd DV this answer on that question – Calvin Khor Oct 14 '19 at 01:19
  • @CalvinKhor I am not disagreeing with you at all. I am merely pointing out to Jack that this question already exists on MSE, and that it was appropriately closed as a duplicate. – Xander Henderson Oct 14 '19 at 02:26
  • 1
    @XanderHenderson I think you are disagreeing with me, I'm saying that (A) that question is a significantly harder question, and (B) doesn't have any indisputably good answers, therefore (C) should not be closed as a duplicate. In fact I would say that you have it in reverse; the answers there are so off the mark that they're the ones that should be modified to be here, and someone like reuns(?) who has written something about actually different summation methods (I have seen one about exponential regulators but cannot recall where) could write an actual answer to that question. – Calvin Khor Oct 14 '19 at 02:43
  • 1
    @XanderHenderson I say that the answers aren't good on the basis of knowing some of the theory, and with respect/decency/courtesy/hopefully no CoC violation/etc I think the people who wrote the answers there, and those who upvoted don't know it as well. If I should accept the number of votes as the more significant indication of a good answer, then I am more inclined to agree with closing as a duplicate – Calvin Khor Oct 14 '19 at 02:48
  • I you believe that the answers there are insufficient, then provide a new answer there. There is nothing preventing someone from posting a new answer to an old question. I agree that the answers there are less than ideal, and I think that a couple of the answers here are much better. However, this question is a muddled mess (with reason---it is a complicated topic), and there question there is much clearer. Would rather leave the better question open, and invite better answers. – Xander Henderson Oct 14 '19 at 02:52
  • 1
    @XanderHenderson If this question is closed as a dupe, OP gets the message "This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question." Doesn't this presuppose that the answers that are there, at the time of closing, are actually useful to OP? Why would I send the OP to look at those answers? Even if I agree that this question has been asked, shouldn't one first write a good answer to that question, and /then/ close? PS I know enough to dislike those answers but not enough to write one... – Calvin Khor Oct 14 '19 at 03:20
  • 1
    @XanderHenderson The fact that I feel comfortable writing this answer here, and do not want to contribute this answer with/out modifications to that question (and would DV it) indicates to me that these questions are distinct. The answers here IMO can only be appropriate answers (in the sense of deserving upvotes) to that question because the standard for an upvoted answer on that question is for some reason below par, which is also reflected in how a completely unrelated answer is the accepted one. – Calvin Khor Oct 14 '19 at 03:29
  • @CalvinKhor Part of asking a new question is referencing the older question and pointing out where the answers fail. Also, you are discouraged from asking the same question again. Instead, the culture is to comment asking for new answers, or to post a bounty (which the asker here could do---they have sufficient XP). – Xander Henderson Oct 16 '19 at 14:37
  • Finally, closing a question as a duplicate is not meant only to send a signal to the asker. It is also meant to link the two questions, which provides roadsigns on the site and increases the efficacy of search. Remember that the goal of SE was / is to create a database of questions and answers which can be easily searched. Closing duplicate questions is not a punitive action---rather, it is an action which is meant to improve the quality of the site by pointing out where relations exist. – Xander Henderson Oct 16 '19 at 14:39
6

Take two infinite sets: $A=\{1, 2, 3, \cdots\}$ and $B=\{4, 5, 6, \cdots\}.$ Then $A-B = \{1,2,3\}$ and so is of cardinality 3. So infinity minus infinity must be 3. Now by choosing a different $B$ you can make infinity minus infinity any number you like.

In fact, choose $B=\{1, 3, 5, \cdots\}$ and then $A-B =\{2, 4, 6, \cdots\},$ and so $A-B$ has cardinality equal to infinity.

The point here is that when you start juggling infinities, you can make just about anything equal to just about anything. Which means almost everything is not well-defined. Once you had a divergent series in your hand, everything else was nonsense.

  • 1
    Sorry for the inconvenience I was uninformed, i watch a Numberfile video that followed this line of reason. – Aops Vol. 2 Oct 05 '19 at 01:14
  • Why is it then that $1+2+3..=-1/12$ and not $\infty$ – Aops Vol. 2 Oct 05 '19 at 01:17
  • 3
    $1+2+3+..=\infty$; the other relation means that there is a function $f$ which is originally defined only for numbers bigger than $1$ and then there is a clever way to extend that function to the whole real line in a super nice way and it so happens that $f(-1)=-\frac{1}{12}$. But now if you would naively plug $-1$ in the original definition of $f$ (not allowed of course strictly speaking but as they do it in physics, this is called regularization), you would get $1+2+...$, so one can say that in a clear definite sense we can regularize the infinity given by $1+2+..$ to be $-\frac{1}{12}$ – Conrad Oct 05 '19 at 01:32
  • @AopsVol.2 Mentioning the Numberfile video in the question (and perhaps also including a link) could be a good way of including context of your question. – Martin Sleziak Oct 05 '19 at 16:17
  • 1
    Or better, subtraction of infinities becomes nebulous. Addition of infinities is not. – The_Sympathizer Oct 05 '19 at 22:57
  • 2
    -1. Divergent series can make perfect sense and be perfectly well-defined. Also, what in the world does this cardinality argument have to do with infinite series? – user76284 Oct 11 '19 at 17:12
  • 1
    @Conrad That’s not the only way to obtain $\sum_{n=1}^\infty n = -1/12$. – user76284 Oct 11 '19 at 17:15
  • @user76284 If you don't consider your audience with your answer, then you're missing 90% of the education. – B. Goddard Oct 13 '19 at 20:37
2

No, it isn't true, at least not with the standard definition of infinite summation.

The sum

$$\sum_{n=1}^{\infty} 1$$

is either undefined, or equals $\infty$. "$\infty$" is an element in the "extended real number system", not a real number, and has the property that

$$\infty - \infty$$

is undefined. Both your $S_\mathrm{odd}$ and $S_\mathrm{even}$ also sum to $\infty$, hence your subtraction of them invokes the above form and is undefined. Conversely, you can consider this as a proof that such a subtraction has to be undefined, else it will lead to inconsistencies in the number system - in particular, your last equality is

$$\infty = -\frac{3}{12}$$

which is nonsense of the same form as

$$2 = 1$$

and your "proof" is analogous to the the phenomenon which occurs in "fake proofs" of the above involving the similarly-undefined division by $0$.

  • sorry for wasting your time, im 15 so i was very ignorant watching the Numberphile video. – Aops Vol. 2 Oct 05 '19 at 22:58
  • 2
    @Aops Vol. 2 : no problem, I like answering questions on this site :) #mehhr. – The_Sympathizer Oct 05 '19 at 22:59
  • 2
    Also, Numberphile's video has been criticized for this reason. It can be made legitimate, but only under the caveat that you are in effect using a non-standard, generalized concept of summation of an infinite series that assigns finite "sums" to series where the standard one would not, and the problem with it is that it did not emphasize this point strongly enough. – The_Sympathizer Oct 05 '19 at 23:00
  • Ill have to be more careful :) thanks for explaining simply. Question: why is it that we can sum infinite geometric series? They both have infinite number of terms – Aops Vol. 2 Oct 05 '19 at 23:04
  • There's a proof in a math book that also follows the reasoning i did above. – Aops Vol. 2 Oct 05 '19 at 23:05
  • @Aops Vol. 2 : The "standard" definition of the sum of an infinite series is the limit of the sums formed by taking finite sequences of terms from the beginning. This corresponds directly to the intuitive idea of summing by adding one term at a time, and then imagining doing it "forever". Such an infinite sum only exists as a real number if the terms diminish in size fast enough to "eventually" stop growing (or oscillating, if you have negative terms), otherwise it is infinity or it is undefined. – The_Sympathizer Oct 06 '19 at 03:30
  • The geometric series has terms that shrink in size relatively fast - fast enough to leave a finite sum. The series $\sum_{n=1}^{\infty} 1$ has terms that don't shrink at all. Hence, the sum gets larger and larger as you add more an more terms: there is no limit (or if you add $\infty$ to the end of the real number line, as in the extended reals, the limit, hence the sum, is then $\infty$). – The_Sympathizer Oct 06 '19 at 03:31
  • Interesting, im guessing thats where the terms divergent and convergent come from. Thanks for the help :) – Aops Vol. 2 Oct 06 '19 at 03:43