This feels like a simple question but I am having a sort of writer's block with it.
Show that $L = \{x \in \mathbb{Q}: x^2 < 2 \text{ or } x < 0\}$ has no maximal element.
Any help will be appreciated.
This feels like a simple question but I am having a sort of writer's block with it.
Show that $L = \{x \in \mathbb{Q}: x^2 < 2 \text{ or } x < 0\}$ has no maximal element.
Any help will be appreciated.
Hint: It is enough to consider $x>0$ such that $x^2< 2$. Find $h \in (0,1)$ such that $(x+h)^2<2$. You'll see that $h$ is rational when $x$ is rational, and so is $x+h$.
Solution:
It is enough to solve $x^2+2xh+h \le 2$ because then $(x+h)^2=x^2+2xh+h^2 < x^2+2xh+h \le 2$, since $h^2 < h$. Solving $x^2+2xh+h = 2$ gives $h = \dfrac{2-x^2}{1+2x} > 0$, which is rational when $x$ is rational.
For any $x$ in your set, we need to find another element greater than $x$ also in the set. For nonpositive $x$ we can take $0$; otherwise, we can take:$$f(x)=x+\frac{2-x^2}{100}$$In fact, for any rational $q$ with $q>2\sqrt2$, the formula $x+\frac{2-x^2}q$ works. I'm just playing it safe.
It's clear that $f(x)>x$ if $x^2<2$. In addition, the quadratic is increasing for all $x$ less than $q/2=50$ (since that's where the vertex of the parabola is), so $x<\sqrt2$ implies $f(x)<f(\sqrt2)=\sqrt2$, which guarantees that $f(x)$ is also in the set.