Subsequence of the sequence $\frac{1}{n}$

322 Views Asked by At

I would like to construct a subsequence of the sequence $\large a_n = \frac{1}{n}$, so that the indices of the subsequence are determined by:

$n_1 = 1$ and $n_{k+1}$ is the smallest integer greater than $n_k$, such that if $m,n > n_{k+1}$, we have $|a_m - a_n| < 2^{-k-2}$.

2

There are 2 best solutions below

6
On

If $m,n>n_{k+1}$ then $$\left|\frac1n-\frac1m\right|<\frac1{n_{k+1}+1}.$$

On the other hand, $n=n_{k+1}+1,$ then: $$\lim_{m\to\infty}\left|\frac1n-\frac1m\right|=\frac1{n}=\frac1{n_{k+1}+1}$$

So you want $\frac1{n_{k+1}+1}\leq \frac1{2^{k+2}},$ or $n_{k+1}\geq 2^{k+2}-1.$ So the smallest we can choose is $n_{k+1}=2^{k+2}-1.$

0
On

Can you explain the second part of the proof to me? An example of I1, I2, I3 with $a_n = 1/n$.

Theorem: A sequence of real numbers $(a_n)$ is convergent if and only if it satisfies the Cauchy condition.

Proof: The condition is necessary. If $\lambda$ is the limit of the sequence, then for every $\epsilon > 0$, there exists a $\overline n$ such that

$|a_n - \lambda|< \epsilon \hspace{5mm} \forall n > \overline n $

This implies that if $m, n > \overline n$, we also have:

$|a_m - a_n| = |(a_m - \lambda) + (\lambda - a_n)| \leq |a_m - \lambda| + |\lambda - a_| < \epsilon + \epsilon = 2 \epsilon$ hence the result.

The condition is also sufficient. If $(a_n)$ is a Cauchy sequence, we can define an induction sequence of integers $(n_k)$ as follows: $n_1 = 1$, and $n_{k+1}$ is the smallest integer $> n_k$ such that if $m, n > n_{k+1}$, then $|a_m - a_n| < 2^{-k-2}$. Let $I_k$ be the closed interval defined as follows: $[a_{n_k} - 2^{-k}, a_{n_k} + 2^{-k}]$: we have $I_{k+1} \subset I_k$ since $|a_{n_k} - a_{n_{k+1}}| < 2^{-k-1}$, and on the other hand, for $n > n_k$, we have $a_n \in I_k$ by definition. But now it is clear that: $\bigcap\limits_{k=1}^{\infty}I_k = {\lambda}$, where

$\lambda = \underset{k}{sup} (a_{n_k} - 2^{-k}) = \underset{k}{inf} (a_{n_k} + 2^{-k})$

that is to say $\lambda \in I_k \hspace{4mm} \forall k$ and therefore in particular:

$|a_n - \lambda| < 2^{-k-1} \hspace{5mm} \forall n > \overline n_k$.