I'm not a mathematician but I'm studying Nothing, so 0 is relevant, and I'm wondering about the fact that numbers seem to be mutually canceling polarities extending from 0, that is 0 = n - n or 0 = (+n) + (-n) and:
...-2, -1, 0, 1, 2...
...-2, -1.5, -1, -0.5, 0, 0.5, 1, 1.5, 2...
So at the very least if you equally extend two collection of numbers from 0 in both directions and sum them it will always equal 0, but I'm not sure what would happen if you have two sets with all the numbers in both directions, as well as an infinite fractional resolution between whole numbers, because then both the sets would be infinite, or negative and positive infinities 0 = (+Infinite) + (-Infinite), that is if that makes sense (not sure how you would define e.x. infinite positive whole numbers).
Also I seem to remember that there is something called "complex numbers" which aren't present on the number line.
So:
- Summing a finite set of polarizing whole numbers extending from 0 with a finite resolution between whole numbers will always equal 0.
- Is this also true if we include more numbers then the ones on the number line (complex numbers, etc)?
- Is this also true for an infinite number of whole numbers with an infinite fractional resolution?
- Is
"The sum of all numbers equals 0"True? - Is there any formal way to define
#1and#4?
Clarification
The calculation I'm interested in also has these arbitrary restrictions:
- "all numbers" means all numbers with only one instance of each number within the formula
- the order of the numbers in the calculation is 0+(+1)+(-1)+(+2)+(-2)... etc.
1-2. Yes, as long as if some number $a$ is summed $-a$ is also summed the same number of times, the finite sum will always be $0$. This is true for complex numbers as well. Since the sum is finite, this is already defined formally.
3-5. The sum of an infinite set of numbers is only well defined when the sum eventually approaches a finite number. For example, $1 + \frac{1}2 + \frac{1}4 + \frac{1}8 + ...$ gets arbitrarily close to 2, so the sum may be defined rigorously to be exactly 2. Such a series is called "convergent." The sum you want to evaluate, $$1 -1 + 2 - 2 + 3 - 3 + ...$$ does not approach a value, so it is not a well-defined sum in the usual sense (this type of series is called "divergent"). However, there are ways to define such a sum. For example, if $s_n$ is the sum of the first $n$ terms of the series, the limit
$$\lim_{n\rightarrow\infty} \frac{s_0 + s_1 + s_2 + ... + s_n}{n + 1}$$ is known as the Cesáro sum of the series when the limit exists. For your series, this limit still does not exist, so in the Cesáro sense your sum is also divergent. Another method of calculating a divergent sum is to define a function $$ f(s) = \frac{1}{{a_0}^s} + \frac{1}{{a_1}^s} + \frac{1}{{a_2}^s} + ... $$
where the $a_i$ are the $i$th terms of the series one wishes to sum. Complex valued functions such as $f(s)$ may be unambiguously continued to numbers even where a defining sum such as the one for $f(s)$ above does not converge (this is known as the "analytic continuation" of a function). The zeta regularization of a sum is the value of the analytic continuation at $-1$. For your series, the sum $$ 1 - 1 + \frac{1}{2^s} - \frac{1}{2^s} + ... $$ is $0$ whenever it converges and thus the analytic continuation evaluated at $-1$ is $0$, so in the sense of zeta regularization your sum is indeed zero. While for this series, the sum is what is "should" be intuitively, this is not always the case. For example, $1 - 1 + 1 - 1 + ...$ is $\frac{1}2$ in Césaro summation and does not exist in zeta regularization. If you are interested in reading more about summing divergent series, this is a good book.