Understanding the Proof of R is Complete: S Explained

  • Thread starter Thread starter VonWeber
  • Start date Start date
  • Tags Tags
    Complete Proof
VonWeber
Messages
52
Reaction score
0

Homework Statement



I'm reading a book on analysis independently. There is a Theorem that R is complete, i.e. any Cauchy sequence of real numbers converges to a real number.

He let's a1, a2, a3, ... be a Cauchy sequence, then considers the the set:

S = { x an element of R : x ≤ an for an infinite number of positive integers n }

and the proof shows that lim an = supS.

I'm baffled at what the set S is supposed to be. The proof won't work if it is the intersection of sets { x : x ≤ an } for all n, nor union of such sets. It can't be the limit of an because this is a proof of it's existence.
 
Physics news on Phys.org
The set S seems explicitly described.

x is in S if and only if x is less than or equal to infinitely many of the a_i.
 
If R is not complete, then there exists a convergent sequence that converges to number that is not real.

So to show R is complete, you must show ALL convergent sequences converge to a real number. We already know all convergent sequences are Cauchy, so if you show all Cauchy sequences in R converge to a number in R, then you have shown all convergent sequences converge to a number in R which by def means R is complete.

If you already knew the above sorry =b

By axiom (I believe, I am rusty), R has the least upperbound (lub) property. That means if I have a sequence with an upper bound, it will have a least upper bound, and what's important for this proof is that by "have a least upper bound" we mean that not only does the lub exist, but it is a real number.

What's the goal? To show a_n is is a real number.

Well, your proof comes up with a bounded (by above) set, which gives it a lub that is real. Then it turns out that a_n is the lub, so a_n is real. Which is the goal.


If you also already knew the above then bourbaki probably explained it.. I can only help with an example:

Consider:
a_n := 1/n ie 1, 1/2 , 1/3, 1/4 (just a random convergent sequence).. then

S = R^- U { 0 } (all the negative real numbers and 0).

You can see easily that the lub is 0 and that a_n converges to 0.

what if we let it go to 0 from the left?
a_n = 0 - 1/n ie -1, -1/2, -1/3 etc

S = (-infty,0) // why not 0?

Anyways,.. again the lub is 0 and this is another example of an S.

So the quick answer is S is a trick used to solve the problem, and someone (I hope!) spent a long time figuring it out.. I only hope because it would have taken me personally a long time, if ever, to prove it like this.
 
mistermath said:
If R is not complete, then there exists a convergent sequence that converges to number that is not real.
How, exactly are you defining "convergent" in this case? I would have said, rather, that there exist Cauchy sequences that do not converge.

So to show R is complete, you must show ALL convergent sequences converge to a real number.
again, since you are working in the real number system, there are no numbers except real numbers. How are you defining "converge" here?

We already know all convergent sequences are Cauchy, so if you show all Cauchy sequences in R converge to a number in R, then you have shown all convergent sequences converge to a number in R which by def means R is complete.

If you already knew the above sorry =b

By axiom (I believe, I am rusty), R has the least upperbound (lub) property. That means if I have a sequence with an upper bound, it will have a least upper bound, and what's important for this proof is that by "have a least upper bound" we mean that not only does the lub exist, but it is a real number.

What's the goal? To show a_n is is a real number.

Well, your proof comes up with a bounded (by above) set, which gives it a lub that is real. Then it turns out that a_n is the lub, so a_n is real. Which is the goal.


If you also already knew the above then bourbaki probably explained it.. I can only help with an example:

Consider:
a_n := 1/n ie 1, 1/2 , 1/3, 1/4 (just a random convergent sequence).. then

S = R^- U { 0 } (all the negative real numbers and 0).

You can see easily that the lub is 0 and that a_n converges to 0.

what if we let it go to 0 from the left?
a_n = 0 - 1/n ie -1, -1/2, -1/3 etc

S = (-infty,0) // why not 0?

Anyways,.. again the lub is 0 and this is another example of an S.

So the quick answer is S is a trick used to solve the problem, and someone (I hope!) spent a long time figuring it out.. I only hope because it would have taken me personally a long time, if ever, to prove it like this.
 
I like your wording better.

If R is not complete, then there exists a Cauchy sequence that does not converge.

Thanks :)
 
n_bourbaki said:
The set S seems explicitly described.

x is in S if and only if x is less than or equal to infinitely many of the a_i.

Thanks, perfect. Sometimes just hearing something said with different wording helps people get unstuck.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top