Chapter 5
Continuity, Limits, and Differentiation
5.1 Continuity
We start with a definition.
Continuous functions
Assume that the function f is defined on some set D.Leta be in D. f is said
to be continuous at a if for any sequence a
n
in D that converges to a,wehave
that f(a
n
) converges to f(a).
Note that for ANY a
n
converging to a,weMUSThavef(a
n
) converging to f(a)
in order for f to be continuous at a.
Example 5.1 The function f(x) = x
2
is continuous everywhere on the reals. To
prove that, take a a real number. Let a
n
be any sequence of reals converging to a.
Since the product of two converging sequences converges to the product of the lim-
its, we have that f(a
n
) =a
2
n
= a
n
a
n
converges to a
2
.Buta
2
is also f(a). Hence,
f is continuous at a, and we are done.
In order to show that a function is not continuous at a, it is enough to find ONE
sequence a
n
in D with the following properties: a
n
converges to a,butf(a
n
) does
not converge to f(a). We do such an example next.
Example 5.2 Consider the function g defined on D =[−1, 1] by
g(x) =|x|/x for x = 0 and g(0) =1.
Hence, g(x) =−1forx in [−1, 0) and g(x) = 1forx in [0, 1]. Intuitively, this
function has a jump at 0 and so cannot be continuous at 0. See the graph below. We
now prove this. Let a
n
=−1/n. This sequence is in D and converges to 0. Since a
n
is in [−1, 0] for all n ≥1, we have g(a
n
) =−1. Hence, g(a
n
) converges to −1. But
g(0) =1. Therefore, g is not continuous at 0. See the graph of g in Fig. 5.1.
R.B. Schinazi, From Calculus to Analysis,
DOI 10.1007/978-0-8176-8289-7_5, © Springer Science+Business Media, LLC 2012
137