[Math] If every convergent subsequence converges to $a$, then so does the original bounded sequence (Abbott p 58 q2.5.4 and q2.5.3b)

proof-verificationreal-analysis

Assume $(a_{n})$ is a bounded sequence such that every convergent subsequence of $(a_{n})$ converges to the same limit $a\in \mathbb{R}$. Show $(a_{n})$ must converge to $a$.

Prove by contradiction. Prove the contrapositive: If $(a_{n})$ is a bounded sequence that doesn't converge to the number $a\in \mathbb{R}$, then there is some subsequence that converges to $b \neq a$ (videlicet, not every convergent subsequence converges to a).

1. How to presage proof by contrapositive? Why not a direct proof?

Suppose $(a_{n})$ is a bounded sequence that does not converge to $a$. In other words, negate [ for every $\epsilon >0$, there is an $N\in \mathbb{N}$ such that, for all $n\geq N,\ |a_{n}-a|<\epsilon$ ]. Pass the negation through the various quantifiers. Then this means that there is some $\epsilon_{0}>0$ such that, for all $N\in \mathbb{N}$, there is an $n \geq N$ such that $|a_{n}-a|\geq\epsilon_{0}$. Stated in plainer language, we're assuming that there is some $\epsilon_{0}>0$ such that infinitely many of the $a_{n}$'s are at a distance at least $\epsilon_{0}$ away from $a$.

Now, these infinitely many $a_{n}$'s form a subsequence; call it $(a_{n_{k}})$ . Since $(a_{n})$ is bounded, the subsequence $(a_{n_{k}})$ is also bounded. Thus, by the Bolzano-Weierstrass Theorem, $(a_{n_{k}})$ contains a convergent subsequence $(a_{n_{k_{\ell}}})\rightarrow b$. Since each of the $a_{n_{k_{\ell}}}$ is at a distance at least $\epsilon_{0}$ from $a$, so $b\neq a$. Ergo, not every convergent subsequence of $(a_{n})$ converges to $a. \square $

2. I understand the steps of the proof, but not the modus operandi of the proof.
Question posits a convergent subsequence, so we work with $\{a_{n_k}\}.$
How to presage we need a convergent sub sub sequence $\{a_{\Large{{n_{k_l}}}}\} $?

3. Intuition please? Figure please?

I forgot I asked about this earlier, but this question betters the old one.

Best Answer

A direct proof is normally easiest when you have some obvious mechanism to go from a given hypothesis to a desired conclusion. (E.g. consider the direct proof that the sum of two convergent sequences is convergent.)

However, in the statement at hand, there is no obvious mechanism to deduce that the sequence converges to $a$. This already suggests that it might be worth considering a more roundabout argument, by contradiction or by the contrapositive.

Also, note the hypotheses. There are two of them: the sequence $(a_n)$ is bounded, and any convergent subsequence converges to $a$.

When we see that the sequence is bounded, the first thing that comes to mind is Bolzano--Weierstrass: any bounded sequence has a convergent subsequence.

But if we compare this with the second hypothesis, it's not so obviously useful: how will it help to apply Bolzano--Weierstrass to try and get $a$ as the limit, when already by hypothesis every convergent subsequence already converges to $a$?

This suggests that it might be worth trying to find an argument where we get to apply Bolzano--Weierstrass in such a way that we get a convergent subsequence with a limit different from a; and so obtain a contradiction. In other words, combining the given hypotheses with our basic tool (Bolzano--Weierstrass), it seems that going for a proof by contrapositive/contradiction might be a fruitful approach. (Of course, we don't know for sure until we're done $\ldots$; but I'm trying to describe a thought process which would suggest the approach via the contrapositive.)


Contrapositive also suggests itself if we just write down what we are trying to do:

We want to show that $(a_n) \to a$.

  • If it does, great! We're done.

  • If not, then by definition of convergence to $a$, there is an $\epsilon_0 > 0$ and a subsequence $(a_{n_k})$ of $(a_n)$ such that $|(a_{n_k}) - a| \geq \epsilon_0 $ for all $k$. (Deriving this step is the content of the paragraph that begins "Suppose ... " and finishes "Stated in plainer language ... ", together with the first sentence of the next paragraph.)

When you're trying to construct a proof, and you don't see what to do yet, it's always a good idea to write down the definition of what you're trying to prove, and its negation. Then you can look at them and see which one meshes better with your given hypotheses.

Here, as I said, there's no obvious mechanism to directly derive that $(a_n) \to a$. But if we assume the negation, by its very definition it gives us a subsequence, and we can apply Bolzano--Weierstrass to this subsequence. (You might ask why we don't apply Bolzano--Weierstrass directly to our original sequence. But as I already wrote above, this won't give anything. But our subsequence $(a_{n_k})$ can't converge to $a$ --- it always stays a positive distance $\epsilon_0$ away from $a$. So now we can get some mileage from Bolzano--Weierstrass.)


As to why we get a sub-sub-sequence, that just comes up naturally when we apply Bolzano--Weierstrass (which produces a subsequence) to the negation of the statement that $(a_n) \to a$ (which already prodced a subsequence).

You shouldn't focus too much on the iterated sub's! Instead, think in terms of procedures: first we applied the negation of the statement to be proved (and that gave us a subsequence), then we applied Bolzano--Weierstrass (and that gave us a subsubsequence).


You may want to look at some of Timothy Gower's posts on proofs in real analysis. (My discussion here is to quite a large extent inspired by his view-point. The link is to a fairly recent post, but he has some earlier posts too; see here for some. In particular, I like this one. With some googling you should be able to find more, I think; he is very interested in theorem-proving as a process, and has written a lot about it in a way that might help you.)