No history yet

Formal Limit Definition

From Intuition to Precision

We've talked about limits as a value a sequence 'approaches' or 'gets closer to'. This is a great starting point, but in mathematics, we need to be more precise. What does 'getting closer' actually mean? How close is close enough?

To make this idea rigorous, mathematicians developed a formal definition. Think of it as a game of challenge and response. Someone challenges you with a tiny margin of error, and you have to prove that your sequence eventually stays within that margin forever.

The Epsilon-N Definition

The formal definition of a convergent sequence uses two key variables: epsilon (εε) and N. Epsilon represents the 'challenge'—an arbitrarily small positive number that defines an error tolerance around the limit. N is our 'response'—a point in the sequence after which every single term is guaranteed to be within that epsilon tolerance of the limit.

This turns our intuitive notion into a concrete, testable statement. A sequence ana_n converges to a limit LL if, for any positive epsilon you can imagine, you can find a corresponding N that satisfies the condition.

The formal definition of a limit is often considered one of the hardest concepts in Calculus 1. But it's actually just a way of describing a guarantee of precision.

Here is the formal statement in the language of mathematics:

ε>0,NN such that n>N,anL<ε\forall \varepsilon > 0, \exists N \in \mathbb{N} \text{ such that } \forall n > N, |a_n - L| < \varepsilon

The expression anL<ε|a_n - L| < \varepsilon is just a formal way of saying the distance between the sequence term and the limit is smaller than our tolerance. It can be rewritten as Lε<an<L+εL - \varepsilon < a_n < L + \varepsilon. This creates a small horizontal band, or 'strip', around the limit LL. The definition says that for any strip you draw, no matter how narrow, the sequence must eventually enter it and never leave.

Seeing it in Action

Let's prove that the sequence an=1na_n = \frac{1}{n} converges to L=0L = 0. We need to show that for any given ε>0\varepsilon > 0, we can find an NN that works.

Our condition is anL<ε|a_n - L| < \varepsilon, which becomes | rac{1}{n} - 0| < \varepsilon. Since nn is a positive integer, this simplifies to rac{1}{n} < \varepsilon.

Now, we solve for nn. Rearranging the inequality gives us n > rac{1}{\varepsilon}.

This is our rule for finding NN. If someone challenges us with an ε\varepsilon, we can respond by choosing any integer NN that is greater than rac{1}{\varepsilon}. For any term nn after that NN, the condition will hold. For example, if the challenge is ε=0.01\varepsilon = 0.01, then we need n>10.01n > \frac{1}{0.01}, or n>100n > 100. So we can choose N=100N=100. Every term from a101a_{101} onward will be less than 0.01 away from zero. This work was pioneered by mathematicians like .

Since we can find a valid NN for any positive ε\varepsilon, we have formally proven that the limit of 1n\frac{1}{n} as nn approaches infinity is 0.

When Limits Don't Exist

The definition is also powerful because it gives us a way to prove a sequence diverges. A sequence diverges if it does not converge. To show this, we negate the definition of convergence.

Negating the statement 'For all ε\varepsilon, there exists an NN...' becomes 'There exists an ε\varepsilon such that for all NN...'.

ε>0 such that NN,n>N with anLε\exists \varepsilon > 0 \text{ such that } \forall N \in \mathbb{N}, \exists n > N \text{ with } |a_n - L| \geq \varepsilon

Consider the sequence an=(1)na_n = (-1)^n, which alternates between -1 and 1. Let's propose it converges to L=1L=1. Can we find a 'bad' epsilon? Let's pick ε=0.5\varepsilon = 0.5. The epsilon-strip is (0.5,1.5)(0.5, 1.5). No matter how large an NN you choose, you can always find an odd n>Nn > N where an=1a_n = -1, which is outside the strip. Therefore, the sequence does not converge to 1. A similar argument shows it doesn't converge to -1 or any other value.

An important consequence of this rigorous definition is that a limit, if it exists, must be unique. A sequence cannot 'get close' to two different numbers at the same time. If it did, you could just choose an epsilon small enough to draw two separate, non-overlapping strips around the two proposed limits, and the sequence can't eventually be in both.

Quiz Questions 1/5

In the formal (epsilon-N) definition of a convergent sequence, what roles do epsilon (ε\varepsilon) and N play?

Quiz Questions 2/5

A key consequence of the formal definition of a limit is that a convergent sequence can have only one unique limit.