<< Chapter < Page Chapter >> Page >
Nondecreasing, nonincreasing, eventually nondecreasing, and eventually nonincreasing sequences are defined. Convergence is then established for these sequences, and some practice exercises are included.

We have, in the preceding exercises, seen that certain specific sequences converge. It's time to develop some general theory, something that will apply to lots of sequences,and something that will help us actually evaluate limits of certain sequences.

A sequence { a n } of real numbers is called nondecreasing if a n a n + 1 for all n , and it is called nonincreasing if a n a n + 1 for all n . It is called strictly increasing if a n < a n + 1 for all n , and strictly decreasing if a n > a n + 1 for all n .

A sequence { a n } of real numbers is called eventually nondecreasing if there exists a natural number N such that a n a n + 1 for all n N , and it is called eventually nonincreasing if there exists a natural number N such that a n a n + 1 for all n N . We make analogous definitions of “eventually strictly increasing” and “eventually strictly decreasing.”

It is ordinarily very difficult to tell whether a given sequence converges or not; and even if we know in theory that a sequence converges, it isstill frequently difficult to tell what the limit is. The next theorem is therefore very useful.It is also very fundamental, for it makes explicit use of the existence of a least upper bound.

Let { a n } be a nondecreasing sequence of real numbers. Suppose that the set S of elements of the sequence { a n } is bounded above. Then the sequence { a n } is convergent, and the limit L is given by L = sup S = sup a n .

Analogously, if { a n } is a nonincreasing sequence that is bounded below, then { a n } converges to inf a n .

We prove the first statement. The second is done analogously, and we leave it to an exercise.Write L for the supremum sup a n . Let ϵ be a positive number. By Theorem 1.5, there exists an integer N such that a N > L - ϵ , which implies that L - a N < ϵ . Since { a n } is nondecreasing, we then have that a n a N > L - ϵ for all n N . Since L is an upper bound for the entire sequence, we know that L a n for every n , and so we have that

| L - a n | = L - a n L - a N < ϵ

for all n N . This completes the proof of the first assertion.

  1. Prove the second assertion of the preceding theorem.
  2. Show that [link] holds for sequences that are eventually nondecreasing or eventually nonincreasing.(Re-read the remark following the definition of the limit of a sequence.)

The next exercise again demonstrates the “denseness” of the rational and irrational numbers in the set R of all real numbers.

  1. Let x be a real number. Prove that there exists a sequence { r n } of rational numbers such that x = lim r n . In fact, show that the sequence { r n } can be chosen to be nondecreasing. HINT: For example, for each n , use [link] to choose a rational number r n between x - 1 / n and x .
  2. Let x be a real number. Prove that there exists a sequence { r ' n } of irrational numbers such that x = lim r n ' .
  3. Let z = x + i y be a complex number. Prove that there exists a sequence { α n } = { β n + i γ n } of complex numbers that converges to z , such that each β n and each γ n is a rational number.

Suppose { a n } and { b n } are two convergent sequences, and suppose that lim a n = a and lim b n = b . Prove that the sequence { a n + b n } is convergent and that

lim ( a n + b n ) = a + b .

HINT: Use an ϵ / 2 argument. That is, choose a natural number N 1 so that | a n - a | < ϵ / 2 for all n N 1 , and choose a natural number N 2 so that | b n - b | < ϵ / 2 for all n N 2 . Then let N be the larger of the two numbers N 1 and N 2 .

The next theorem establishes the existence of four nontrivial and important limits.This time, the proofs are more tricky. Some clever idea will have to be used before we can tell how to choose the N .

  1. Let z C satisfy | z | < 1 , and define a n = z n . then the sequence { a n } converges to 0 . We write lim z n = 0 .
  2. Let b be a fixed positive number greater than 1, and define a n = b 1 / n . See [link] . Then lim a n = 1 . Again, we write lim b 1 / n = 1 .
  3. Let b be a positive number less than 1. Then lim b 1 / n = 1 .
  4. If a n = n 1 / n , then lim a n = lim n 1 / n = 1 .

We prove parts (1) and (2) and leave the rest of the proof to the exercise that follows. If z = 0 , claim (1) is obvious. Assume then that z 0 , and let ϵ > 0 be given. Let w = 1 / | z | , and observe that w > 1 . So, we may write w = 1 + h for some positive h . (That step is the clever idea for this argument.) Then, using the Binomial Theorem, w n > n h , and so 1 / w n < 1 / ( n h ) . See part (a) of [link] . But then

| z n - 0 | = | z n | = | z | n = ( 1 / w ) n = 1 / w n < 1 / ( n h ) .

So, if N is any natural number larger than 1 / ( ϵ h ) , then

| z n - 0 | = | z n | = | z | n < 1 n h 1 N h < ϵ

for all n N . This completes the proof of the first assertion of the theorem.

To see part (2), write a n = b 1 / n = 1 + x n , i.e., x n = b 1 / n - 1 , and observe first that x n > 0 . Indeed, since b > 1 , it must be that the n th root b 1 / n is also > 1 . (Why?) Therefore, x n = b 1 / n - 1 > 0 . (Again, writing b 1 / n as 1 + x n is the clever idea.) Now, b = b 1 / n n = ( 1 + x n ) n , which, again by the Binomial Theorem, implies that b > 1 + n x n . So, x n < ( b - 1 ) / n , and therefore

| b 1 / n - 1 | = b 1 / n - 1 = x n < b - 1 n < ϵ

whenever n > ϵ / ( b - 1 ) , and this proves part (2).

  1. Prove part (3) of the preceding theorem. HINT: For b 1 , use the following algebraic calculation:
    | b 1 / n - 1 | = b 1 / n | 1 - ( 1 / b ) 1 / n | | 1 - ( 1 / b ) 1 / n | ,
    and then use part (2) as applied to the positive number 1 / b .
  2. Prove part (4) of the preceding theorem. Explain why it does not follow directly from part (2).HINT: Write n 1 / n = 1 + h n . Observe that h n > 0 . Then use the third term of the binomial theorem in the expansion n = ( 1 + h n ) n .
  3. Construct an alternate proof to part (2) of the preceding theorem as follows: Show that the sequence { b 1 / n } is nonincreasing and bounded below by 1. Deduce, from [link] , that the sequence converges to a number L . Now prove that L must be 1 .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Analysis of functions of a single variable. OpenStax CNX. Dec 11, 2010 Download for free at http://cnx.org/content/col11249/1.1
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Analysis of functions of a single variable' conversation and receive update notifications?

Ask