-1

As the title says I have problem understanding this proof. It seems ti ne that the proof is only about subsequences and not the main sequence itself. The proof I am referring to is from Two subsequences with different limits limplies **diverge** .

Problem

Prove that if two subsequences of a sequence $\{a_n\}$ have different limits $a \ne b$, then $\{a_n\}$ diverges.

Answer

Pick a value of $c$. We wish to show that the sequence does not converge to $c$. Now, either $b\neq c$ or $a\neq c$ (or both). Without loss of generality, assume $a\neq c$.

Then let $ϵ=\frac{|a−c|}{2}$. Now let $N$ be any natural number.

(1) Our task, now, is to find some $s>N$ so that $|c−x_s|\ge\epsilon$.

(2) Since $\{x_{n_i}\}$ converges to $a$, let $s=n_i$, where $n_i$ is large enough so that $|a−x_{n_i}|<ϵ$ and $n_i\gt N$.

(3) Then $$|c−a|=|c−x_s+x_s−a|≤|c−x_s|+|a−x_s|<|c−x_s|+ϵ=|c−x_s|+\frac{|c−a|}{2}$$ Therefore, $$|c−x_s|>\frac{|c−a|}{2}=\epsilon$$

My understanding of the proof:

(1) This I understand. We want to show that $(x_n)$ diverges and this is the negation of the definition of limits of sequences of real numbers.

(2) Here $n_i$ is chosen such that it is large enough that $|a-x_{n_i}|<\epsilon$ but also $n_i>N$. I have troubles understanding why setting $s=n_i$.

(3) Here it is inferred from from $|a-x_{n_i}|<\epsilon$ that $|a-x_s|<\epsilon$ but $x_{n_i}$ and $x_s$ are members of two different sequences. Is it not possible that there is a $x_s$ such that $|a-x_s|\geq\epsilon$ even if $s=n_i>N$? If $x_s$ are members of the subsequence I don't know how this proof makes sense.

Edit: I don't buy that $|a−x_s|<ϵ$ as it says in (3). Just because there is a $M∈\mathbb{N}$ such that if $n_i≥M$ then $|a−x_{n_i}|<ϵ$ we can't infer from $n_i>N$ and $s=n_i$ that $|a−x_s|<ϵ$. Why? Because it's two different sequences we are talking about. There may be a number in $(x_n)$ even if $s>N$ such that $|a−x_s|>ϵ$ but |$a−x_{n_i}|<ϵ$.

Here I outline the proof using the method above to hopefully clearly show what I have problem understanding.

Suppose we have the alternating sequence $(x_n)=(1,-1,1...)$ and the subsequence $x_{n_i}=(1,1,1,...)$.

Start of proof that the sequence $(x_n)$ is divergent

Let $c\neq 1$, $\epsilon=|c-1|/2$ and $N\in\mathbb{N}$ be arbitrary. For any $\epsilon>0$ and $n_i\in\mathbb{N}$ we have that $|x_{n_i}-1|<\epsilon$. Let $n_i=s>N$, then $|c-1|=|c-x_s+x_s-1|\leq |c-x_s|+|x_s-1|<|c-x_s|+\epsilon$. Right here for me the proof breaks down. We want the proof to be about the main sequence so $x_s$ here are members of $(x_n)$. So $x_s$ is either $1$ or $-1$ so $|x_s-1|=0$ or $|x_s-1|=2$ depending if $s$ is even or odd.

Edit 2: Does the proof above specifically show that the subsequence can't have two different limits and thus $(x_n)$ is divergent?

  • Please only ask one question at a time. You are now asking two questions in one post, which is against community guidelines on how to ask a good question. – 5xum Oct 28 '22 at 04:40
  • Sorry but to me it is the same question just different methods. – per persson Oct 28 '22 at 04:43
  • It's two questions. One question is "how is this proof valid", the other question is "how is this other proof valid". Each question has a separate answer, and deserves a separate post. The two questions may be related, but their answers will be completely separate. – 5xum Oct 28 '22 at 04:44
  • Yes but if I understood how the first one is valid I would also understand the second one. It is the relation about the proofs on subsequences and main sequences that I'm asking about. Let me take a break I'll come back and explain this horrible thread. – per persson Oct 28 '22 at 04:46
  • If you understood the first one, exactly. But for now, let the second one go. Focus on the first one, and try to understand the first one. Once you do, you might also already understand the second one, and you won't even need a second question. Asking both of them at the same time just makes it extremely hard to answer your question, because your question has two sub-questions. Trust me: focus on one question at a time. And focus on concrete proofs, not some hard to grasp concepts. – 5xum Oct 28 '22 at 04:53
  • @5xum Nice one, you said all that and then when coming to what I have a problem understanding you deleted everything. Anyway I have edited my post to clearly state what my problem is. – per persson Oct 29 '22 at 05:13
  • Why $s=n_i$. It's just labels. $n_i$ is chosen that $|a-x_{n_i}| < \epsilon$ using the subsequence that converges to $a$. But we want to apply this index to the entire sequence. We could call the value $n_i$ but that may have associations with the susequence. So we call it $s$ because that is a more neutral name. But that's just it. It's only a name. – fleablood Oct 31 '22 at 22:26
  • 1
  • "but xni and xs are members of two different sequences" well, no. $s = n_i$ so $x_{n_i} = x_s$ and $x_{n_i}$ is one element in the sequence that converges to $a$. But that's enough. For any $N$ we will always find $n_i$ where $x_{n-i}$ is in subsequence of that converges to $a$, so that $x_{n_i}$ is too close to $a$ and therefore too far from $c$. So we cant have any $N$ where all $m>N$ are close to $c$ as there will always be an $n_i$ so that $x_{n_i}$ is to close to $a$.
  • – fleablood Oct 31 '22 at 22:39