[Math] Sequence of partial sums converges to sum of series

limitssequences-and-series

Say we have a series $a_0+a_1+a_2+…+a_n+…$ that has the partial sums
$$S_0 = a_0$$
$$S_1 = a_0+a_1$$
$$…$$
$$S_n = a_0+a_1+…+a_n$$

The series converges if $\lim_{n\to\infty} S_n = S$, where S is the sum of the series, i.e. $S = \sum_{j=0}^\infty a_j$.

Why is the limit the sum of the series?

Best Answer

By definition, indeed.

There is no ground to speak of the "sum" of a series, say $1 - 1 + 1 - 1 + \cdots$, for one may argue that $(1-1) + (1-1) + \cdots = 0$ and another may argue that $1 - (1-1) - (1-1) - \cdots = 1$, a blatant contradiction.

To talk of the sum of an infinite series in a meaningful way, a covenant has been made, which is precisely the definition interesting you.

Related Question