Let $p(x_1,x_2, \dots , x_n) =a_0+ a_1x_1+a_2x_2+\dots+a_n{x_n}$ be a polynomial where coefficients $a_i$ are integer and variables $x_i$ are exclusively square roots of distinct primes $p_i, \ \ \ $ i.e. $x_i=\sqrt{p_i}$.
I would like to prove that such polynomial never can be equal to $0$.
Example of such polynomial for $n=3 \ \ \ \ $ $p(\sqrt{2},\sqrt{3},\sqrt{5})=1 + 4\sqrt{2}-\sqrt{3} +3\sqrt{5}$.
It's relatively easy to prove that for small $n$.
For $n=1$ expresion $a_0+a_1\sqrt{p_1}$ can't be equal to $0$ because it would mean that from $-a_0/a_1=\sqrt{p_i}$ right side expression would be rational what is not the case.
For $n=2$ expression $a_0+a_1\sqrt{p_1}+a_2\sqrt{p_2} =0$ also can't be equal to $0$.
Squarring both sides of $a_0=-a_1\sqrt{p_1} -a_2\sqrt{p_2} $ would lead to $a_0^2= a_1^2 p_1 +a_2^2 p_2 +2a_1 a_2\sqrt{p_1p_2} $ which also leads to the contradiction as above.
The same technique can be used also for $n=3$ and $n=4$, squarring appropriately sides of equation leads to reduction of the number of square roots in the equation and the contradiction rational vs. irrational can be detected.
For bigger $n$ however this method doesn't act because expressions like $(\sqrt{p_1}+\sqrt{p_2}+\sqrt{p_3})^2$ have the same number of square roots as before squarring, for bigger $n$ the number of square roots in the final expression even increases.
So my question is
- how to prove that $a_0+ a_1x_1+a_2x_2+\dots+a_n x_n \neq 0 $ for arbitrarily big $n$ with constraints imposed on coefficients (integer numbers) and variables (square roots of primes) as above ?