Limits and Continuity
1Introduction
This lecture explains that a limit describes the convergence of function values near a target point, whereas continuity requires that this limit agree with the function value at the target point.
An intuitive description of “approaching” is insufficient for rigorous analysis. The epsilon-delta formulation developed in the nineteenth century made it possible to analyze functions whose behavior contradicts geometric intuition, including continuous functions that are nowhere differentiable.
2Terms and Definitions
2.1Limit
Let , where , and let be an accumulation point of . The statement
means that, for every , there is some such that
Here is the permitted output error and controls the input neighborhood. No matter how small an output tolerance is prescribed, a sufficiently small punctured neighborhood of forces the output error below that tolerance.
2.2Continuity
The function is continuous at precisely when the following three conditions hold.
- is defined.
- exists.
- .
Keeping these conditions separate identifies the type of discontinuity when continuity fails.
2.3One-Sided Limits
The notation describes convergence as approaches through values smaller than . Similarly, describes approach through values larger than .
If is an accumulation point of from both the left and the right, a two-sided limit exists exactly when both one-sided limits exist and are equal. If the domain is an interval and is an endpoint, the relative limit on is the corresponding one-sided limit through points of the domain.
3Strategy
For elementary limit calculations, attempt direct substitution first, then algebraic cancellation after factorization, and finally the squeeze theorem when appropriate. To test continuity, verify the three defining conditions separately.
4Rigorous Explanation
4.11. A Minimal Epsilon-Delta Proof
To prove , fix an arbitrary and construct so that . Since , it is sufficient to require . Set . Then
The essential step is to derive a sufficient condition backward from the target inequality rather than guess .
4.22. Limit Calculation Techniques
Direct substitution: If is continuous at , then . This applies to polynomials and to rational functions whose denominators are nonzero at .
Factorization: For , factor and cancel for to obtain ; the limit is therefore .
Squeeze theorem: If near and both outer functions tend to , then also tends to . For example, implies .
With angles measured in radians, the following basic limit holds:
4.33. Discontinuities Covered in This Lecture
The following classification concerns discontinuities at finite points, excluding those involving infinite limits.
| Type | Characteristic | Example | Removable? |
|---|---|---|---|
| Removable | A finite limit exists, but is undefined or differs from the limit | at | Yes, by defining or redefining to equal the limit |
| Jump | The left and right limits exist but differ | at | No |
| Oscillatory | A finite one-sided limit fails to exist because of oscillation | at | No |
4.44. Important Properties of Continuous Functions
Intermediate value theorem: If is continuous on , then for every between and there is some with . If lies strictly between the endpoint values, then .
Thus, a continuous function on an interval cannot omit an intermediate value. In particular, if , a zero exists in ; this result supports the bisection method.
Extreme value theorem: A continuous function on a closed bounded interval attains both its maximum and minimum, as a consequence of compactness.
4.55. Why Epsilon-Delta Is Necessary
Defining “approaches” only by saying that is close to whenever is close to is circular because “close” remains undefined. Epsilon-delta inequalities quantify both tolerances and reduce the assertion to inequalities that can be manipulated mathematically.
5Decision Criteria
- If direct substitution gives a zero denominator, test whether factorization permits cancellation.
- For a product of a quantity tending to zero and a bounded quantity, consider the squeeze theorem.
- If is undefined, distinguish existence of the limit from continuity.
- To establish the existence of a zero, consider the intermediate value theorem.
6Scope of the Results
The epsilon-delta definition of a limit does not itself require completeness of the real numbers. Existence theorems such as the intermediate value theorem do use completeness in their proofs, and analogous statements can fail over the rational numbers. Multivariable limits require control over all approaches to the target point, not merely agreement along a selected collection of directions.
7Final Form
8Summary
A limit formalizes convergence near a target point through inequalities, while continuity requires agreement between that limit and the function value. The intermediate value theorem guarantees that a continuous function on an interval omits no intermediate value.