Subsequence of Non-Bounded Sequence, and fun Limit action

mattmns
Messages
1,121
Reaction score
5
Hello, here is the exercise from the book:
----------

Let (a_{n})_{n=0}^{\infty} be a sequence which is not bounded. Show that there exists a subsequence (b_{n})_{n=0}^{\infty} of (a_{n})_{n=0}^{\infty} such that the limit \lim_{n\rightarrow \infty} 1/b_{n} = 0. (Hint: for each natural number j, introduce the quantity n_{j} := min\{n \in \mathbb{N} : |a_{n}| \geq j \}, first by explaining why the set \{n \in \mathbb{N} : |a_{n}| \geq j \} is non-empty. Then set b_{j} := a_{n_{j}}.)

--------------

First the hint seems incorrect to me. What I mean is that we could have a situation with b1 = b2 = b3 = a1. And have only one element in the sequence with the value of a1. Consider the following: An = -4,-3,-2,-1,0,1,2,3,4,... This sequence is not bounded (a sequence {An} is bounded by a real number M iff |An| <= M for all n.) so it meets the requirement. But when we look at n0, n1, n2, we get the same value, 0. Thus our sequence bn would start out: -4,-4,-4,-4, then the rest, but this is not necessarily a subsequence of An. Am I missing something here, or is the hint incorrect?

Regardless of that I think I have the idea behind a (the) solution. First let us pick b1 as the first element in An that is larger than 1. Then we will pick b2 as the next element in An that is larger than b1, which we can do since An is not bounded, and then continue. This will give us a sequence that is strictly increasing. Then when we look at 1/bn we will have a sequence that is strictly decreasing, but more importantly we will have 0 \leq 1/b_{n} \leq 1/n so that when we take the limit we can use the squeeze test to get \lim_{n\rightarrow \infty} 1/b_{n} = 0. My problem with this is that I do not know how to formalize this, which is what I think our professor wants, and also I would like to know how to do such a thing. What I mean by formalize is give a more explicit definition of what bn is. Any ideas?

Thanks!
 
Last edited:
Physics news on Phys.org
Yeah, the hint is flawed, unless "subsequence" in this context allows repeated elements.

You may have the right general idea, but you need to refine it.
Then we will pick b2 as the next element in An that is larger than b1, which we can do since An is not bounded, and then continue.
There might be no such element. An unbounded sequence can be bounded from above so long as it's not also bounded from below. You want b2 to be the next element in the sequence whose _absolute value_ is larger than b1, and larger by at least 1.
 
There must be an unbounded subsequence which strictly increases in absolute value, otherwise the original, supposedly unbounded sequence would be bounded within [-max{|a1|, |a2|}, max{|a1|, |a2|}].
 
That doesn't follow. Also note that you don't just need it to increase in absolute value, because there are bounded sequences with that property.
 
Sure it follows. And not only does it increase in absolute value, but since it's an unbounded subsequence, it increases without bound in absolute value, which is what you want. In fact, this is exactly what the hint says, the only difference is it gives a more explicit construction of this sequence.
 
The sequence {ak} where a1 = a2 = an = 0 for n > 3, but a3 = 2, has no unbounded subsequence that is increasing in absolute value, but it is not bounded by max(|a1|, |a2|). Even if what you said about a1 and a2 were true, you were trying to show by contradiction that "There must be an unbounded subsequence which strictly increases in absolute value," which is not sufficient for the problem. As mattmns pointed out, the hint is not correct since nj as defined in the hint can equal nk for j not equal to k, so b as defined in the hint need not be a subsequence of a.
 
Last edited:
0rthodontist said:
The sequence {ak} where a1 = a2 = an = 0 for n > 3, but a3 = 2, has no unbounded subsequence that is increasing in absolute value, but it is not bounded by max(|a1|, |a2|).
But your sequence (an) isn't unbounded. I didn't mean to say that any sequence that isn't bounded by max(|a1|, |a2|) has an unbounded subsequence that increases strictly in absolute value.
Even if what you said about a1 and a2 were true, you were trying to show by contradiction that "There must be an unbounded subsequence which strictly increases in absolute value," which is not sufficient for the problem.
If |bn| increases strictly without bound, then for any e > 0, there is a natural N such that for all n > N, |1/bn| < e. So (|1/bn|) converges to 0, hence so does (1\bn). As mattmns pointed out, the hint is not correct since nj as defined in the hint can equal nk for j not equal to k, so b as defined in the hint need not be a subsequence of a.[/QUOTE]That's right. But there's an obvious way to rework the hint. The general idea works though.
 
AKG said:
But your sequence (an) isn't unbounded. I didn't mean to say that any sequence that isn't bounded by max(|a1|, |a2|) has an unbounded subsequence that increases strictly in absolute value.
Well, just what did you mean then? The only interpretation I can see is,
"if a sequence {an} does not contain an unbounded subsequence of strictly increasing absolute value, then {an} is bounded within [-max{|a1|, |a2|}, max{|a1|, |a2|}]." Did you have something else in mind?
If |bn| increases strictly without bound, then for any e > 0, there is a natural N such that for all n > N, |1/bn| < e. So (|1/bn|) converges to 0, hence so does (1\bn).
You're right--I misread you in that case, somehow I skipped over the word "unbounded" for b, misreading it as infinite length.
 
Back
Top