Real Analysis/Continuity
From Wikibooks, the open-content textbooks collection
| ←Limits | Real Analysis Continuity |
Total Variation→ |
|
Now that we've defined the limit of a function, we're in a position to define what it means for a function to be continuous. The notion of Continuity captures the intuitive picture of a function "having no sudden jumps or oscillations". We will see several examples of discontinuous functions that illustrate the meaning of the definition. The idea of continuous functions is found in several areas of mathematics, apart from real analysis.
[edit] Definition
Let 
Let 
Let 
We say that f(x) is continuous at c if and only if
For every
, there exists δ > 0 such that
.
We say f itself is continuous if this condition holds for all points in A.
If A is a union of intervals, the statement is equivalent to saying that
.
[edit] Algebraic Operations
Since limits are preserved under algebraic operations, we see that if f(x) and g(x) are both continuous at c:
- af(x) is continuous at c for all
. - f(x) + g(x) is continuous at c.
- f(x)g(x) is continuous at c.
- f(x) / g(x) is continuous at c, assuming g(c) is non-zero.
We can use sequential limits to prove that functions are discontinuous as follows:
- f(x) is discontinuous at c if and only if there are two sequences
and
such that
.
[edit] Composition
Another result that will allow us to construct many examples of continuous functions is that any composition of continuous functions is itself continuous:
[edit] Theorem
If
and
are continuous, then the composition
is continuous on A.
[edit] Proof
Let ε > 0. Let
.
Since f is continuous,
.
Since g is continuous,
.
Thus
, so
is continuous on A.
[edit] The Intermediate Value Theorem
This is the big theorem on continuity. Essentially it says that continuous functions have no sudden jumps or breaks.
[edit] Theorem (Intermediate Value Theorem)
Let f(x) be a continuous function. If a < b and f(a) < m < f(b), then
.
[edit] Proof
Let
, and let
.
Let ε = | f(c) − m | . By continuity,
.
If f(c) < m, then
, so
. But then
, which implies that c is not an upper bound for S, a contradiction.
If f(c) > m, then since
,
. But since | x − c | < δ, | f(x) − f(c) | < ε, so f(x) > f(c) − ε = m, which implies that
, a contradiction. 
We will now prove the Minimum-Maximum theorem, which is another significant result that is related to continuity. Essentially, it states that any continuous image of a closed interval is bounded, and also that it attains these bounds.
[edit] Minimum - Maximum Theorem
Let
be continuous
Then
(i)f([a,b]) is bounded
(ii)If M,m are respectively the upper and lower bounds of f([a,b]), then there exist
such that f(c) = M,f(d) = m
[edit] Proof
(i)Assume if possible that f is unbounded.
Let
. Then, f is unbounded on at least one of the closed intervals [a,x1] and [x1,b] (for otherwise, f would be bounded on [a,b] contradicting the assumption). Call this interval I1.
Similarly, partition I1 into two closed intervals and let I2 be the one on which f is unbounded.
Thus we have a sequence of nested closed intervals
such that f is unbounded on each of them.
We know that the intersection of a sequence of nested closed intervals is nonempty. Hence, let 
As f(x) is continuous at x = x0, there exists δ > 0 such that
But by definition, there always exists
such that
, contradicting the assumption that f is unbounded over Ik. Thus, f is bounded over [a,b]
(ii) Assume if possible,
but
.
Consider the function
. By algebraic properties of continuity,
is continuous. However, M being a cluster point of f([a,b]), g(x) is unbounded over [a,b, contradicting (i). Hence,
. Similarly, we can show that
.
[edit] General Use
As mentioned, the idea of continuous functions is used in several areas of mathematics, most notably in Topology. A different characterization of continuity is useful in such scenarios.
[edit] Theorem
Let 
Let 
f(x) is continuous at x = c if and only if for every open neighbourhood V of f(x), there exists an open neighbourhood U of x such that 
It must be mentioned here that the term "Open Set" can be defined in much more general settings than the set of reals or even metric spaces, and hence the utility of this characterization.
[edit] Uniform Continuity
Let 
Let 
We say that f is Uniformly Continuous on A if and only if for every
there exists δ > 0 such that if
and | x − y | < δ then 
[edit] Lipschitz continuity
Let 
Let 
We say that f is Lipschitz continuous on A if and only if there exists a positive real constant K such that, for all
,
.
The smallest such K is called the Lipschitz constant of the function f.