The limit
Definition
A function f tends towards L as x tends towards a if f(x) can be made as close to L as one wishes, by taking x close enough to a.
The point a itself is excluded. That is the whole reach of the notion: a limit describes a neighbourhood, not a value.
What the definition must forbid
"As close as one wishes" is not a mathematical sentence until one says who chooses, and in what order. The so-called ε–δ formulation fixes both:
∀ε>0, ∃δ>0:0<∣x−a∣<δ⟹∣f(x)−L∣<ε
The adversary first imposes a margin ε on the arrival; one must then produce a margin δ on the departure that guarantees it. The order of the quantifiers is the statement: δ depends on ε, never the reverse.
The case that justifies it all
Consider f(x)=x−1x2−1.
At x=1 the expression is meaningless: the denominator vanishes. Yet for every x=1 it simplifies:
x−1x2−1=x−1(x−1)(x+1)=x+1
The function therefore equals x+1 everywhere except at 1, where it is undefined. Its limit at 1 is 2 — a value the function never attains.
Three behaviours
| At a point | Example | Behaviour |
|---|---|---|
| Converges | x−1x2−1 at 1 | Tends towards 2 |
| Diverges | x1 at 0 | Grows without bound |
| Oscillates | sin(x1) at 0 | Settles on no value |
The last two have no limit. Diverging and oscillating are two distinct ways of failing: the first has a direction, the second has none.
Continuity follows from it
A function is continuous at a when three conditions hold together: f(a) exists, the limit at a exists, and the two coincide.
x→alimf(x)=f(a)
The function of the previous section fails the first: its limit exists, its value does not. It can be made continuous by setting f(1)=2 — what is called a continuous extension.
Summary
A limit says what a function tends towards, independently of what it equals at the point.
