Can one always Decide whether a Systems of Nonlinear Equations with Bilinear terms is Feasible? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-21T18:14:09Zhttp://mathoverflow.net/feeds/question/119187http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/119187/can-one-always-decide-whether-a-systems-of-nonlinear-equations-with-bilinear-termCan one always Decide whether a Systems of Nonlinear Equations with Bilinear terms is Feasible?Gavin Rens2013-01-17T16:51:33Z2013-01-17T17:42:18Z
<p>I have come to a point in my PhD research were i need to prove that a particular decision procedure is decidable or not. And if i can solve the sub-problem described below, i shall have proved it. The problem description follows, and then i state my main question.</p>
<p>I have tried to give an example which illustrates the main features of the kind of problem i am dealing with. Giving the problem in general form would be too complicated for the reader.</p>
<p>Let $\alpha_{j}, \beta_{k} \in \mathbb{R}$ be the variables of the problem. Auxiliary variables $y_1,y_2 \in \mathbb{R}$ were added in a preprocessing step. The problem will never have coefficients. Terms will `at worst' be bilinear.</p>
<p>$\alpha_{1} + \alpha_{2} + \alpha_{3} + \alpha_{4} = 1$</p>
<p>$\alpha_{1} + \alpha_{2} = 0.5$</p>
<p>$\alpha_{2} + \alpha_{4} = 0.6$</p>
<p>$\beta_{1} + \beta_{2} = 1$</p>
<p>$\beta_{3} + \beta_{4} = 1$</p>
<p>$\beta_{5} + \beta_{6} = 1$</p>
<p>$\beta_{7} + \beta_{8} = 1$</p>
<p>$\alpha_{1}\beta_{1} + \alpha_{2}\beta_{3} = 0.1$</p>
<p>$\alpha_{2}\beta_{4} + \alpha_{4}\beta_{8} = 0.4$</p>
<p>$-\alpha_{2}\beta_{3} + y_1 \leq -0.7$</p>
<p>$\alpha_{4}\beta_{8} + y_2 \leq 0.33$</p>
<p>$y_1,y_2>0$</p>
<p>$0\leq \alpha_{j} , \beta_{k} \leq 1, \mbox{ for } j =1,2,3,4, k=1,2,\ldots,8.$</p>
<p>Note that this is not an optimization problem. I do not even necessarily want a solution; all i want to know is whether there <em>exists</em> a feasible solution to the system or not.</p>
<p>My question is, <em>Is there a theorem or can one prove that a nonlinear system of equations and inequalities with linear and bilinear terms (as sketched above) is decidable or undecidable w.r.t. the existence of a feasible solution?</em></p>
<p>In fact, it is preferred that $\alpha_{j}, \beta_{k}, y_1,y_2 \in \mathbb{Q}$, the rational numbers. But if results are known only for variables in the real numbers, then it would be very helpful.</p>
<p>I would greatly appreciate your comments on this question.</p>
http://mathoverflow.net/questions/119187/can-one-always-decide-whether-a-systems-of-nonlinear-equations-with-bilinear-term/119200#119200Answer by Andreas Blass for Can one always Decide whether a Systems of Nonlinear Equations with Bilinear terms is Feasible?Andreas Blass2013-01-17T17:42:18Z2013-01-17T17:42:18Z<p>Over the reals, this sort of question is decidable, because it's in the first-order theory of the real field, which is decidable by an old theorem of Tarski. Over the rationals, this is as hard as the general question of solvability of Diophantine equations. The point is that, even if a Diophantine equation involves products of more than two variables, it's equivalent to a system in which additional variables are introduced for sub-products, and these can be defined by quadratic equations. And quadratic expressions that aren't bilinear, like $x^2$, can be replaced by $xy$ where $y$ is fresh variable and the equation $x=y$ is added to the system.</p>