Analytic Primer

I want to prime your intuition before presenting the formal definitions of limit, convergence, sequence, etc., which usually glazes the eyes of the more ardent student. I find this topic very interesting, in fact, I feel the Weierstrass-Bolzano Theorem to be the most interesting idea in mathematics and the primary motivation for my studies.

I hope sincerely that this essay primes both your understanding and your interest in analysis and calculus.

Sequence

We create a sequence by collecting terms, and we typically refer to the terms by an index set nJn \in J. We can assume that JJ consists of all integers greater than one.

Sequence of Natural Numbers
The sequence (xn)=(1,2,3,4,...)(x_n) = (1, 2, 3, 4, ...) lists all the natural numbers. Using the index notation, we see x1=1x_1 = 1, and x2=2x_2 = 2, and so on.
Sequence of Rational Numbers
The sequence (rn)=(12,13,14,...)(r_n) = (\frac{1}{2}, \frac{1}{3}, \frac{1}{4}, ... ) lists all rational numbers less than one with numerator one. Using the index notation, we see r1=12r_1 = \frac{1}{2}, r2=13r_2 = \frac{1}{3}, and so on. Note that this does not generate all rational numbers; only a particular subset has been specified.

We're mostly interested in infinite sequences, i.e., sequences that do not terminate with a last or ultimate term. This occurs with our assumption that the index set JJ consists of all integers greater than one. But we have the option of working with finite sequences; simply let IJI \subset J consist of a finite number of elements. We can then only index a finitely long sequence.

Sequence of Natural Numbers Less than Eleven
The sequence (an)=(1,2,3,4,5,6,7,8,9,10)(a_n) = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10) list every natural number with the index n10n \le 10. Using the index notation, we see a1=1a_1 = 1, a2=2a_2 = 2, and so on. But we also see that a11a_11 does not make sense; that index isn't provided.

Think for a few minutes why the rule I specify uses the index and not the set of natural numbers to bound the sequence.

A good question to ask is whether the terms in the sequence terminates at some value. Given a finite sequence, we can easily see that the sequence terminates at the final index. We might presume that an infinite sequence does not terminate. After all, the index set for an infinite sequence does not terminate, so we'd expect the sequence terms to continue forever.

We could, and ought to, make an important distinction between the infinitude of the sequence term indices and the limitations to the sequence term values. A sequence may have its terms' values slowly approach a specific, unique value without ever going beyond that term.

A Constant Sequence
The sequence (cn)=(1,1,1,1,...)(c_n) = (1, 1, 1, 1, ...) consists of the number one repeated nJn \subset J times, where JJ may be an infinite index set. The limit of (cn)(c_n) is one, since there's no index nn for which a term cnc_n is greater than one. In general, we can show that, given the sequence (cn)=(c,c,c,c,...)(c_n) = (c, c, c, c, ...) where cc is any number whatsoever, (cn)(c_n) must have its limit as cc. Think about why this might be true, as the concept will elucidate the theorem we'll be proving.

Convergence

In our first example above with (xn)(x_n) we see that no matter what limit we pick, the values of xnx_n always seem to "escape" the boundaries we set. By contrast, with the examples given in (rn)(r_n), (an)(a_n), (cn)(c_n), it seems we're able to contain the term values, never escaping beyond a certain value.

This observation allows us to propose the following informal definition.

Convergence
If the terms of a sequence become arbitrarily closer in value, then we way the sequence converges. Otherwise, we say the sequence diverges.
Sequence of Natural Numbers Diverges
The sequence (xn)=(1,2,3,4,...)(x_n) = (1, 2, 3, 4, ...) diverges. To see this, let's set a parameter ϵ=2\epsilon = 2. If we look at x1x_1 and x2x_2, we see that the "space" between their values is one, i.e. less than two. Write this fact as
x1x2<ϵ=2 \vert x_1 - x_2 \vert < \epsilon = 2

However, we'd like to make the "space" between any terms arbitrarily small. In other words, it'd be great if epsilon were very close to zero, rather than a very conspicuously large two. Unfortunately, not only can we not make epsilon smaller, we need to make it arbitrarily large as the "space" between any terms can grow well beyond ϵ\epsilon.

The formal language involved in these demonstrations is called an "epsilon-delta" style proof; it's a cumbersome and confusing notation. I hope my prose explanations here make the key ideas clearer. Let me know!

A Sequence of Rational Numbers Converges
The sequence (rn)=(12,13,14,...)(r_n) = (\frac{1}{2}, \frac{1}{3}, \frac{1}{4}, ... ) converges. To see this, set a parameter ϵ=1\epsilon = 1. If we look at r1r_1 and r2r_2, we see that the "space" between their values is less than one. Write this fact as
r1r2<ϵ=1 \vert r_1 - r_2 \vert < \epsilon = 1
In fact, the absolute value of the difference is 16\frac{1}{6}. We want epsilon to be arbitrarily small, so let's update the parameter to ϵ=16\epsilon = \frac{1}{6} and look at the next pair of terms
r3r4<ϵ=16 \vert r_3 - r_4 \vert < \epsilon = \frac{1}{6}
In fact, the absolute value of the difference is now 120\frac{1}{20}. We can push ϵ\epsilon ever smaller and the indices ever larger; we'll discover that the "space" never exceeds ϵ\epsilon, no matter how small we specify.

Limit

Now, I've written the definition in such a way as to omit any direct reference to a limit point. I did, however, use the concept of the limit to motivate the definition. That's because the ideas are intimately tied together.

Informally, we can say

Sequence Limit
If a sequence converges, then it has a limit.

By formalizing this theorem, we'll establish the analytic foundation for calculus.