Intersection nested, closed sequence of intervals

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
mahler1
Messages
217
Reaction score
0
Homework Statement .
Let ##\{I_n\}_{n \in \mathbb N}## be a sequence of closed nested intervals and for each ##n \in \mathbb N## let ##\alpha_n## be the length of ##I_n##.
Prove that ##lim_{n \to \infty}\alpha_n## exists and prove that if ##L=lim_{n \to \infty}\alpha_n>0##, then ##\bigcap_{n \in \mathbb N} I_n## is a closed interval of length ##L##.

The attempt at a solution.

I didn't have problems to prove the existence of the limit: if ##I_n=[a_n,b_n]##, then ##\alpha_n=b_n-a_n## and ##\{a_n\}_n, \{b_n\}_n## are increasing and decreasing bounded sequences respectively, so both are convergent ##\implies \{\alpha_n\}_n## is convergent and ##lim_{n \to \infty} \alpha_n=lim_{n \to \infty}b_n-a_n=lim_{n \to \infty}b_n-lim_{n \to \infty}a_n=b-a##.

Now, I would like to say that if ##b-a>0 \implies \bigcap_{n \in \mathbb N} I_n=[a,b]##, but I don't know hot to prove this part.
 
Physics news on Phys.org
Try showing if x isn't in [a,b] then x isn't in the intersection and if x is in [a,b] then x is in the intersection.
 
Last edited:
  • Like
Likes   Reactions: 1 person
mahler1 said:
Homework Statement .
Let ##\{I_n\}_{n \in \mathbb N}## be a sequence of closed nested intervals and for each ##n \in \mathbb N## let ##\alpha_n## be the length of ##I_n##.
Prove that ##lim_{n \to \infty}\alpha_n## exists and prove that if ##L=lim_{n \to \infty}\alpha_n>0##, then ##\bigcap_{n \in \mathbb N} I_n## is a closed interval of length ##L##.

The attempt at a solution.

I didn't have problems to prove the existence of the limit: if ##I_n=[a_n,b_n]##, then ##\alpha_n=b_n-a_n## and ##\{a_n\}_n, \{b_n\}_n## are increasing and decreasing bounded sequences respectively, so both are convergent ##\implies \{\alpha_n\}_n## is convergent and ##lim_{n \to \infty} \alpha_n=lim_{n \to \infty}b_n-a_n=lim_{n \to \infty}b_n-lim_{n \to \infty}a_n=b-a##.

Now, I would like to say that if ##b-a>0 \implies \bigcap_{n \in \mathbb N} I_n=[a,b]##, but I don't know hot to prove this part.

I guess I'm not seeing anything difficult about this. Can you prove that if x<a then x is not in ##\bigcap_{n \in \mathbb N} I_n##? Same if x>b. And if a<=x<=b then it is? It's just reasoning about what 'intersection' means.
 
  • Like
Likes   Reactions: 1 person
Dick said:
I guess I'm not seeing anything difficult about this. Can you prove that if x<a then x is not in ##\bigcap_{n \in \mathbb N} I_n##? Same if x>b. And if a<=x<=b then it is? It's just reasoning about what 'intersection' means.

Yes, it was just thinking the definition of intersection and apply it, thanks!