Next: Infinite limits
Up: Limits and Continuity
Previous: One sided limits
  Contents
  Index
Results giving Coninuity
Just as for sequences, building continuity directly by calculating limits soon becomes hard work. Instead we give a result that enables us to build new continuous functions from old ones, just as we did for sequences. Note that if f and g are functions and k is a constant, then k.f, f + g, fg and (often) f /g are also functions.
Proposition 4.16
Let
f and
g be continuous at
a, and let
k be a constant. Then
k.
f,
f +
g and
fg are continuous at
f. Also, if
g(
a)

0, then
f /
g is continuous at
a.
Proof.
We show that
f +
g is continuous at
a. Since, by definition, we have
(
f +
g)(
a) =
f (
a) +
g(
a), it is enough to show that

(
f (
x) +
g(
x)) =
f (
a) +
g(
a).
Pick

> 0;
then there is some

such that if
|
x -
a| <

, then
|
f (
x) -
f (
a)| <

/2. Similarly there is some

such
that if
|
x -
a| <

, then
|
g(
x) -
g(
a)| <

/2. Let

= min(

,

), and pick
x with
|
x -
a| <

. Then
|
f (
x) +
g(
x) - (
f (
a) +
g(
a))|

|
f (
x) -
f (
a)| + |
g(
x) -
g(
a)| <

/2 +

/2 =

.
This gives the result. The other
results are similar, but rather harder; see (
Spivak, 1967) for proofs.
Note:Just as when dealing with sequences, we need to know that f /g is
defined in some neighbourhood of a. This can be shown using a very
similar proof to the corresponding result for sequences.
Proposition 4.17
Let f be continuous at a, and let g be continuous at f (a). Then gof is continuous at a
Proof.
Pick

> 0. We must find

> 0 such that if
|
x -
a| <

, then
g(
f (
x)) -
g(
f (
a))| <

. We find

using the given properties of
f and
g.
Since
g is continuous at
f (
a), there is some

> 0 such that if
|
y -
f (
a)| <

, then
|
g(
y) -
g(
f (
a))| <

.
Now use the fact that
f is continuous at
a, so there is some

> 0 such that if
|
x -
a| <

, then
|
f (
x) -
f (
a)| <

. Combining these results gives the required inequality.
Example 4.18
The function in Example
4.8 is continuous everywhere. When we first studied it, we showed it was continuous at the ``difficult'' point
x = 0. Now we can deduce that it is continuous everywhere else.
Example 4.19
The function
f :
x 
sin
3x is continuous.
Solution. Write
g(x) = sin(x) and
h(x) = x3. Note that each of g and h are continuous, and that
f = goh. Thus f is continuous.
Example 4.20
Let
f (
x) = tan



. Show that
f is continuous at every point of its domain.
Solution. Let
g(x) =
. Since -1 < g(x) < 1, the function is properly defined for all values of x (whilst tan x is undefined when
x = (2k + 1)
/2 ), and the quotient is continuous, since each term is, and since
x2 + a2
0 for any x. Thus f is continuous, since
f = tanog.
Exercise 4.21
Let
f (
x) = exp



.
Write down the domain of
f, and show that
f is continuous
at every point of its domain.
As another example of the use of the definitions, we can give a proof of Proposition 2.20
Proposition 4.22
Let
f be a continuous function at
a, and let
an
a as
n

. Then
f (
an)
f (
a) as
n

.
Proof.
Pick

> 0 we must find
N such that
|
an -
f (
a)| <

whenever
n
N. Now since
f is continuous at
a, we
can find

such that if
|
x -
a| <

, then
|
f (
x) -
f (
a)| <

. Also, since
an
a as
n

there is some
N
(taking

for our epsilon -- but anything smaller, like

=

/2 etc would work) such that
|
an -
a| <

whenever
n
N. Combining these we see that if
n
N then
|
an -
f (
a)| <

, as required.
We can consider the example
f (x) = sin(1/x) with this tool.
Example 4.23
Suppose that

sin(1/
x) =
l; in other words, assume, to get a contradiction, that the limit exists. Let
xn = 1/(
n); then
xn
0 as
n

, and so by assumption,
sin(1/
xn) = sin(
n
) = 0
l as
n

. Thus, just by looking at a single sequence, we see that the limit (if it exists) can only be
l. But instead, consider the sequence
xn = 2/(4
n + 1)

, so again
xn
0 as
n

. In this case,
sin(1/
xn) = sin((4
n + 1)

/2) = 1, and we must also have
l = 1. Thus
l does not exist.
Note:Sequences often provide a quick way of demonstrating that a function
is not continuous, while, if f is well behaved on each
sequence which converges to a, then in fact f is continuous at
a. The proof is a little harder than the one we have just given, and
is left until next year.
Example 4.24
We know from Prop
4.22 together with
Example
4.8 that if
an
0 as
n

,
then
Prove this directly using squeezing.
Solution. The proof is essentially the same as the proof of
Example 4.8. We have
0

ansin


= |
an|.

sin



|
an|

0 as
n

.
Next: Infinite limits
Up: Limits and Continuity
Previous: One sided limits
  Contents
  Index
Ian Craw
2002-01-07