Proof that real Cauchy sequences converge using the definitions only

557 Views Asked by At

What I have been given is that all Cauchy Sequences are bounded (proven by the definition of Cauchy sequences), definition of Cauchy sequences, definition of convergent sequences.

Note that all Cauchy Sequences are in real set. Also, I don't yet know about spaces and all, so please don't use those terminologies and all. Also, please don't use subsequences and all, if you want, please specify their meanings and definitions.

Can I prove that Cauchy Sequences converge?

My try (Not at all successful):

Given that, for every $\epsilon>0$, there exists a natural number $N$, such that $$|a_m-a_n|<\epsilon \space\space\forall\space \space n,m\geq N$$

So $|a_n-L|\leq|a_n-a_m|+|a_n-L|\leq\epsilon+|a_m-L|$ where L is any real number.

I think that it can be done after that, but I just cannot get anything ahead.

4

There are 4 best solutions below

4
On

In the construction of the reals from the rationals, there is a theorem called the general principle of convergence which states that in the reals that all Cauchy sequences converge.

(General Principle of Convergence) All Cauchy sequences converge.

This can be deduced from your other properties such as L.U.B(Least Upper Bound Property) or Bounded Monotonic Sequence Property.

(Least Upper Bound Property) If every non-empty susbset with an upper bound has a least upper bound.

And

(Monotonic Sequence Property) Every monotonically increasing/decreasing sequence with an upper bound/lower bound converges.

In fact, it can be shown that the following three are equivalent.

  1. (General Principle of Convergence) plus Archimedean Principle(which states the naturals are unbounded)

  2. (Least Upper Bound Property)

  3. (Monotonic Sequence Property)

Usually, one starts with the Least Upper Bound Property or the Monotonic Sequence Property and deduce the other equivalences.

2
On

Every bounded sequence of real numbers have limit numbers. That is numbers that the terms of sequence can arbitrarily come close to them. This set of limits numbers has minimum and maximum. The sequence has then a limit if these 2 coincidice.

0
On

The reason why Cauchy sequences converge has less to do with elementary definitions of the limit, than with the topological property of completeness, whose very definition is precisely this: every Cauchy sequence converges. Equipped only with the information that a certain sequence is Cauchy, you cannot prove that it converges without reference to the completeness of the underyling space containing it, because if you could, you could copy the argument to a non-complete metric space, where some Cauchy sequences do not converge.

The fact that every bounded sequence has a convergent subsequence also uses completeness, indirectly.

As your "argument" shows, the main difficulty lies in producing the candidate for the limit. It is simply not part of the information carried by just being a Cauchy sequence. This is because the only candidate for the limit may simply not exist in the underlying space - as in the case of rational numbers with the usual metric. This is the essence of the definition of completeness: filling in the "holes" created by those "non existent" limits of Cauchy sequences. This is in fact how completion of a metric space is constructed.

The proof in wikiproof referred to in the comments is not correct.

0
On

It depends on what you are using as your primary definition of the real numbers - all definitions are equivalent, but proofs like this one are part of demonstrating that this is true. Let's assume you know that every non-empty set of reals which is bounded above/below has a least upper/greatest lower bound.

Let $U$ be the set of real numbers which are greater than an infinite number of elements of the sequence, and $D$ be the set of real numbers which are less than an infinite number of elements of the sequence. Show that $U$ is non-empty and bounded below, hence has a greatest lower bound $L_u$. Similarly $D$ has a least upper bound $L_d$. Now show that $L_u=L_d=L$ the limit you are looking for.