Proving or disproving facts about Cauchy Sequences

cauchy-sequencesreal-analysissolution-verification

Exercise 2.6.2 in Understanding Analysis by Stephen Abbott
$\newcommand{\absval}[1]{\left\lvert #1 \right\rvert}$

I'd like someone to verify my solution, and check if my arguments are technically correct. Do I need to add a short proof for (c)?

Give an example of each of the following, or argue that such a request is impossible.

(a) A Cauchy sequence that is not monotone.

(b) A Cauchy sequence with an unbounded subsequence.

(c) A divergent monotone sequence with a Cauchy subsequence.

(d) An unbounded sequence containing a subsequence that is Cauchy.

Proof.

(a) By CC(Cauchy Criterion),
\begin{align*}
\text{Cauchy sequences} \iff \text{Convergent sequences}
\end{align*}

A convergent sequence could be monotone or oscillating. Consider the sequence $(a_n)$ given by,
\begin{align*}
a_n = \frac{1}{n} \sin \left(\frac{n\pi}{4}\right)
\end{align*}

is an example of a Cauchy sequence that is not monotone.

(b) This request is impossible. Cauchy sequences are bounded. All subsequences of a bounded sequence must be bounded.

(c) This request is impossible. By MCT, a monotone and bounded sequence is convergent. The contrapositive of this statement is; if a sequence is divergent, atleast one of the two possibilities must hold (1) the sequence is oscillating (2) the sequence is unbounded. As we are told, the sequence is monotone, it must be the case, that the sequence is unbounded. An unbounded monotone sequence $(a_n)$ cannot nest inside itself, a bounded subsequence $(a_{2n})$ or $(a_{f(n)})$.

(d) This request is impossible. An unbounded sequence cannot contain a bounded subsequence. And Cauchy sequences are always bounded.

Best Answer

Besides (d) this is correct (see the comment). For (c) your proof makes sense but is a little unclear. A self contained proof would be as follows: If $x_n$ were increasing then of course $x_n \rightarrow \infty.$ Suppose there was a subsequence with $x_{n_k} \rightarrow x.$ (This is equivalent to $x_{n_k}$ being Cauchy). Then there exists $N \in \mathbb{N}$ such that $x_N > x.$ Further there exists $k \in \mathbb{N}$ such that $n_k > N.$ Using the monotoneness we have $x \geq x_{n_k} \geq x_N > x.$ You would then need to handle the case when $x_n$ were decreasing too but this is essentially the same argument with the inequality signs swapped.