$\sum\limits_{k\in\mathbb{Z}}$ versus $\sum\limits_{k=-\infty}^{\infty}$

311 Views Asked by At

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:

  1. 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)?

  2. 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)?

  3. If the answer to question 2. is yes, then are the definitions I just gave consistent with the general definition?

2

There are 2 best solutions below

3
On BEST ANSWER

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:

  1. $\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} \}$.

  2. $\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.

0
On

Its the integral w.r.t. counting measure when $\sum_{k \in \mathbb Z} \left| a_k \right| < \infty$, in which case equivalence is given by the Dominated Convergence Theorem.

If $(a_k)$ is not absolutely summable, the definitions might not agree. For example, if $a_k = k$, the first definition gives a sum of $0$ while the second one is undefined. (If the definition is taken to be the limit of symmetric sums)

(2) is true but does not necessarily holds for non-absolutely summable series. In which case the order of summation does matter and the sum can converge to any value in $\mathbb R$ if all $a_k$ are real.