Can the intersection of nested closed intervals be empty?

  • Thread starter Thread starter kingwinner
  • Start date Start date
  • Tags Tags
    Interval Theorem
kingwinner
Messages
1,266
Reaction score
0

Homework Statement


Nested interval theorem:
Suppose [an,bn] is a nested sequence of closed intervals, i.e. [an+1,bn+1] is contained in [an,bn] for all n≥1. Then the intersection of all these intervals is nonempty.

Proof:
an is an increasing sequence bounded above by b1 (or any bn), so sup an = a exists and a≤bm for all m.
So "a" is a lower bound of bm
Thus let b = inf bm, then we have a≤b (since any lower bound is ≤ its greatest lower bound).
Then [a,b] is contained in [an,bn] for all n since an≤a and b≤bn for all n (because a is an upper bound of an and b is a lower bound of bn)
Therefore, the intersection is nonempty.
===========================

1) In this theorem, it says that "...the seqeunce of CLOSED intervals...". Is it enough to have closed intervals, or must the endpoints also be FINITE numbers? Can any of the endpoints be -∞ or +∞? (reacall that intervals like [a,∞) are classified as closed interval)

2) In the proof, I am confused and I really don't understand why "a≤bm for all m". Can somebody please explain this?

Homework Equations


N/A

The Attempt at a Solution


N/A

Thank you! :)
 
Physics news on Phys.org
kingwinner said:
1) In this theorem, it says that "...the seqeunce of CLOSED intervals...". Is it enough to have closed intervals, or must the endpoints also be FINITE numbers? Can any of the endpoints be -∞ or +∞? (reacall that intervals like [a,∞) are classified as closed interval)

\bigcap_{n=1}^\infty [n,\infty)=\emptyset
 
Last edited:
kingwinner said:
2) In the proof, I am confused and I really don't understand why "a≤bm for all m". Can somebody please explain this?

bm is an upper bound for the sequence (an). By definition of the supremum, sup an is less than or equal to bm
 
iomtt6076 said:
\bigcap_{n=1}^\infty [n,\infty)=\emptyset

But [n,∞) satisifies ALL assumptions as stated in the theorem (it is a nested sequence of closed intervals). So is the theorem wrong? What should be the correct statement of the theorem?
 
kingwinner said:
But [n,∞) satisifies ALL assumptions as stated in the theorem (it is a nested sequence of closed intervals). So is the theorem wrong? What should be the correct statement of the theorem?

I think it should be "... a sequence of closed, bounded, non-empty intervals in \mathbb{R}..."
 
iomtt6076 said:
bm is an upper bound for the sequence (an). By definition of the supremum, sup an is less than or equal to bm

I agree that for each m, bm is an upper bound for the sequence (an).
But I still don't understand why "sup an≤bm for all m."
By definition of upper bound, sup an≥an for all n, but this idea seems to be unconnected with the above and I don't see how sup an can possibly be related to bm. They are not even talking about the same sequence.

Can someone please explain this in more detail?

Thanks!
 
kingwinner said:
I agree that for each m, bm is an upper bound for the sequence (an).
But I still don't understand why "sup an≤bm for all m."
By definition of upper bound, sup an≥an for all n, but this idea seems to be unconnected with the above and I don't see how sup an can possibly be related to bm. They are not even talking about the same sequence.

Can someone please explain this in more detail?

Thanks!

Definition:
A number s is the supremum for a sequence if :
1) s is an upper bound for the sequence
2) if p is any upper bound for the sequence, s is less than or equal to p

so we are talking about 2) here. bm is an upper bound for the sequence; thus by definition sup an<=bm. It doesn't matter whether or not bm is related to a sequence. All that matters is whether it is an upper bound. If this isn't good enough, then what about this: sup an is the least upper bound. suppose for contradiction bm<sup an. remember that bm is an upper bound for an. but then sup an wouldn't be the least upper bound because there is another upper bound, bm, that is less than it. so we must have bm>=sup an
 
iomtt6076 said:
Definition:
A number s is the supremum for a sequence if :
1) s is an upper bound for the sequence
2) if p is any upper bound for the sequence, s is less than or equal to p

so we are talking about 2) here. bm is an upper bound for the sequence; thus by definition sup an<=bm. It doesn't matter whether or not bm is related to a sequence. All that matters is whether it is an upper bound.


If this isn't good enough, then what about this: sup an is the least upper bound. suppose for contradiction bm<sup an. remember that bm is an upper bound for an. but then sup an wouldn't be the least upper bound because there is another upper bound, bm, that is less than it. so we must have bm>=sup an

Thanks, so it just follows from the fact that the least upper bound of (a_n) is less than or equal to any upper bound of (a_n). Got it!:)

One more question...

How can we PROVE that bm is an upper bound for the sequence (an) for ALL m=1,2,3,...?

When I draw a picture, I can see that this is the case, but I am not sure how to write it out and PROVE rigorously.
We know that
a1≤a2≤a3≤...
and b1≥b2≥b3≥...
But from here on, I don't see why it follows that bm is an upper bound for the sequence (an) for ALL m=1,2,3,... .

Thanks!
 
kingwinner said:
Thanks, so it just follows from the fact that the least upper bound of (a_n) is less than or equal to any upper bound of (a_n). Got it!:)

One more question...

How can we PROVE that bm is an upper bound for the sequence (an) for ALL m=1,2,3,...?

When I draw a picture, I can see that this is the case, but I am not sure how to write it out and PROVE rigorously.
We know that
a1≤a2≤a3≤...
and b1≥b2≥b3≥...
But from here on, I don't see why it follows that bm is an upper bound for the sequence (an) for ALL m=1,2,3,... .

Thanks!

I think it comes from the hypothesis of nested intervals. If there exists an m such that bm is not an upper bound, then ak>bm for some k. So [ak,bk] would be disjoint from [am,bm], which contradicts the assumption of nested intervals. When you have a sequence of nested intervals, no two intervals can be disjoint.
 
  • #10
Makes sense. Thank you! :)
 
  • #11
Another proof:
(an) is an increasing sequence bounded above (by b1), so
lim an = sup an = a
n->∞

(bn) is a decreasing sequence bounded below (by a1), so
lim bn = inf bn = b
n->∞

an≤bn for all n
=> a ≤ b


Thus, ak ≤ a ≤ b ≤ bk for all k≥1. So the point a belongs to the intersection and the intersection is nonempty.
==========================

Why is the red part true? How can we prove it?

Thanks!
 
  • #12
Any of the b_m is an upper bound for the set of all a_n, so the LEAST upper bound a must be less than or equal to b_m for any m. Now you figure out why b must in turn be greater than or equal to a.
 
  • #13
Yes, I already understood that a ≤ bm for all m. It just follows from the fact that the least upper bound of (a_n) is less than or equal to any upper bound of (a_n). (see post #8)


And now my problem is about the second proof.

How can we prove that "an ≤ bn for all n IMPLIES lim an ≤ lim bn"?

It seems clear in my mind, but how can we prove rigorously using epsilon?

Thanks!
 
  • #14
If it helps, here's how I might tackle this problem. You already know that a_n \leq b_m for all m,n \in \mathbb{N}. From this we can conclude that the sequence \{a_n\} has a least upper bound which we denote \alpha. Similarly, the sequence \{b_n\} has a greatest lower bound which we denote \beta. Now, from this we have only three possible scenarios:
  • a_n \leq \alpha &lt; \beta \leq b_n
  • a_n \leq \alpha = \beta \leq b_n
  • a_n \leq \beta &lt; \alpha \leq b_n
If either of the first two cases hold, we know that the theorem we're trying to prove is true. If the third case is true however, we know that the intersection of all intervals [a_n,b_n] is necessarily empty. Thus, if you can rule the third case out, then you'll have proved the theorem. So, suppose that the third case is true and let \alpha - \beta = 2\varepsilon &gt; 0. Can you derive a contradiction from this?
 
Last edited:
Back
Top