If $a_k\in\mathbb{C}$ ($k\in\mathbb{Z}$), here are two equivalent definitions for $$ \sum_{k=-\infty}^{\infty}a_k $$ For reference, the two definitions are:
- $$\sum_{k=-\infty}^{\infty}a_k=L\\ \Updownarrow\\\forall\epsilon>0,\exists N,m,n> N\implies\left|\sum_{k=-m}^na_k-L\right|<\epsilon$$
- $$ \sum_{k=-\infty}^{\infty}a_k=L\\ \Updownarrow\\ \sum_{k=0}^{\infty}a_k\text{ and }\sum_{k=1}^{\infty}a_{-k}\text{ both exist and }\sum_{k=0}^{\infty}a_k+\sum_{k=1}^{\infty}a_{-k}=L $$
Questions:
Is the notation $\displaystyle\sum_{k\in\mathbb{Z}}a_k$ usually defined to mean $\displaystyle\sum_{k=-\infty}^{\infty}a_k$ (according to one of the two equivalent definitions given)?
Is the notation $\displaystyle\sum_{k\in\mathbb{Z}}a_k$ a particular case of a definition of a summation of complex numbers over arbitrary index sets (see here)?
If the answer to question 2. is yes, then are the definitions I just gave consistent with the general definition?
I am not sure if there is a unanimous consensus on the meaning of the notation $\sum_{k\in\Bbb{Z}} a_k$, but it is often defines as one of the following equivalent notion:
$\sum_{k\in\Bbb{Z}} a_k$ is the limit of the net $ \{ \sum_{k \in F} a_k : F \subset \Bbb{Z} \text{ and $F$ is finite} \}$.
$\sum_{k\in\Bbb{Z}} a_k = \sum_{k=-\infty}^{\infty} a_k$ when the series is absolutely convergent, i.e., $\sum_{k=-\infty}^{\infty} |a_k| < \infty$.
As you can see from the second definition, the sum $\sum_{k\in\Bbb{Z}} a_k$ is a strictly stronger notion than the doubly infinite sum $\sum_{k=-\infty}^{\infty} a_k$.
Example. Let us consider $a_k = (-1)^k /k$ for $k \neq 0$ and $a_0 = 0$, then $\sum_{k=-\infty}^{\infty} a_k = 0$ is easy to check. On the other hand, $\sum_{k\in\Bbb{Z}} a_k$ is simply undefined.
And the first definition is exactly a special case of the definition introduced in your link.