Continuous Functions
Continuity is the central concept of analysis. A function is continuous if small changes in input produce small changes in output β equivalently, if the limit of the function at a point equals the function's value. Continuous functions preserve convergence, map compact sets to compact sets, and satisfy the Intermediate and Extreme Value Theorems.
Epsilon-delta definition
Let where , and let . Then is continuous at if for every , there exists such that
Continuity at means: given any tolerance for the output, we can find a tolerance for the input such that inputs within of produce outputs within of .
is continuous on if is continuous at every point .
Every polynomial is continuous on . For , given and , let . Then for ,
The function
is not continuous at . For any , taking gives but , so no works for .
Sequential characterization
is continuous at if and only if for every sequence in with , we have .
() If is continuous at and , then for any , there exists such that . Since , eventually , so eventually . Thus .
() Suppose is not continuous at . Then there exists such that for every , there exists with and . Taking , we get a sequence with (so ) but for all . Thus , contradiction.
To show is continuous on , let with . Then
(since , so is bounded away from zero eventually). Thus .
Algebra of continuous functions
If are continuous at , then:
- is continuous at .
- is continuous at .
- If , then is continuous at (on the domain where ).
- If is continuous at , then is continuous at .
Every rational function (where are polynomials) is continuous on its domain .
Since and are continuous, is continuous. Similarly, , , etc., are continuous wherever defined.
Topological characterization
is continuous if and only if for every open set , the preimage is open in (with the subspace topology).
This characterization generalizes to arbitrary topological spaces and is the definition of continuity in topology. It says continuous functions are precisely those that preserve openness "backwards."
Let . Then , which is open. Indeed, preimages of open intervals under are unions of open intervals.
Summary
Continuity is the fundamental property for functions in analysis:
- Epsilon-delta definition: small changes in input produce small changes in output.
- Sequential definition: preserves limits of sequences.
- Algebraic operations and composition preserve continuity.
- Topological definition: preimages of open sets are open.
See Intermediate Value Theorem and Extreme Value Theorem for major applications.