<< 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 .

Questions & Answers

how does Neisseria cause meningitis
Nyibol Reply
what is microbiologist
Muhammad Reply
what is errata
Muhammad
is the branch of biology that deals with the study of microorganisms.
Ntefuni Reply
What is microbiology
Mercy Reply
studies of microbes
Louisiaste
when we takee the specimen which lumbar,spin,
Ziyad Reply
How bacteria create energy to survive?
Muhamad Reply
Bacteria doesn't produce energy they are dependent upon their substrate in case of lack of nutrients they are able to make spores which helps them to sustain in harsh environments
_Adnan
But not all bacteria make spores, l mean Eukaryotic cells have Mitochondria which acts as powerhouse for them, since bacteria don't have it, what is the substitution for it?
Muhamad
they make spores
Louisiaste
what is sporadic nd endemic, epidemic
Aminu Reply
the significance of food webs for disease transmission
Abreham
food webs brings about an infection as an individual depends on number of diseased foods or carriers dully.
Mark
explain assimilatory nitrate reduction
Esinniobiwa Reply
Assimilatory nitrate reduction is a process that occurs in some microorganisms, such as bacteria and archaea, in which nitrate (NO3-) is reduced to nitrite (NO2-), and then further reduced to ammonia (NH3).
Elkana
This process is called assimilatory nitrate reduction because the nitrogen that is produced is incorporated in the cells of microorganisms where it can be used in the synthesis of amino acids and other nitrogen products
Elkana
Examples of thermophilic organisms
Shu Reply
Give Examples of thermophilic organisms
Shu
advantages of normal Flora to the host
Micheal Reply
Prevent foreign microbes to the host
Abubakar
they provide healthier benefits to their hosts
ayesha
They are friends to host only when Host immune system is strong and become enemies when the host immune system is weakened . very bad relationship!
Mark
what is cell
faisal Reply
cell is the smallest unit of life
Fauziya
cell is the smallest unit of life
Akanni
ok
Innocent
cell is the structural and functional unit of life
Hasan
is the fundamental units of Life
Musa
what are emergency diseases
Micheal Reply
There are nothing like emergency disease but there are some common medical emergency which can occur simultaneously like Bleeding,heart attack,Breathing difficulties,severe pain heart stock.Hope you will get my point .Have a nice day ❣️
_Adnan
define infection ,prevention and control
Innocent
I think infection prevention and control is the avoidance of all things we do that gives out break of infections and promotion of health practices that promote life
Lubega
Heyy Lubega hussein where are u from?
_Adnan
en français
Adama
which site have a normal flora
ESTHER Reply
Many sites of the body have it Skin Nasal cavity Oral cavity Gastro intestinal tract
Safaa
skin
Asiina
skin,Oral,Nasal,GIt
Sadik
How can Commensal can Bacteria change into pathogen?
Sadik
How can Commensal Bacteria change into pathogen?
Sadik
all
Tesfaye
by fussion
Asiina
what are the advantages of normal Flora to the host
Micheal
what are the ways of control and prevention of nosocomial infection in the hospital
Micheal
what is inflammation
Shelly Reply
part of a tissue or an organ being wounded or bruised.
Wilfred
what term is used to name and classify microorganisms?
Micheal Reply
Binomial nomenclature
adeolu
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

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