Prove that the least upper bound of $A$ cannot be rational

127 Views Asked by At

Let $A\subseteq\mathbb{Q}$ be defined by $$ A=\{x\in\mathbb{Q}:x^2<2\}. $$

Prove that $A$ cannot have a least upper bound in $\mathbb{Q}$.

I know I could prove that $\sqrt2$ is the least upper bound of $A$ and prove that $\sqrt2$ is irrational. However, I'm looking to prove this using an alternative method because it might not always be obvious what the least upper bound should be.

Initial thoughts

My initial thinking is to prove this by contradiction.

So, suppose $y\in\mathbb{Q}$ is the least upper bound of $A$. Then for any $z\in\mathbb{R}$ with $z<y$, we can find $a\in A$ such that $a>z$.

Since $a\in A$, we have that $a=m/n$ for some $m,n\in\mathbb{Z}$ and that $a^2<2$. Similarly, since $y\in\mathbb{Q}$, we have that $y=p/q$ for some $p,q\in\mathbb{Z}$.

Problem

I'm not sure how to combine these facts to construct a contradiction. Any hints/insights would be great.

1

There are 1 best solutions below

9
On

There exists a function $f: [0, \infty) \to [0, \infty)$ with the following properties:

  • $f(x) \in \mathbb{Q}$ if $x \in \mathbb{Q}$,
  • $f$ is increasing,
  • $x < f(x) < 2$ if $x < 2$.

Thus for any proposed $a \in A$, we have

  • $f(a) \in A$ and
  • $f(a) > a$.

This shows that $a$ cannot be the supremum of $A$.

Can you find such a function? Spoiler below.

The rational function $$f(x) = \frac{4 + 3x}{3 + 2x}$$ works. It is constructed as $f(x) = g(g(x))$, where $$g(x) = \frac{2 + x}{1 + x}$$ which also converges to $\sqrt{2}$ upon iteration, but in an alternating manner.