I am wondering if there is a way to transform the conjunction of inequalities into one single equation.
For example, let $x_i$ be variables and $a_i$ be fixed integers. The following condition $$(x_1 = a_1) \wedge (x_2 = a_2)\wedge \cdots \wedge (x_n = a_n) $$ can be transformed to
$$(x_1 - a_1)^2 + (x_2 -a_2)^2 + \cdots + (x_n -a_n)^2 =0. $$
Now consider the condition consisting of the conjunction of inequalities: $$(x_1> a_1) \wedge (x_2 > a_2)\wedge \cdots \wedge (x_n > a_n) .$$
Is is possible to transform it to a single equation? Like the above example. Such a single equation should not contain $\wedge$ or $\vee$.
Edit 1: For two-dimensions, $(x_1> a_1) \wedge (x_2 > a_2)$,we can think about the angle of between the vector $(x_1-a_1,x_2-a_2)$ and the $x_1$ axis. Can it be extended to higher dimension?
Edit 2: To make it more clear. The question is to find an analytic function $f(x_i,a_i)$. Given the input $x_1,\cdots,x_n,a_1,\cdots,a_n$, let $g = f(x_1,\cdots,x_n,a_1,\cdots,a_n)$. The condition $$(x_1> a_1) \wedge (x_2 > a_2)\wedge \cdots \wedge (x_n > a_n) $$ is equavalent to "$g$ satisfies certaion conditions (e.g., $g >0$)".
Yes. The condition $(x_1>a_1)\wedge\cdots\wedge (x_n>a_n)$ is equivalent to $$ \min_i \left(x_i-a_i\right) > 0. $$
If the idea is to plug it into a calculator and do it approximately, you can choose a sufficiently large $m$ and just impose
$$ \left(\frac{a_1}{x_1}\right)^m + \cdots + \left(\frac{a_n}{x_n}\right)^m < 1 $$
the equivalence is approximate this time, but it can be made as precise as needed by increasing the number $m$. It only works when all the $a_i$ and $x_i$ are positive, or from another point of view, it approximates the condition $|x_i|>|a_i|\;\forall i$.