I'm fairly new to formal proof, so when I started learning about real analysis it has been a huge source of confusion to me. Not too long ago I was introduced to the least-upper-bound property, or, what my teacher calls it, the axioma de completez, meaning "axiom of completeness", which states "any non-empty set of real numbers that has an upper bound must have a least upper bound in real numbers." I know that this property somehow sets the rational numbers and the real numbers apart by making the real numbers complete, meaning there are no gaps whatsoever between any element of the set, whereas the rational numbers have gaps (which correspond to irrational numbers); but I don't understand why. To me, it just states that if there's any number that's bigger than all of those in a set (called a bound), then there must be one bound that's smaller than any of the others, called the least upper bound or supremum. Could anybody explain this to a newbie to real analysis and formal proof?
The proof that $\mathbb$ does indeed have the Least Upper Bound property really depends upon how you're defining the real numbers; for example, if $\mathbb$ is constructed using Dedekind cuts, then the proof is rather straight-forward and easy. If you're constructing $\mathbb$ using equivalence classes of Cauchy sequences, then it's involved (at least the proofs I've seen/done).
Thus, I'll use this answer to address the concerns of why the Least Upper Bound property needs to be mentioned at all, and why it doesn't trivially hold true for everything.
Firstly, the Least Upper Bound property is essentially the reason calculus can be done; as we shall see, there are "gaps" in the rational numbers. The ability to take limits, which is central to everything done in Real Analysis, is closely related to the Least Upper Bound property. To show why this is the case, I'll quote some equivalences:
All of the above are equivalent, and all are central to Real Analysis.
As far as the Least Upper Bound property not holding more generally in, for example, $\mathbb$, consider the following set: $$\ < q\in \mathbb\mid q>0 \wedge q^2$$ It is clearly bounded above; 2 is an upper bound, for example. Does this set have a least upper bound? In $\mathbb$ it certainly would, and would be $\sqrt$; since $\mathbb$ is dense in $\mathbb$, if there were a least upper bound in $\mathbb$ for this set, then it would also be a least upper bound of the set in $\mathbb$. But we know that $\sqrt$ is irrational, so this cannot be the case. Thus, $\mathbb$ cannot have the Least Upper Bound property. This is why the Real numbers are necessary.
answered Apr 3, 2014 at 23:52 16.9k 1 1 gold badge 39 39 silver badges 66 66 bronze badges $\begingroup$ Thanks! It makes a bit more sense now. $\endgroup$ Commented Apr 4, 2014 at 0:28$\begingroup$ Is it correct that none of the equivalences can be proved without assuming one of them? E.g. you can assume all cauchy sequences converge and use that to prove the Least Upper Bound Property. Or you can go in the other direction. But you can't prove any of the equivalences without assuming one. $\endgroup$
Commented Oct 15, 2017 at 10:27$\begingroup$ In proving that two propositions $P$ and $Q$ are equivalent, the traditional way is to assume that $P$ is true and conclude that $Q$ is as well, and vice-a-versa. This isn't the only way to go about it though. $\endgroup$
Commented Oct 16, 2017 at 4:01 $\begingroup$Take any $x_\infty\in\Bbb R\setminus \Bbb Q$.
You can find an increasing sequence of rational numbers $\left(x_n\right)_
Then, take $\left\
That's the problem of rational number: you can have sequences of them that converge to something outside of the rational numbers. But since we can't really talk about the limit if we restrict ourselves to $\Bbb Q$, we have to define a new notion: Cauchy sequences.
$u_n$ is a Cauchy sequence iff $\forall \varepsilon>0, \exists N\in \Bbb N, \forall n \ge N, \forall m\ge N, \left|u_n-u_m\right|
The idea is that if you give me a small $\varepsilon$, I can give you a $N\in \Bbb N$ so that if you draw a circle of radius $\varepsilon$ around $u_n$ for $n\ge N$, it'll contain all the $u_m$ for $m\ge N$.
And that's what real numbers are: Cauchy sequences. You have a circle that you can make as small as you want by giving smaller and smaller $\varepsilon$s and you imagine a point it converges to even though that point is not in $\Bbb Q$.
The idea is that simple. Then you have to define the operations on Cauchy sequences. For example $(u+v)_n=u_n+v_n$. But then you have to prove that if $u$ and $v$ are Cauchy sequences (think "real number"), then $u+v$ is a Cauchy sequence (thing "real number"). There are a few additionnal problems like the fact that there are several Cauchy sequences that converge to the same point. For example if you just change the $u_0$. So a real number is the set of all Cauchy sequences that converge towards the point we imagined to represent that real number. But then having sets makes defining $+$ harder. Etc. It's long and fastidious but in the end, you get all the properties of the real numbers that you know.
Anyway, if you had to remember something from this, it would be that there are sequences of rationnal number that look like they converge to some non-rational number so we create those numbers and represent them by sequences converging towards them.
To link this to your question about upper bounds, note that either the upper bound is in the set or there is a sequence of elements of the set that converges to your upper bound.