Summary: given an order and grouping of the summands, the sum of the set of integers, if convergent, converges to $0$.
Let...$$N=\sum_{n\in\Bbb{Z}}n=\sum_{n=-\infty}^\infty n$$ Rather than dismiss this as undefined, I would like to ask a simple question: what could the value of $N$ be?
Addition (of integers) is only commutative and associative for finitely many summands and this allows infinite summations to be reordered to obtain different values. It is a simple process to show this using the above summation...
$$N=0+(1-1)+(2-2)+(3-3)+(4-4)+\cdots=0+0+0+0+0+\cdots=0$$
$$N=(0+1)+(-1+2)+(-2+3)+(-3+4)+\cdots=1+1+1+1+\cdots=\text{n/a or }\infty$$
$$N=(0-1)+(1-2)+(2-3)+(3-4)+\cdots=-1-1-1-1-\cdots=\text{n/a or }-\infty$$
At first, I thought that it would be possible to rearrange the summands such that $N=k$ for any integer $k$, but then I noticed something. The sum only converges if, following simplification, it is the sum of finitely many nonzero terms; whenever this is the case, it seems that the sum must converge to zero. For instance...
$$N=0+(1-1)+2+3+(7-2)+(8-3)+(4-4)+\cdots-7-8+(9-9)+\cdots\\=0+0+2+3+5+5+0+0+0-7-8+0+\cdots=15-15=0$$
Furthermore, this seems to be the case even if the sequence of summands is not order-isomorphic to the natural numbers...
$$N=0+1+(3-1)+(4-2)+(5-5)+(6-6)+\cdots+2-3-4\\=0+1+2+2+0+0+\cdots+2-3-4=5+\cdots+2-7=0$$
(the order is as written, order type here is $\omega+3$)
What this suggests to me is that the only possible value (not counting $\pm\infty$) is $0$, and that this fact is intrinsic to the set of integers (with addition). If this is the case then my next question would be whether or not every countable summation has a countable (possibly empty) set of potential values, and how I would go about determining these values.
Edit:
I had excluded this from the original question, because 1) I am still working on it and 2) I thought it would be more confusing than helpful. Since some clarification seems in order I am adding it anyway.
A couple of days ago, I asked myself a simple question: "what if, instead of thinking about infinite sums as limits, you think about them literally, as infinite successions of additions? How would you define such a thing?" After working on it for a bit I devised a precise (but complicated) way to define such infinite sums.
Let $<$ be a well ordering relation on a set $M$ and $f:M\to X$ for some set $X$ (with addition defined on $X$). The value of the infinite sum...
$$K=\sum_{m\in M} f(m)$$
...is defined precisely as follows:
- $\Sigma_<(E,f)=f({\min}_<E)+\Sigma_<(E\setminus\{{\min}_<E\},f)$ for any $E\subseteq M$.
(note, the existence of a minimum is guaranteed by $<$ being a well-order)
- $x+\Sigma_<(\emptyset,f)=x$ for any $x\in X$
In the case of the original question, $M=\Bbb{Z}$, $X=\Bbb{Z}$ and $f=\text{id}_\Bbb{Z}$. Thus...
$$\sum_{n\in\Bbb{Z}}n=\Sigma_<(\Bbb{Z},\text{id}_\Bbb{Z})$$
...for some well-order $<$ on $\Bbb{Z}$.
Different groupings of summands can be defined accordingly:
For any set $X$, let $Pt(X)$ be the set of partitionings (or equivalence relations) on $X$
For any set $Y$, let $WO(Y)$ be the set of well-orders on $Y$.
For any set $Z$, let $<_Z$ be a well-order on $Z$.
For $P\in Pt(X)$, the grouping of summands can be expressed as $\Sigma_{<_P}(P,\Sigma_{C(A)}(A,f))$, where $C$ is a function assigning a well-ordering relation to each element of $P$.
So, for instance, if...
$$P=\{\{0\}\}\cup\{\{n,-n\}:n\in\Bbb{N}\}$$
...and...
$$\{0\}<_P\{1,-1\}<_P\{2,-2\}<_P\{3,-3\}<_P\cdots$$
...then...
$$\Sigma_{<_P}(P,\Sigma_{C(A)}(A,\text{id}_\Bbb{Z}))=0+(1-1)+(2-2)+(3-3)+\cdots=0$$
(Note that the choice of $C$ is irrelevant since each partition is finite)
Taking all this into consideration, my original question is whether or not the set of all summations of all partitions over the set of well orders on $Pt(\Bbb{Z})$ is $\{0\}$, or prove that...
$$\{\Sigma_{<_P}(P,\Sigma_{C(A)}(A,\text{id}_\Bbb{Z})):P\in Pt(\Bbb{Z})\land <_P\in WO(P)\land C:P\to\bigcup_{A\in P}WO(A)\}=\{0\}$$
I hope that this provides some clarification. Please keep in mind that I am still actively working on this and that the "theory" of well ordered sums, as it were, is less than a week old. While I have tried my best to make the notion I am describing precise, there are a lot of details that need to be covered. While I could probably be even more explicit, it could easily take a paper's worth of explanation (and I haven't even finished writing the paper yet).
Note: Technically, $\Sigma$ must be considered as a partial function whose domain includes only those well-ordering relations such that the sum converges. However, defining $\Sigma$ this way requires more work. Please keep in mind that I started this problem two days ago.
Note: There is a surjection from the set of well-orders on $\Bbb{Z}$ to the set of countable ordinals $\omega_1$. The summation can also be defined in terms of order-types and functions from a countable ordinal to $\Bbb{Z}$.