1

let's say $(x_n)_n$ is a row in $\mathbb{R}$. If $(x_{2n})_n, (x_{2n+1})_n$ and $(x_{3n})_n$ converges, I want to prove that $(x_n)_n$ also converges.

I think it's normal because $(x_n)_n$ exist out of the three rows, but I can't prove it. Can someone help me with this?

questmath
  • 875
  • 5
  • 11

2 Answers2

3

Suppose that $(x_{2n})$ converges to $R$, $(x_{2n+1})$ converges to $S$ and $(x_{3n})$ converges to $T$.

Consider the sequence $(x_{6n})$: it's a subsequence of $(x_{2n})$, so it converges to $R$. But it's also a subsequence of $(x_{3n})$, so it converges to $T$, showing that $R=T$. Similarly, $(x_{6n+3})$ is a subsequence of both $(x_{2n+1})$ and $(x_{3n})$, showing that $S=T$, and hence $R=S$.

Finally, note that the sequences $(x_{2n})$ and $(x_{2n+1})$ partition the sequence $(x_{n})$ into two disjoint subsequences, both converging to the same limit $R$, implying that $(x_{n})$ converges to $R$.

Jay Fox
  • 41
2

Let $l_1 = \lim\limits_{n \to \infty} x_{2n+1}$, $l_2 = \lim\limits_{n \to \infty} x_{2n}$ and $l_3 = \lim\limits_{n \to \infty} x_{3n}$

It is sufficient to prove that $l_1 = l_2$ which immediately follows from

$$l_1 = \lim\limits_{n \to \infty} x_{2(3n + 1)+1} = \lim\limits_{n \to \infty} x_{3(2n+1)} = l_3 = \lim\limits_{n \to \infty} x_{3(2n)}=\lim\limits_{n \to \infty} x_{2(3n)}=l_2$$