Question on connection between series and sequences

sequences-and-seriesterminology

I try to understand something I've read:

it is sometimes possible to assign a value to a series, called the sum of the series. This value is the limit as $n$ tends to infinity (if the limit exists) of the finite sums of the $n$ first terms of the series, which are called the $n$th partial sums of the series. That is,
$$\sum_{i=1}^\infty a_i = \lim_{n\to\infty} \sum_{i=1}^n a_i.$$
When this limit exists, one says that the series is convergent or summable, or that the sequence $(a_1,a_2,a_3,\ldots)$ is summable. In this case, the limit is called the sum of the series. Otherwise, the series is said to be divergent.

So my basic question is:

When a sequence is summable is that also convergent?

Does this mean that there is a connection between a series and a sequence, if you prove a series is convergent, the sequence is also?

For the sake of simplicity make $a\in\mathbb{Z^+}$ and $n,m\in\mathbb{N}$.

A term in this sequence is connected to the previous term:
$a_n,a_{n+1},..a_m$.
But it is unknown wether the last terms of the sequence converges.

If we show that $a_n+a_{n+1}+..a_m$ is convergent (has a limit) when $m\rightarrow\infty$, does it mean that the sequence converges?
What about if $m$ is set to a finite number?

Basically, can one prove something about the sequence by showing its series are convergent?

What are connections between series and sequences?

Does it have anything to say if the series are geometric and arithmetic, for the sequence to converge or diverge?

Best Answer

I don't think there's a very definite question up there, but I understand why it might have been hard for you to pinpoint exactly what was troubling you, or to even express it efficiently supposing you could pinpoint it.

So what I'll just do is answer the titular question (by explaining the link between sequences and series), and then I'll talk about summability.

First of all, a ramble about terminology. The word sequence in modern mathematics is often exclusively reserved for a succession of objects -- thus a sequence of steps, a sequence of notes, a sequence of operations, a sequence of numbers, a sequence of sequences, and so on. However, both in nonmathematical speech and in ancient mathematics, this word was used more or less synonymously with the word series, which in those contexts mean quite the same thing. So we have a series of tones, a series of blasts, etc. However, in contemporary mathematics the word series is often exclusively used to refer to a particular type of sequence that has become very ubiquitous in mathematics -- a sequence of additions. Thus by a series is meant a sequence of addition operations. For example, start with any real number you like, and transform it by adding to it any real number you like (positive or negative or zero), then another to the sum, then another to the new sum, and so on, and you have what is called a series. What I have actually done is explain in words what's meant by the (quite informal) symbol $$a_1+a_2+a_3+a_4+a_5+a_6+\cdots,$$ which is more formally written as $$\sum_{i\ge 1}{a_i}.$$ That is, a series is just a way of representing a sequence of cumulative sums, each sum in the $i$th position in the sequence consisting of $i$ summands. This sequence is what's called the sequence of partial sums of the series.

In this way you see the link between series and sequences; every series is actually a sequence of sums as described above; on the flip side every sequence can be thought of as some series, namely the series obtained by summing the differences between consecutive terms of the sequence to its first term.

Finally, we can talk about infinite series; that simply means that the addition does not end. This question arises because such series do not always give a number as a result even if the terms are all numbers. They exhibit different behaviours; some series simply accumulate to become larger than any number; some don't even have a predictable behavior, changing course every now and then. The definition given is to pin down those series of numbers that -- though infinite -- add up to a real number. These are the ones called convergent, or summable.

The definition simply asks you to consider the sequence of partial sums of a series, and to see if this sequence converges (becomes stable and settles to a real number); if so, it says that such series will also be called convergent, or summable.

In sum, it's all about sequences. A series is just a sequence of additions, or a sequence of partial sums; conversely, every sequence of addable objects (in particular, numbers), can be decomposed into a series.

Related Question