Does every equation involving $+,-,\times,\div,\sqrt{},\mathbb Q$ only have solutions in the algebraic numbers

251 Views Asked by At

Let's say you have an equation $f(x)=0$ where $f:\mathbb R \to \mathbb R$ is composed of $$+,-,\times,\div,\sqrt{},n \in \mathbb Z$$ If $f$ has only finitely many solutions, are all the solutions algebraic?

I've tried (structural) induction. The cases $n$, $\div$ and $\times$ are easy. $+$ and $-$ are not.

I've been trying to reduce it to a polynomial equation. Problem is that doing $\sqrt{A}=B \implies A=B^2$ makes the RHS more complicated. If the RHS contains sums of square roots then this doesn't make progress. (Maybe I could do more work here?)

I don't see how to use the fact the algebraic numbers are closed under the above operations.

I've been trying to think of a counterexample.

2

There are 2 best solutions below

3
On BEST ANSWER

Any radical expression exists in a tower of radical extensions of $\Bbb Q(x)$. For instance, consider

$$ T(x)=\sqrt{\sqrt{x+1}-\sqrt{x-1}}+\sqrt{x}-3.$$

Then $T$ exists in the top of the tower of radical extensions

$$ \begin{array}{c} \Bbb Q\left(\sqrt{x+1},\sqrt{x},\sqrt{x-1},\sqrt{\sqrt{x+1}-\sqrt{x-1}}\right) \\ | \\ \Bbb Q(\sqrt{x+1},\sqrt{x},\sqrt{x-1}) \\ | \\ \vdots \\ | \\ \Bbb Q(x) \end{array} $$

where $\Bbb Q(x)$ is the field of rational functions in $x$. Thus, $T$ is algebraic over $\Bbb Q(x)$, so it has a minimal polynomial, which in this case must have degree $\le 16$ since that's the degree of the extension up top. So $T$ is a root of an irreducible polynomial

$$ c_{16}(x)T^{16}+\cdots+c_1(x)T+c_0(x) \tag{$\ast$} $$

where all the $c_i$s are in $\Bbb Q[x]$ (by clearing denominators if necessary; the polynomial in $T$ needn't be monic), and $c_0(x)$ is not the zero polynomial in $x$ since the above polynomial in $T$ is irreducible. If $x$ is a root of the radical equation $T(x)=0$, then plugging it into $(\ast)$ yields $c_0(x)=0$, making $x$ the root of a polynomial equation - algebraic.

9
On

The set of algebraic numbers is algebraically closed. This seems to be the result you are referring to. Here's a link: https://en.m.wikipedia.org/wiki/Algebraic_number#Properties

Algebraic closure, together with the fact that $\sqrt a$ is algebraic for $a\in \mathbb Z$ (consider $x^2-a$), should suffice to show that combinations of doing the four arithmetic operations plus $x\rightarrow \sqrt x$ to rational numbers results in an algebraic number...

It's not clear that you can replace $Q$ with $\bar {\mathbb Q}$,the set of algebraic numbers, here...