Why the set $ \mathcal{S} = \left\{x\in\mathbb{Q} : x>0 , x^2<2 \right\} $ doesn't have the least-upper-bound in $\mathbb{Q}$?

1.5k Views Asked by At

Why this set $$ \mathcal{S} = \left\{x\in\mathbb{Q} :x>0 , x^2<2 \right\} $$ does not have a least upper bound in $\mathbb{Q}$ ? I am not seeking for a proof, but rather want to get a clear sense that this set has no least upper bound. I know that $\sqrt2$ would the lub if the set we are working on was real numbers. But if we consider the set of rational numbers it has no lub because $\sqrt2$ is irrational? How can it be explained more clearly?

And also can you give me a nice source that explains this argument ?

4

There are 4 best solutions below

2
On BEST ANSWER

If you are working in a context where the basic facts about the real numbers are already known, then you can simply apply those; given any rational upper bound $u$ to $S$, there exists another rational number $u'$ satisfying $\sqrt{2} < u' < u$, and thus $u'$ is a smaller upper bound.

Since $u$ was arbitrary, no rational upper bound can be a least upper bound.


When not working in such a context, coming up with a well-motivated proof isn't particularly enlightening (better to learn the ideas in the context of doing real analysis rather than when working under restricted conditions); the following trick derived from Newton's method to find a root of $x^2 - 2$ is instead used:

Define a function on nonzero rationals

$$ f(x) = \frac{x + \frac{2}{x}}{2} $$

If $x^ 2> 2$, then it's pretty easy to see that $f(x) < x$. Furthermore, $f$ has the distinctive property that

$$ f(x)^2 - 2 = \frac{(x^2-2)^2}{(2x)^2} $$

which, among other things, shows that you always have $f(x)^2 > 2$ when $x$ is a nonzero rational.

Note, given my comment above, this argument is meant to be one that is easily verified; it is not intended to be particularly enlightening, to be a demonstration of the tools you'll be learning, or to be something you'd be expected to be able to come up with on your own.

0
On

Let $a$ be a rational upper bound of $S$. Prove that $$b=\frac12\left(a+\frac2a\right)$$ is also a rational upper bound of $S$ and that $a>b$.

0
On

Hint: Let $s$ be the supremum of $S$, assuming it exists.

If $s>\sqrt2$, then we can find another upper bound between $s$ and $\sqrt 2$ (why)?

If $s< \sqrt2$, then we can find some $z\in S $ such that $z>s$. (Again why?)

0
On

You got it right. Because $\sqrt{2}$ is the infimum of $\mathcal{S}$ but it doesn't belong to $\mathcal{S}$, so $\mathcal{S}$ has no least-upper-bound.

More precise, you can assume that $A$ is the least-upper-bound of $\mathcal{S}$. So $x < A$ for all $x\in \mathcal{S}$ and $A\in \mathcal{S}$, i.e A is rational . But you always can take $A'$ is rational and $A^2 < A'^2 < 2$.