Mathematics 265 Introduction to Calculus I

Study Guide :: Unit 3

Limits

The Definition of a Limit

Prerequisites

To complete this section, you must be able to

  1. apply the definition and properties of absolute value, including the triangle inequality. Read pages 341 and 342 of the textbook, and do Exercises 65, 66 and 68 on page 343.
  2. apply the addition formulas of trigonometric functions. See the Reference pages at the beginning of the textbook.

In earlier sections of this unit, we introduced the basic definitions and results we apply to evaluate limits. We provided some explanations to make them plausible, but it is one thing to accept something as plausible, and another to understand, without any reason for doubt, that something is true. Mathematicians look for logical arguments that explain why a statement or result is true. In this section, we consider how these results came about, so that your understanding of limit becomes deeper, and so that you can appreciate that all of the things we do with mathematics have a solid foundation. It is not our intention to prove all the results we have been using—time constraints prevent that. Instead, we will choose some of them, and we invite you to try to prove the others if your schedule allows it.

Understanding why something is true is what makes mathematics exciting. In our efforts to show that something is true, we must start with definitions and axioms.

We know that the statement f ( x ) L as x a means that we can make the values of f ( x ) arbitrarily close to L (as close as we like) by taking x to be sufficiently close to a , but not equal to a .

This is the same as saying that we can make the values of f ( x ) arbitrarily close to L (as close as we like) because there are always x s sufficiently close to a such that f ( x ) is close to L .

Do you agree with this statement? Keep in mind the graph of a function with limit L at a (see Figure 3.29, below).

Figure 3.29. Function defined at points a and x close to a

In Figure 3.29, we can see that for a small number m (as small as we like), we can find x close to a , such that the distance between f ( x ) and L is less than m . The challenge is to write precisely this idea using mathematical concepts; that is, to translate this idea into a mathematical statement.

We need to express the idea of “ x close to a ” in mathematical terms. Two numbers are close if the distance between them is small, so we need to express the idea of “distance between two numbers.” What is the distance between the numbers x and a ? How do we measure the distance between x and a ?

Figure 3.30. Real number line showing x < a

If x < a , as shown in the real line above, then their distance is a - x , regardless of whether both are positive, both are negative, or one is positive and the other negative. Convince yourself of this fact. Figures 7 and 8 on page 341 of the textbook may help you.

Figure 3.31. Real number line showing x > a

If x > a , as shown in the real line above, then their distance is x - a , regardless of whether both are positive, both are negative, or one is positive and the other negative.

Combining these two results, we can say that the distance between two distinct numbers x and a is | x - a | because

| x a | = { x a if x a 0 ( x a ) if x a < 0 = { x a if x a a x if x < a

This is precisely what we say above!

As you can see, | 6 - 6 . 0 1 | = 0 . 0 1 because the distance between 6 and 6 . 0 1 is 0 . 0 1 , and | 3 . 5 - 3 | = 0 . 5 , because the distance between 3 and 3 . 5 is 0 . 5 .

The distance between two distinct numbers x and a can be very small, and this fact can be expressed mathematically as follows:

| x a | < δ  for a small number δ > 0 .

We use the Greek letter δ (delta) to denote a small number. It is a convention, and it has its historical reasons.

If we write | x - 3 | < 0 . 0 1 , then the distance between x and 3 is less than 0 . 0 1 . These numbers are on the interval ( 2 . 9 9 , 3 . 0 1 ) .

Figure 3.32. Real number line showing the interval ( 2 . 9 9 , 3 . 0 1 )

If we write | x - 3 | < δ , then we are referring to the numbers x whose distance to 3 is less than the small number δ .

When we write 0 < | x - 3 | < δ , we are referring to all numbers x very close to 3 , but not equal to 3 , because | x - 3 | = 0 only of x = 3 .

Now we must express the idea of “making the values of f ( x ) arbitrarily close to L (as close as we like)” mathematically.

We know that “ f ( x ) is close to L ” is written as | f ( x ) L | < ε for a small number ε > 0 .

Note that ε is the Greek letter epsilon.

But “the distance is as small as we want” is the same as saying that the distance is less than any number we want to give.

So, when we write

| f ( x ) L | < ε  for any given small number ε > 0 ,

we are saying that the distance between f ( x ) and L is as small as any number we want to give.

Hence, the statement

we can find a δ > 0 such that, for any 0 < | x a | < δ , it is the case that | f ( x ) L | < ε . for any given small number ε > 0

is saying that

we can find x s very close to a , but not equal to a , so that f ( x ) can be as close to L as we like.

This is precisely the definition of a limit.

Definition 3.30. Let f be a function defined around a .

The limit of f , as x approaches a , is L if

given any ε > 0 , we can find δ > 0 such that

for any 0 < | x a | < δ it is the case that | f ( x ) L | < ε .

Note that this definition expresses what we understood a limit to be.

We will need the following definition in our further discussions.

Definition 3.31. If a and b are two numbers, the number min { a , b } is the smaller of the two; for instance, min { 3 , - 4 } = - 4 . Similarly, max { a , b } is the larger of the two; hence, max { 3 , - 4 } = 3 . It is true that min { 4 , 4 } = 4 = max { 4 , 4 } .

Definition 3.31 extends naturally to any finite number or numbers; for example,

min { 3 , - 1 , 6 2 } = - 1 and max { 0 , - 1 2 , - 1 4 } = 0 .

The results about limits that we presented to you are consequences of Definition 3.30 and the properties of the real numbers. For example, let us see why the first and third laws of limits in Theorem 3.23 are true.

Sum of limits: If lim x a f ( x ) = L and lim x a g ( x ) = M , then

lim x a f ( x ) + g ( x ) = L + M .

Proof. We start with knowing what we want to show (prove).

Given any ε > 0 , we can find δ > 0 such that, for any 0 < | x - a | < δ , it is the case that

| f ( x ) + g ( x ) - ( L + M ) | < ε .

We are given ε > 0 , and we must find δ > 0 with the property indicated above.

To proceed from this point, we must determine what we know.

In this case, we know that lim x a f ( x ) = L and lim x a g ( x ) = M . Definition 3.30 is true for any positive number, so

  1. for ε 2 > 0 , there is a δ 1 > 0 such that, for any 0 < | x a | < δ 1 , it is the case that | f ( x ) L | < ε 2 , and
  2. for ε 2 > 0 , there is a δ 2 > 0 such that, for any 0 < | x a | < δ 2 , it is the case that | g ( x ) M | < ε 2 .

If δ = min ( δ 1 , δ 2 ) , then δ δ 1 and δ δ 2 . So, for any x such that 0 < | x a | < δ , it is true that 0 < | x a | < δ 1 and 0 < | x a | < δ 2 .

Hence, statements 1 and 2 above are true for this δ .

If 0 < | x a | < δ , then | f ( x ) L | < ε 2 , and  | g ( x ) M | < ε 2 .

From the triangle inequality, we have

| f ( x ) + g ( x ) ( L + M ) | | f ( x ) L | + | g ( x ) M ) | < ε 2 + ε 2 = ε .

Therefore, given ε > 0 , we have found δ = min ( δ 1 , δ 2 ) , such that if 0 < | x a | < δ then | f ( x ) + g ( x ) ( L + M ) | < ε .

Q.E.D

Note: The end of a proof is indicated by the initials “Q.E.D.,” an abbreviation of the Latin phrase quod erat demonstrandum (“which was to be proved”).

Product of limits: If lim x a f ( x ) = L and lim x a g ( x ) = M , then

lim x a f ( x ) g ( x ) = L M .

Proof. We want to show that, for any given ε > 0 , we can find a δ > 0 such that

for any   0 < | x a | < δ   it is the case that   | f ( x ) g ( x ) L M | < ε

We know that lim x a f ( x ) = L and lim x a g ( x ) = M ; hence,

  1. for any ε 1 > 0 , there is a δ 1 > 0 such that for any 0 < | x a | < δ 1 , it is the case that | f ( x ) L | < ε 1 , and
  2. for any ε 2 > 0 , there is a δ 2 > 0 such that for any 0 < | x a | < δ 2 , it is the case that | g ( x ) M | < ε 2 .

See how the addition of 0 = g ( x ) L - g ( x ) L allows us to relate what we want to show with what we know.

By the triangle inequality,

| f ( x ) g ( x ) L M | = | f ( x ) g ( x ) L M + g ( x ) L g ( x ) L | = | f ( x ) g ( x ) g ( x ) L + g ( x ) L L M | = | g ( x ) ( f ( x ) L ) + L ( g ( x ) M ) | | g ( x ) | | f ( x ) L | + | L | | ( g ( x ) M ) |

We want the final inequality above to be less than any ε > 0 , and we can achieve this result by taking particular values for ε 1 > 0 and ε 2 > 0 in statements 1 and 2 above.

In statement 1, we take ε 1 = ε 2 ( 1 + | M | ) > 0 . So, there is a δ 1 > 0 such that

  1. | f ( x ) L | < ε 2 ( 1 + | M | )   for any   0 < | x a | < δ 1 .

In statement 2 we take ε 2 = 1 . So, for 1 > 0 there is a δ 2 > 0 such that, for any 0 < | x a | < δ 2 , it is the case that | g ( x ) M | < 1.

Since | g ( x ) | = | g ( x ) M + M | | g ( x ) M | + | M | , we conclude that

  1. | g ( x ) | 1+ | M |   for any   0 < | x a | < δ 2 .

Again, in statement 2, we take ε 3 = ε 2 | L | > 0 . So, there is a δ 3 > 0 such that

  1. | g ( x ) M | < ε 2 | L | ,  for any   0 < | x a | < δ 3 .

Hence, if δ = min ( δ 1 , δ 2 , δ 3 ) , then, for any 0 < | x - a | < δ , statements 3, 4 and 5, above, are valid. Therefore,

| f ( x ) g ( x ) L M | | g ( x ) | | f ( x ) L | + | L | | ( g ( x ) M ) | < ( 1 + | M | ) ε 2 ( 1 + | M | ) + | L | ε 2 | L | = ε .

Q.E.D

Limit of the reciprocal: If lim x a g ( x ) = M and M 0 , then lim x a   1 g ( x ) = 1 M .

Proof. We want to show that for any given ε > 0 , we can find a δ > 0 such that for any

0 < | x a | < δ   it is the case that   | 1 g ( x ) 1 M | < ε .

We know that lim x a g ( x ) = M ; hence,

  1. for any ε 1 > 0 , there is a δ 1 > 0 such that for any 0 < | x a | < δ 1 it is the case that | g ( x ) M | < ε 1 .

To relate what we know to what we want to show, we do the operations and obtain

| 1 g ( x ) 1 M | = | M g ( x ) g ( x ) M | = | g ( x ) M | 1 | g ( x ) M |

From statement 1, if | g ( x ) M | < ε 1 , then by the properties of the absolute value,

ε 1 > | g ( x ) M | = | M g ( x ) | | M | | g ( x ) | .

Therefore,

| g ( x ) | > | M | ε 1    and    1 | M g ( x ) | < 1 | M | ( | M | ε 1 ) .

Hence,

| g ( x ) M | 1 | g ( x ) M | < ε 1 | M | ( | M | ε 1 ) .

If we want ε = ε 1 | M | ( | M | ε 1 ) , we solve for ε 1 , and we determine that

ε 1 = ε | M | 2 1 + | M | ε > 0.

From statement 1, above, we know that for this value of ε 1 , there is a δ such that if

0 < | x a | < δ    then    | g ( x ) M | < ε | M | 2 1 + | M | ε .

We then conclude that

| 1 g ( x ) 1 M | = | g ( x ) M | 1 | g ( x ) M | < ε 1 | M | ( | M | ε 1 ) = ε .

Finally, we can use the fact that

f ( x ) g ( x ) = f ( x ) 1 g ( x ) ,

and determine, from the product of limits and the limit of the reciprocal, the limit of the quotient.

If lim x a f ( x ) = L and lim x a g ( x ) = M where M 0 , then

lim x a   f ( x ) g ( x ) = lim x a f ( x ) 1 g ( x ) = lim x a f ( x ) lim x a   1 g ( x ) = L 1 M = L M

Exercises
  1. Use Definition 3.30 and the properties of the absolute value to show that
    1. if c is any number and lim x a f ( x ) = L , then lim x a   c f ( x ) = c L .
    2. if lim u b f ( u ) = L and lim x a g ( x ) = b , then lim x a f ( g ( x ) ) = L .
  2. Suppose that lim x a f ( x ) = L and lim x a f ( x ) = K , use Definition 3.30 to show that L = K (i.e., that the limit of a function is unique).

    Hint: | L K | = | f ( x ) K + L f ( x ) | | f ( x ) K | + | f ( x ) L | .

Answers to Exercises

The formal definition of the side limits should indicate when an x is very close to a from the right (or left) but is not a . We denote this situation by

0 < x - a < δ ( or 0 < a - x < δ ) .

Observe that the statement 0 < x - a says that x a and that a < x ; that is, x is on the right of a .

Definition 3.32.

  1. Let f be a function defined on the right of a .

    The limit of f , as x approaches a from the right, is L if,

    given any ε > 0 , we can find δ > 0 such that, for any 0 < x - a < δ , we have | f ( x ) L | < ε .

  2. Let f be a function defined on the left of a .

    The limit of f , as x approaches a from the left, is L if,

    given any ε > 0 , we can find δ > 0 such that, for any 0 < a - x < δ , we have | f ( x ) L | < ε .

Remember that a function f is continuous at a if, lim x a f ( x ) = f ( a ) . By Definition 3.30, the formal definition of continuity is as follows.

Definition 3.33. A function f is continuous at a if

given any ε > 0 , we can find δ > 0 such that, for any | x a | < δ , it is the case that | f ( x ) f ( a ) | < L .

From the laws of limits we have the following laws for continuous functions.

Proposition 3.34. If f and g are continuous at a , then

  1. lim x a f ( x ) ± g ( x ) = f ( a ) ± g ( a ) .
  2. lim x a   c f ( x ) = c f ( a ) , for any constant c .
  3. lim x a f ( x ) g ( x ) = f ( a ) g ( a ) .
  4. lim x a   f ( x ) g ( x ) = f ( a ) g ( a ) , if g ( a ) 0 .

Proposition 3.34 is saying that the sum (difference), constant product, product and quotient of continuous functions at a are continuous at a .

Example 3.78. Using Definition 3.33, above, we can also prove that the identity function I ( x ) = x is continuous everywhere. We want to show that, for any number a , the function is continuous at a ; that is, given ε > 0 , we can find δ > 0 such that

for any 0 < | x a | < δ , it is the case that | I ( x ) I ( a ) | < ε .

Since I ( x ) = x , we have | I ( x ) I ( a ) | = | x a | , and for ε = δ , the statement is true. Since a is any number, the function I is continuous everywhere.

Example 3.79. By Example 3.78 and Proposition 3.34(c), we know that for any positive integer n , the function I ( x ) n = x n is the n product of the everywhere-continuous identity function. Hence, by the second law of limits, the function f ( x ) = c x n is continuous everywhere for any constant c . You can conclude, again by the law of limits, that polynomial functions are continuous everywhere.

Example 3.80. Since a rational function is the quotient of polynomial functions, rational functions are continuous on their domains by Example 3.79 and Proposition 3.34(d).

Example 3.81. By the definition of radians, for any numbers (radians) θ and η , it is true that | sin θ  sin  η | | θ η | .

Let us take any ε > 0 . Then, for ε = δ , we have that, for | θ η | < δ , it is true that | sin θ sin η | < ε .

This result shows that the sine function is continuous at η ; however, since η is arbitrary, we conclude that sine is continuous everywhere.

Theorem 3.35. If the function g is continuous at a , and the function f is continuous at g ( a ) , then the composition f g is continuous at a . [Note that this theorem was presented earlier as Theorem 3.13.]

Proof. We have lim x a g ( x ) = g ( a ) and lim x b f ( x ) = f ( b ) for b = g ( a ) . Then, by Exercise 34(b), which you just completed, lim x a f ( g ( x ) ) = f ( g ( a ) ) , and therefore, lim x a f ( g ( x ) ) is continuous at a .

Q.E.D

Example 3.82. From the addition formula of the sine function, we have

cos x = sin x + π 2 .

Hence, cosine is the composition of the outside function sine and the inside polynomial function x + π 2 .

By Examples 3.79 and 3.81, these two functions are continuous everywhere; hence, by Theorem 3.35, cosine is continuous everywhere.

We conclude from Examples 3.79 to 3.82 and Proposition 3.34 that Theorem 3.14 is true.

At this point, we want to consider the formal definition of

lim x a + f ( x ) = ± , lim x a - f ( x ) = ± and lim x a f ( x ) = ± .

By Definition 3.6, we have lim x a + f ( x ) = if we can make the values of f ( x ) arbitrarily large (as large as we like) by taking x to be sufficiently close to a from the right but not equal to a .

This statement is the same as saying that it does not matter how large a number M we have, we can always find an x close to a from the right, but not equal to a , such that f ( x ) is bigger than M .

Do you agree with this statement? Again, keep in mind the graph of a function with an infinite limit at a from the right.

Figure 3.33. Function with an infinite positive limit at a from the right

From Figure 3.33, above, we can see that, given any large M > 0 , we can find δ > 0 such that, for any 0 < x - a < δ , we have f ( x ) > M .

Figure 3.34. Function with an infinite negative limit at a from the right

Figure 3.34, above, is the graph of a function with a negative infinite limit at a from the right. We can see that it does not matter how small and negative a number N we have, we can always find an x close to a from the right, but not equal to a , so that f ( x ) is less than N .

In Figure 3.34, we can see that, given a small N < 0 we can find δ > 0 such that for any 0 < x - a < δ , we have f ( x ) < N .

We leave it to you to analyse the limits lim x a - f ( x ) = ± and lim x a f ( x ) = ± in the definition below.

Definition 3.36.

  1. Let f be a function defined at the right of a . The limit of f , as x approaches a from the right, is infinity if

    given any M > 0 , we can find δ > 0 such that, for any 0 < x - a < δ , we have f ( x ) > M .

    The limit of f , as x approaches a from the right, is negative infinity if

    given any N < 0 , we can find δ > 0 such that, for any 0 < x - a < δ , we have f ( x ) < N .

  2. Let f be a function defined at the left of a . The limit of f , as x approaches a from the left, is infinity if

    given any M > 0 , we can find δ > 0 such that, for any 0 < a - x < δ , we have f ( x ) > M .

    The limit of f , as x approaches a from the left, is negative infinity if

    given any N < 0 , we can find δ > 0 such that, for any 0 < a - x < δ , we have f ( x ) < N .

  3. Let f be a function defined around a . The limit of f , as x approaches a , is infinity if

    given any M > 0 , we can find δ > 0 such that, for any 0 < | x a | < δ , we have f ( x ) > M .

    The limit of f , as x approaches a , is negative infinity if

    given any N < 0 , we can find δ > 0 such that, for any 0 < | x a | < δ , we have f ( x ) < N .

Definition 3.37.

  1. If g ( x ) > 0 for x a + , then there is a δ > 0 such that g ( x ) > 0 for any 0 < x - a < δ .
  2. If g ( x ) f ( x ) for x a + , then there is a δ > 0 such that g ( x ) f ( x ) for any 0 < x - a < δ .

In the discussion below, we present some proofs about infinite limits. We strongly recommend that you try other proofs.

Theorem 3.38. If lim x a + g ( x ) = 0 and g ( x ) > 0 for x a + , then

lim x a +   1 g ( x ) = .

Proof. We want to show that, given M > 0 , there is a δ > 0 such that, for any 0 < x - a < δ , we have 1 g ( x ) > M .

We have

  1. for any ε > 0 , there is δ 1 > 0 such that | g ( x ) | < ε for any 0 < x - a < δ 1 .
  2. there is a δ 2 > 0 , such that g ( x ) > 0 for any 0 < x - a < δ 2 .

In particular, for ε = 1 M > 0 in statement 1, we have

  1. there is δ 1 > 0 such that | g ( x ) | < 1 M for any 0 < x - a < δ 1 .

If δ = min ( δ 1 , δ 2 ) , then for 0 < x - a < δ , statements 2 and 3 hold, and

g ( x ) > 0    and    | g ( x ) | < 1 M .

Hence,

| g ( x ) | =g ( x )    and    1 g ( x ) > M .

Q.E.D

Theorem 3.39. If lim x a f ( x ) = L > 0 , and lim x a g ( x ) = , then

lim x a f ( x ) g ( x ) = .

Proof. We want to show that, given M > 0 , there is a δ > 0 such that, for any 0 < | x a | < δ , we have f ( x ) g ( x ) > M .

We have

  1. for any ε > 0 , there is δ 1 > 0 such that | f ( x ) L | < ε for any 0 < | x a | < δ 1 .
  2. for any M > 0 , there is a δ 2 > 0 such that g ( x ) > M for any 0 < | x a | < δ 2 .

In particular, in statement 1, for

ε = L 2 > 0 ,

there is δ 1 > 0 such that

| f ( x ) L | < L 2    for any    0 < | x a | < δ 1 .

Hence,

- L 2 < f ( x ) - L < L 2 .

Adding L to each side of the inequality, we conclude that

  1. L 2 < f ( x ) < 3 L 2   for   0 < | x a | < δ 1 .

In statement 2, we take M = 2 M L > 0 . There is a δ 2 > 0 , such that

  1. g ( x ) > 2 M L   for any   0 < | x a | < δ 2 .

If δ = min ( δ 1 , δ 2 ) , then statements 3 and 4 hold for all 0 < | x a | < δ , and we have

f ( x ) g ( x ) > L 2 2 M L = M .

Q.E.D

Exercises
  1. Use Definitions 3.36 and 3.37 to prove the statements below.
    1. If lim x a + g ( x ) = 0 and g ( x ) < 0 for x a + , then lim x a +   1 g ( x ) = - .
    2. If lim x a g ( x ) = 0 and g ( x ) > 0 for x a , then lim x a   1 g ( x ) = .
    3. If lim x a f ( x ) = L < 0 and lim x a g ( x ) = , then lim x a f ( x ) g ( x ) = - .
    4. If lim x a f ( x ) = L > 0 and lim x a g ( x ) = - , then lim x a f ( x ) g ( x ) = - .

Answers to Exercises

Finally, let us consider the formal definition of

lim x ± f ( x ) = L .

The limit

lim x f ( x ) = L

means that the values of f ( x ) can be made arbitrarily close to L by taking x sufficiently large and positive (see Figure 3.35, below).

Figure 3.35. Formal definition of lim x + f ( x ) = L

For any small number ε > 0 (as small as we want), we can always find a large number M > 0 such that, for any x > M , the distance between f ( x ) and L is less than ε .

Definition 3.40. Let f be a function defined on an interval ( c , ) for some c . The limit of f , as x approaches infinity, is L if

given any ε > 0 , we can find an M > 0 such that, for any x > M , it is the case that | f ( x ) L | < ε .

We leave it to you to give the formal definitions of the statements in Definition 3.40 for x a - and x a .

The limit

lim x - f ( x ) = L

means that the values of f ( x ) can be made arbitrarily close to L by taking x sufficiently small and negative (see Figure 3.36, below).

For any small number ε > 0 (as small as we want), we can always find a small number N < 0 such that, for any x < N , the distance between f ( x ) and L is less than ε .

Figure 3.36. Formal definition of lim x - f ( x ) = L

Definition 3.41. Let f be a function defined on an interval ( - , c ) for some c . The limit of f , as x approaches negative infinity, is L if

given any ε > 0 we can find an N < 0 such that, for any x < N , it is the case that | f ( x ) L | < ε .

We have provided a set of theorems that hold for limits at infinity; one of them is the laws of limits. Compare the following proof with the product of limits we gave before (see Theorem 3.23).

Theorem 3.42. If lim x f ( x ) = L and lim x g ( x ) = K , then

lim x f ( x ) g ( x ) = L K .

Proof. We want to show that, for any given ε > 0 , we can find an M > 0 such that, for any

x > M it is the case that | f ( x ) g ( x ) L M | < ε .

We know that, for any positive number,

  1. ε 1 > 0 , there is an M 1 > 0 such that, for any x > M 1 , it is the case that | f ( x ) L | < ε 1 .
  2. ε 2 > 0 , there is an M 2 > 0 such that, for any x > M 2 , it is the case that | g ( x ) K | < ε 2 .

As before, we add 0 = g ( x ) L - g ( x ) L to relate what we want to show with what we know. By the triangle inequality, we know that

| f ( x ) g ( x ) L K | = | f ( x ) g ( x ) g ( x ) L + g ( x ) L L K | | g ( x ) | | f ( x ) L | + | L | | g ( x ) K |

Since we want this inequality to be less than ε , and since statements 1 and 2 above are true for any positive real number, we take values for ε 1 and ε 2 that fit these criteria.

In statement 2, we take ε 2 = 1 , and we find that for 1 > 0 , there is an M 2 > 0 such that for any x > M 2 it is the case that | g ( x ) K | < ε 2 .

Since | g ( x ) | = | g ( x ) K + K | | g ( x ) K | + | K | , we conclude that

  1. | g ( x ) | < 1 + | K |  for any x > M 2 .

Again, in statement 2, we take ε 2 = ε 2 | L | > 0 , and we find that there is an M 3 > 0 such that

  1. | g ( x ) K | < ε 2 | L | for any x > M 3 .

In statement 1, we take ε 1 = ε 2 ( 1 + | K | ) > 0 ,  and we find that there is an M 1 > 0 such that

  1. | f ( x ) L | < ε 2 ( 1 + | K | ) for any x > M 1 .

Hence, if  M = max ( M 1 , M 2 , M 3 ) , then for any x > M , statements 3, 4 and 5 are valid. Therefore,

| f ( x ) g ( x ) L K | | g ( x ) | | f ( x ) L | + | L | | g ( x ) K | < ( 1 + | K | ) ε 2 ( 1 + | K | ) + | L | ε 2 | L | = ε

Q.E.D

From this proof, you can see intuitively why some results for limits at finite numbers are also true for limits at infinity.

Next, we give some other proofs to illustrate the different arguments we can use to prove a statement logically. Observe also how we use the properties of the absolute value.

Theorem 3.43. If lim x a f ( x ) = L and lim x a g ( x ) = K and g ( x ) f ( x ) for x a , then K L .

This theorem is saying that if g ( x ) f ( x ) for x a , then lim x a g ( x ) lim x a f ( x ) .

Proof. We will argue by contradiction. If we assume that K > L , this assumption will take us to a contradiction, and from the contradiction, we can conclude that our assumption is false, and that K L .

By the sum of limits, we know that

lim x a g ( x ) - f ( x ) = K - L .

If K > L , then K - L > 0 . We have two hypotheses:

  1. for any ε 1 > 0 , there is a δ 1 > 0 such that | g ( x ) K | < ε 1  for any  0 < | x a | < δ 1 .
  2. for any ε 2 > 0 there is a δ 2 > 0 such that | g ( x ) f ( x ) ( K L ) | < ε 2 for any  0 < | x a | < ε 2 .

In particular, we take ε 2 = K - L > 0 in statement 2, and we find that there is δ 2 > 0 such that

  1. | g ( x ) f ( x ) ( K L ) | < K L  for any  0 < | x a | < δ 1 .

If we take δ = min ( δ 1 , δ 2 ) , then statements 1 and 3 are true, and for any 0 < | x a | < δ , we know that

- ( K - L ) < g ( x ) - f ( x ) - ( K - L ) < K - L .

Adding ( K - L ) to both sides, we obtain

0 < g ( x ) - f ( x ) < 2 ( K - L ) .

Therefore, f ( x ) < g ( x ) for  0 < | x a | < δ . This inequality states that f ( x ) < g ( x ) for x a , contrary to our assumption. Thus, we conclude that K L .

Q.E.D

Corollary 3.44. Squeeze Theorem.

If g ( x ) f ( x ) h ( x ) for x a , and lim x a g ( x ) = L = lim x a   h ( x ) , then lim x a f ( x ) = L .

Proof. From Theorem 3.43, we know that

lim x a g ( x ) lim x a f ( x ) lim x a   h ( x ) .

Hence, L lim x a f ( x ) L , and lim x a f ( x ) = L .

Q.E.D

Theorem 3.45. If lim x a g ( x ) = and g ( x ) f ( x ) for x a , then lim x a f ( x ) = .

Proof. We want to show that for any M > 0 , there is a δ > 0 such that f ( x ) > M for any 0 < | x - a | < δ .

We have two assumptions:

  1. there is δ 1 > 0 such that g ( x ) f ( x ) for any  0 < | x a | < δ 1
  2. for M > 0 , there is a δ 2 > 1 such that g ( x ) > M for any  0 < | x a | < δ 2 .

For δ = min ( δ 1 , δ 2 ) , both statements are true; and for any 0 < | x a | < δ , it is the case that f ( x ) g ( x ) > M .

Q.E.D

Exercises
  1. Prove each of the statements below.
    1. If lim x a g ( x ) = , then lim x a   - g ( x ) = - .
    2. If lim x a g ( x ) = - and g ( x ) f ( x ) for x a , then lim x a f ( x ) = - .
    3. If lim x a g ( x ) = and lim x a f ( x ) = , then lim x a f ( x ) + g ( x ) = .
    4. If lim x a g ( x ) = and lim x a f ( x ) = L , then lim x a f ( x ) + g ( x ) = .

Answers to Exercises