If $\sqrt x + \sqrt y + \sqrt z = \sqrt a + \sqrt b + \sqrt c$ can we find a multivariable polynomial P such that $P(x, y, z, a, b, c) = 0$ ?
For an expression with less than six radicals, I know this is possible.
If $\sqrt x + \sqrt y + \sqrt z = \sqrt a + \sqrt b + \sqrt c$ can we find a multivariable polynomial P such that $P(x, y, z, a, b, c) = 0$ ?
For an expression with less than six radicals, I know this is possible.
Expanding on a comment ...
With the help of Mathematica's
Resultantfunction, we can systematically remove each square root from the expression. (As it turns out, we only need five applications of the function. The last square root goes away "for free".) This can, of course, be done for any number of radicals.In this case, the final result(ant) is a $16$-th degree polynomial with over $29,800$ terms. For completeness, I'll give a representation of that polynomial below, using symmetric polynomials to condense the form:
$$\begin{align} s_1 &:= x + y + z + a + b + c \\ s_2 &:= x y + x z + x a + x b + x c + \cdots \\ s_3 &:= x y z + x y a + x y b + x y c + \cdots \\ s_4 &:= x y z a + x y z b + x y z c + \cdots \\ s_5 &:= x y z a b + x y z a c + x y z b c + x y a b c + x z a b c + y z a b c \\ s_6 &:= x y z a b c \end{align}$$
Here we go ...
$$\begin{align} P(x,y,z,a,b,c) &= s_1^{16} - 32 s_1^{14} s_2 + 448 s_1^{12} s_2^2 - 3584 s_1^{10} s_2^3 + 17920 s_1^8 s_2^4 - 57344 s_1^6 s_2^5 \\ &+ 114688 s_1^4 s_2^6 - 131072 s_1^2 s_2^7 + 65536 s_2^8 - 256 s_1^{12} s_4 + 6144 s_1^{10} s_2 s_4 \\ &- 61440 s_1^8 s_2^2 s_4 + 327680 s_1^6 s_2^3 s_4 - 983040 s_1^4 s_2^4 s_4 + 1572864 s_1^2 s_2^5 s_4 \\ &- 1048576 s_2^6 s_4 + 24576 s_1^8 s_4^2 - 393216 s_1^6 s_2 s_4^2 + 2359296 s_1^4 s_2^2 s_4^2 \\ &- 6291456 s_1^2 s_2^3 s_4^2 + 6291456 s_2^4 s_4^2 - 1048576 s_1^4 s_4^3 + 8388608 s_1^2 s_2 s_4^3 \\ &- 16777216 s_2^2 s_4^3 + 16777216 s_4^4 - 4096 s_1^{11} s_5 + 81920 s_1^9 s_2 s_5 \\ &- 655360 s_1^7 s_2^2 s_5 + 2621440 s_1^5 s_2^3 s_5 - 5242880 s_1^3 s_2^4 s_5 \\ &+ 4194304 s_1 s_2^5 s_5 - 32768 s_1^8 s_3 s_5 + 524288 s_1^6 s_2 s_3 s_5 \\ &- 3145728 s_1^4 s_2^2 s_3 s_5 + 8388608 s_1^2 s_2^3 s_3 s_5 - 8388608 s_2^4 s_3 s_5 \\ &+ 524288 s_1^7 s_4 s_5 - 6291456 s_1^5 s_2 s_4 s_5 + 25165824 s_1^3 s_2^2 s_4 s_5 \\ &- 33554432 s_1 s_2^3 s_4 s_5 + 4194304 s_1^4 s_3 s_4 s_5 - 33554432 s_1^2 s_2 s_3 s_4 s_5 \\ &+ 67108864 s_2^2 s_3 s_4 s_5 - 16777216 s_1^3 s_4^2 s_5 + 67108864 s_1 s_2 s_4^2 s_5 \\ &- 134217728 s_3 s_4^2 s_5 + 4194304 s_1^6 s_5^2 - 33554432 s_1^4 s_2 s_5^2 \\ &+ 67108864 s_1^2 s_2^2 s_5^2 + 67108864 s_1^3 s_3 s_5^2 - 268435456 s_1 s_2 s_3 s_5^2 \\ &+ 268435456 s_3^2 s_5^2 - 122880 s_1^{10} s_6 + 1900544 s_1^8 s_2 s_6 \\ &- 10747904 s_1^6 s_2^2 s_6 + 25165824 s_1^4 s_2^3 s_6 - 14680064 s_1^2 s_2^4 s_6 \\ &- 16777216 s_2^5 s_6 - 3145728 s_1^7 s_3 s_6 + 37748736 s_1^5 s_2 s_3 s_6 \\ &- 150994944 s_1^3 s_2^2 s_3 s_6 + 201326592 s_1 s_2^3 s_3 s_6 - 16777216 s_1^4 s_3^2 s_6 \\ &+ 134217728 s_1^2 s_2 s_3^2 s_6 - 268435456 s_2^2 s_3^2 s_6 - 9437184 s_1^6 s_4 s_6 \\ &+ 83886080 s_1^4 s_2 s_4 s_6 - 218103808 s_1^2 s_2^2 s_4 s_6 + 134217728 s_2^3 s_4 s_6 \\ &- 67108864 s_1^3 s_3 s_4 s_6 + 268435456 s_1 s_2 s_3 s_4 s_6 + 33554432 s_1^2 s_4^2 s_6 \\ &- 268435456 s_2 s_4^2 s_6 - 25165824 s_1^5 s_5 s_6 + 134217728 s_1^3 s_2 s_5 s_6 \\ &- 134217728 s_1 s_2^2 s_5 s_6 - 134217728 s_1^2 s_3 s_5 s_6 + 536870912 s_1 s_4 s_5 s_6 \\ &- 1073741824 s_5^2 s_6 + 150994944 s_1^4 s_6^2 - 805306368 s_1^2 s_2 s_6^2 \\ &+ 1073741824 s_2^2 s_6^2 \end{align}$$