1 Limits of Functions
1 Limits of Functions
1 Limits of Functions
Definition 1 Let f : X 7→ R, and let c be an accumulation point of the domain X. Then, we say
f has a limit L at c and write limx→c f (x) = L, if for any > 0, there exists a δ > 0 such that
0 < |x − c| < δ and x ∈ X imply |f (x) − L| < .
A few remarks about this definition are worthwhile. First, 0 < |x − c| is an economical way of
saying that x differs from c. Second, recall the definition of an accumulation point (or limit point)
of a set. Every neighborhood of such a point must contain infinitely many points of the set that
are different from itself. Also, recall that an accumulation point does not have to belong to the
set. That is, c might not belong to X. Together, the definition says that we must find δ > 0 such
that if x ∈ (c − δ, c + δ), then f (x) ∈ (L − , L + ). Note that the choice of δ often depends on the
choice of . Finally, if f has a limit L at c, it is unique. You should be able to prove this fact by
now.
In some cases, there is no finite limit but the function is approaching to infinity (or minus infinity).
Then, we write limx→c f (x) = ∞ or limx→c f (x) = −∞.
1
limx→c f (x) = −∞ can be defined in a similar way.
In the above example, we saw that the function 1/x does not have a limit at zero because it
“blows up” near zero. This fact can be generalized by the following theorem,
3. limx→c {f (x)g(x)} = LM .
f (x) L
4. limx→c g(x) = M provided M 6= 0.
2
2 Continuous Functions
In the discussion of functional limits, we did not care at all about the value of f at c, i.e., f (c). In
fact, c, an accumulation point of X, did not have to belong to X. When discussing continuity on
the other hand, we need to focus our attention on the value of f at c.
√ theorems are very powerful. For example, you can very easily prove f : R 7→ R where
These two
f (x) = 2x2 + 1 is continuous.
3
3 Uniform Continuity and Compact Sets
In this section, we consider the concept of uniform continuity, which is formally defined as follows
1. f : R 7→ R defined by f (x) = 3x + 1.
3. f : R 7→ R defined by f (x) = x2 .
The next theorem proves the connection between uniform continuity and limit.
As we expect, an open interval is an open set and a closed interval is a closed set.
2. [a, b] = {x : a ≤ x ≤ b} is closed.
[a, b] is an example of a perfect set, a closed set X such that every x ∈ X is also an accumulation
point of X. Now, we establish the relationship between open and closed sets.
Theorem 9 (Open and Closed Sets) Let X ⊂ R be a set. X is closed if and only if R \ X is
open.
We define the notion of a compact set. Before doing so, we must introduce some terminology.
4
Definition 7 Let X ⊂ R be a set and {Yα }α∈A be a collection of sets.
S
1. {Yα }α∈A is a cover of X if X ⊂ α∈A Yα .
2. {Yα }α∈A is an open cover of X if {Yα }α∈A is a cover of X and each Yα is an open set.
3. {Yα }α∈B is a subcover of X if both {Yα }α∈A and {Yα }α∈B are a cover of X and B ⊂ A.
4. {Yα }α∈B is a finite subcover of X if {Yα }α∈B is a subcover of X and B is a finite set.
Definition 8 Let X ⊂ R be a set. X is compact if every open cover of X has a finite subcover.
What a mess! We will try to understand this definition first by examples and then an important
theorem about compactness.
Example 5 Find an open cover for the following sets. Can you also find a finite subcover?
1. (0, 1).
2. [0, 1].
3. (0, 1].
4. N.
Notice that (0, 1) is open and bounded, [0, 1] is closed and bounded, and N is closed and unbounded.
Now, we can guess that compact sets must be closed and bounded. This intuition is confirmed by
the following important theorem.
5
4 Properties of Continuous Functions
The results of the previous section has many important implications, which we further explore in
this section. First, we show that uniformly continuous functions preserve bounded sets.
Theorem 13 (Sequences and Compact Sets) A set X is compact if and only if every sequence
in X has a subsequence that converges to a limit x ∈ X.
Next, we are ready to prove the theorem,
Theorem 18 (Fixed Point Theorem) Let f : [a, b] 7→ [a, b] be continuous on [a, b]. Then, f
has a fixed point in [a, b].
The proof was so easy, wasn’t it? Do you feel empowered now? Armed with the solid understanding
of functional limits and continuity, we now move on to the next topic, calculus.