Page 1 of 1

Another REA Question

Posted: Wed Oct 10, 2012 12:49 pm
by marco
Exam IV Prob 45) Given that {xn} is a bounded, divergent, infinite sequence of real numbers, which of the following must be true?
(A) {xn} contains infinitely many convergent subsequences
(B) {xn} contains convergent subsequences with different limits.
(C) {yn = min xk } is convergent. k≤n
(D) All the above
(E) (A) and (C) only

The answer is D supposedly but i don't see why for example if one considers the sequence a_n=1-1/n if n is not prime and n if n is prime then what other limit could a subsequence that is not one? My answer was E.

Re: Another REA Question

Posted: Wed Oct 10, 2012 1:09 pm
by saywhatagain
Your example sequence is unbounded, so it doesn't satisfy the premises of the question. To see why B, holds, let {x_n} be such a sequence. Then by the Bolzano-Weierstrass Theorem, it has a convergent subsequence, say with limit L. Since {x_n} isn't convergent, in particular it doesn't converge to L, which means for some epsilon > 0, we can find infinitely many terms in {x_n}, i.e. a subsequence {x_n_k}, such that all of these terms are a distance of at least epsilon away from L. By Bolzano-Weierstrass again, this subsequence must have its own subsequence with limit L'. Since the terms of this new subsequence cannot get arbitrarily close to L, then we have L =/= L' and we are done.

Re: Another REA Question

Posted: Thu Oct 11, 2012 4:08 pm
by marco
Oh shoot i see! Thanks!