Show that the sequence has a decreasing subsequence

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
mathmari
Gold Member
MHB
Messages
4,984
Reaction score
7
Hi ! :)

Let [tex]x_{n}[/tex] a sequence of positive numbers.How could I show that it has a decreasing subsequence that converges to 0,knowing that inf{[tex]x_{n}[/tex],n ε N} =0??
 
Physics news on Phys.org
mathmari said:
Hi ! :)

Let [tex]x_{n}[/tex] a sequence of positive numbers.How could I show that it has a decreasing sub-sequence that converges to 0,knowing that inf{[tex]x_{n}[/tex],n ε N} =0??

I really think this theorem will help you:

Theorem:
A bounded sequence of [tex]\mathbb{R}[/tex] has a convergent sub sequence.

If a sequence X is bounded,all its sub-sequences will be bounded. Now since every sequence has a monotone sub-sequence (i.e either decreasing or increasing), X will also have a monotone sub-sequence.

Therefore By Monotone Convergence Theorem the sub-sequence being bounded and Monotone will converge.

Your sequence is decreasing, its obvious it will tend to its infimum.
 
mathmari said:
Hi ! :)

Let [tex]x_{n}[/tex] a sequence of positive numbers.How could I show that it has a decreasing subsequence that converges to 0,knowing that inf{[tex]x_{n}[/tex],n ε N} =0??

If $\displaystyle \text{inf} [x_{n}] = 0$ and for all n is $\varepsilon > 0$ then by definition for a $\displaystyle \varepsilon > 0$ it exists at least an n for which is $\displaystyle x_{n} < \varepsilon$ and that means that for all n it exists at least one m for which is $\displaystyle x_{m} < x_{n}$...

Kind regards

$\chi$ $\sigma$
 
Ok!Thank you for your help! :)