Lecture from: 20.03.2024 | Video: Video ETHZ
Real-Valued Functions
Clicker Question: Exploring Function Behavior Near Zero
Let’s begin our exploration of continuous functions with a clicker question to illustrate some key ideas. Consider two functions:
And a sequence .
Let’s analyze their behavior:
-
Function :
- Value at : .
- Limit as : .
-
Function :
- Value at : .
- Limit as : Since for all , for all . Therefore, .
Graphical Interpretation:
-
Function : The graph of is a smooth curve. As approaches 0, approaches . We can draw the graph “without lifting the pen” near .
-
Function : The graph of has a “jump” or “step” discontinuity at . Even though the limit of as (from the negative side) equals in this specific case, if we approach 0 from the positive side, the limit would be 1, not equal to . This function “jumps” at .
These examples intuitively illustrate the concept of continuity: a function is continuous at a point if its values approach the function value at that point as the input approaches that point, regardless of the direction of approach.
Continuity (Stetigkeit)
Formal Definition of Continuity
To make the intuitive idea of “no jumps” mathematically rigorous, we use the definition of continuity.
Definition: Continuity at a Point
Let , . A function is continuous at if for every , there exists a such that for all , if , then .
Explanation of the Definition:
- (Tolerance): The value represents an arbitrarily small tolerance or allowed error in the function value around . We want to be within of .
- (Neighborhood): The value represents a neighborhood around . We need to find a -neighborhood around such that for any within this neighborhood (and in the domain ), the function value is within the desired -tolerance of .
- For Every : The condition must hold for every possible tolerance , no matter how small. This ensures that we can make arbitrarily close to by choosing sufficiently close to .
- Existence of : For each , we must be able to find a corresponding . The value of typically depends on and the function , and the point .
Geometric Interpretation:
Imagine a “target band” of width around (i.e., the interval ). Continuity at means that we can find a “source interval” of width around (i.e., ) such that if we take any from the intersection of this source interval with the domain , then the function value will fall within the target band.
Definition: Continuity on a Set
A function is continuous on (or simply continuous) if it is continuous at every point .
Examples: Proving Continuity Using Definition
Example (1): Continuity of and
Let . We want to show that is continuous at any .
Given . We need to find such that if , then .
Consider . We want . So, we can choose .
Proof: Let be given. Choose . Then for any , if , then . Thus, is continuous at . Since was arbitrary, is continuous on .
Example (2): Continuity of
Let . We want to show that is continuous at any .
Given . We need to find such that if , then .
Consider . By the reverse triangle inequality, . We want . Since , if we choose , then whenever , we will have .
Proof: Let be given. Choose . Then for any , if , then . Thus, is continuous at . Since was arbitrary, is continuous on .
Example (3): Discontinuity of the Rounding Function (Abrundungsfunktion)
Let . We want to show that is discontinuous at .
Consider . Let . We want to show that there is no such that for all , if , then .
Suppose such a exists. Choose . Then . However, (since and close to 0). And . Thus, .
But we require . We have . This is a contradiction. Therefore, is not continuous at . Similarly, it is discontinuous at any integer .
However, is continuous on .
Example (4): Dirichlet-like Function
Consider defined by:
This function is continuous only at . For any other point, it is discontinuous. (Proof omitted here, but can be shown using the density of rationals and irrationals).
Sequential Criterion for Continuity (Folgenstetigkeit)
An alternative and often more convenient way to characterize continuity is using sequences.
Theorem: Sequential Criterion for Continuity
Let , , and . The function is continuous at if and only if for every sequence in such that , we have .
This theorem states that continuity at is equivalent to preserving limits of sequences converging to .
Proof
-
() Assume is continuous at . Let be a sequence in with . We want to show .
Given . By continuity of at , there exists such that for all , if , then .
Since , there exists such that for all , .
Combining these, for all , since , we have . This shows that .
-
() Assume sequential continuity holds. Suppose is not continuous at . Then the definition fails. This means there exists some such that for every , there exists some with but .
For each , let . Then there exists such that but .
The sequence satisfies as , so . However, for all , so does not converge to . This contradicts the assumption of sequential continuity. Therefore, must be continuous at .
Corollary: Algebraic Operations and Continuity
Continuity is preserved under algebraic operations.
Corollary: Algebraic Properties of Continuous Functions
Let , , , and let be functions continuous at . Then the following functions are also continuous at :
-
Sum:
-
Scalar Product:
-
Product:
-
Quotient: If , then the quotient function , defined by , is continuous at .
Proof (using Sequential Criterion):
We use the Sequential Criterion for continuity. Let be a sequence in with .
-
Sum: . Thus, is continuous at .
-
Scalar Product: . Thus, is continuous at .
-
Product: . Thus, is continuous at .
-
Quotient: If , then since is continuous at , . For large enough, . Then . Thus, is continuous at .
Definition: Polynomial Functions
A polynomial function is a function of the form:
where are coefficients, and is the degree (if ).
Corollary: Continuity of Polynomial Functions
Polynomial functions are continuous on .
Proof: The constant function and the identity function are continuous on . Using Corollary (Algebraic Properties of Continuous Functions) repeatedly for sums and products, we can show that any polynomial function, built from constants and using addition and multiplication, is continuous on .
Corollary: Continuity of Rational Functions
Let be polynomial functions on , and assume is not the zero polynomial. Let be the zeros (roots) of . Then the rational function , defined by , is continuous on its domain .
Proof: Polynomial functions and are continuous on . By Corollary (Algebraic Properties of Continuous Functions) (quotient property), is continuous wherever , i.e., on .
Example: is a rational function, continuous on .
Remark: If we try to “extend” a discontinuous rational function by assigning an arbitrary value at a point of discontinuity, the extended function typically remains discontinuous. For example, if we define for and try to set (or any other value), the resulting function is still discontinuous at .
The Intermediate Value Theorem (Zwischenwertsatz)
Definition: “Between” for Real Numbers
Definition: For , we say a number is between and if . In other words, lies in the closed interval with endpoints and .
Theorem: Intermediate Value Theorem (IVT)
Theorem (Intermediate Value Theorem): Let be an interval, and let be a continuous function on . Let , and let be any value between and . Then there exists at least one value between and (i.e., ) such that .
Intuitive Interpretation:
If a continuous function takes on two values and , it must take on every value in between as well, at some point in between and . Graphically, if you draw a continuous curve from to , you cannot avoid hitting any horizontal line between and . There are no “jumps” or “gaps” in the range of a continuous function on an interval.
Proof:
Without loss of generality, assume . (If , we can swap them; if , the theorem is trivially true). Also, without loss of generality, assume . (If , we can consider instead of , or reverse the roles of and ). We want to find such that , where .
We use interval bisection to construct a nested sequence of intervals.
-
Initialization: Let . We have and .
-
Iteration: Given an interval such that and . Consider the midpoint .
- Case 1: . Then set and . Now and .
- Case 2: . Then set and . Now and .
- Case 3: . We found our value! Set , and we are done.
-
Nested Intervals: We obtain a sequence of nested closed intervals with such that for all :
- Length of intervals: . So as .
- Function values at endpoints: and .
-
Nested Interval Theorem: By the Nested Interval Theorem, there exists a unique point . Also, .
-
Continuity and Limit: Since is continuous at , by sequential continuity:
- . Since for all , , so .
- . Since for all , , so .
Combining and , we get . And , so is between and .
Conclusion: We have shown that there exists a value between and such that .
This concludes our lecture on continuity, providing a rigorous definition, examples, and the fundamental Intermediate Value Theorem.
Continue here: 11 Continuity, Extreme Value Theorem, Composition of Continuous Functions, Continuity of Inverse Functions