Let $\{a_{n}\}$ be a sequence of real numbers, where $0
Decreasing subsequence
2
$\begingroup$
sequences-and-series
2 Answers
3
Yes: since the sequence converges to $0$, for every $\epsilon\gt 0$ there exists $N\in\mathbb{N}$ such that for all $n\geq N$, we have $0\lt a_n\lt\epsilon$.
So define the sequence recursively: take $a_1$. Then let $\epsilon = \frac{a_1}{2}$; we know there is an $n_1\gt 1$ such that $a_{n_1}\lt \frac{a_1}{2}$. Now take $\epsilon = \frac{a_{n_1}}{2}$; we know there exists $n_2\gt n_1$ such that $a_{n_2}\lt \frac{a_{n_1}}{2}$.
Lather, rinse, and repeat.
-
0@Stanley: Yes, you are right. – 2012-06-11
0
Yes. Put $n_1 = 1$. Suppose $n_1
-
0Can be simplified slightly, since $\min \{a_{n_j}, 1 \le j \le k\} = a_{n_k}$. – 2012-06-11