How come that $sum$ of $all$ positive integers equal a negative rational number.
$$\sum_{n=1}^\infty n = \frac{-1}{12}$$
How come that $sum$ of $all$ positive integers equal a negative rational number.
$$\sum_{n=1}^\infty n = \frac{-1}{12}$$
This has been explained on Wikipedia and probably elsewhere on Stackexchange. There are a few ways to understand it, depending on how you understand the series:
What is true is that $$ \lim_{r\to-1^+}\sum_{n=1}^\infty nr^{n-1}=\frac14 $$ This limit could be considered a justification for $$ \sum_{n=1}^\infty(-1)^{n-1}n=\frac14 $$ But the erroneous step is to claim that $$ \begin{align} \sum_{n=1}^\infty(-1)^{n-1}n &=\color{#00A000}{\sum_{n=1}^\infty n}-2\color{#C00000}{\sum_{n=1}^\infty 2n}\\ &=-3\sum_{n=1}^\infty n \end{align} $$ because the red sum represents the even terms of the green sum. This manipulation is only valid if the green sum is convergent.