This is a really basic question, but I'm unsure about the definition for convergence of $$\sum_{i=-\infty}^\infty a_i$$ The definition $$\sum_{i=-\infty}^\infty a_i=\lim_{n\to \infty} \sum_{i=-n}^n a_i$$ seems too loose to me, but the strongest definition I can think of: $$\sum_{i=-\infty}^\infty a_i=\lim_{\|A\|\to \infty}\sup_{A\subset\mathbb{Z}}\sum_{i\in A}a_i$$ seems too strong. There are also others like $$\sum_{i=-\infty}^\infty a_i=\lim_{n\to\infty}\sum_{i=-n}^{0}a_i+\lim_{n\to\infty}\sum_{i=1}^na_i$$ but this seems a bit arbitrary.
More specifically: if I'm asked to show that a certain series of functions $$\sum_{i=-\infty}^\infty f_i$$ converges, then which sequence of partial sums should I consider?
edit: yet another possibility is to consider these types of series only if they converge absolutely, in which case these considerations are irrelevant.
edit2: The problem with the splitting definition is that it does not seem to work when considering different modes of convergence. For example, if I want to show that $\sum_{i=-\infty}^\infty f_i$ converges uniformly, I would need for a given $\epsilon$ need to find a $\delta(\epsilon)$ s.t. for $N>n$ the $N$th partial sum close enough to the limit function for all $x$ in my domain. However, here we have no well defined $N$th partial sum, since we have split our sum in the definition of the limit. So how do we define uniform convergence in this case?
The usual definition of convergence for doubly infinite series or $\mathbb{Z}$-indexed series is that
$$\sum_{i = -\infty}^{\infty} a_i\tag{1}$$
is defined as convergent if the series
$$\sum_{i = 0}^{\infty} a_i\quad \text{and}\quad \sum_{k = 1}^{\infty} a_{-k}$$
both converge, and the value of the doubly infinite series is the sum of the values of these two series. For doubly infinite series of functions one then has uniform convergence if the series with nonnegative indices and the series with negative indices both converge uniformly.
We can also formulate the criterion without splitting the series, using the product partial order on $\mathbb{N}^2$ to make it a directed set, and say that $(1)$ converges if
$$\lim_{(m,n) \to (\infty,\infty)} \sum_{i = -m}^n a_i\tag{2}$$
exists. For a doubly infinite series of functions, uniform convergence again means uniform convergence of the net
$$S_{m,n} := \sum_{i = -m}^n a_i.$$
There is an exception, however. For Fourier series
$$\sum_{n = -\infty}^{\infty} c_n e^{inx},$$
when one is interested in pointwise (or uniform) convergence, one usually only considers the symmetric partial sums
$$\sum_{n = -N}^N c_n e^{inx}$$
and calls the Fourier series convergent (at $x$) if the limit of the symmetric partial sums at $x$ exists.
The convergence of a doubly infinite series as defined above evidently implies the convergence of the sequence of symmetric partial sums, but the symmetric partial sums can converge when the doubly infinite series doesn't converge, the limit of the symmetric partial sums is then (often) called the principal value of the divergent doubly infinite series. This is all analogous to the situation of improper Riemann integrals.