I am working with this problem and I've come up with these inequalities. I have the next two equalities:
$y_1=\frac{1}{2}(x_1+x_2) $
$y_2=\frac{1}{2}(x_1-x_2)$
where the limits are:
$\qquad l_1\le x_1 \le u_1,$ $\qquad l_2\le x_2 \le u_2$
How can I prove that the limits of the variables $y_1,y_2$ are :
$\frac{1}{2}(l_1+l_2)\le y_1 \le \frac{1}{2}(u_1+u_2)$
$\frac{1}{2}(l_1-u_2)\le y_2 \le \frac{1}{2}(u_1-l_2)$
and $x_1,x_2\in {\rm I\!R}$,
$x_1,x_2 \ge 0$
I've done it graphically and I am certain that the feasible region of the two dimensional problem of having $x_1,x_2$ is a square or rectangle, depending on the upper and lower bounds. When I map these points into another Cartesian plane involving now $y_1,y_2$ this square or rectangle is rotated. I would like to know how this can be proven besides graphically.
Thank you so much in advance!