Given that $x_1,x_2,x_3,y_1,y_2,y_3$ are positive real numbers satisfying
$$\frac{y_1-x_1}{x_2+x_3} + \frac{y_2-x_2}{x_3+x_1} + \frac{y_3-x_3}{x_1+x_2} > 0.$$
Show that
$$\frac{y_1-x_1}{y_2+y_3} + \frac{y_2-x_2}{y_3+y_1} + \frac{y_3-x_3}{y_1+y_2} > 0.$$
I don't think that common inequalities like AM–GM or Cauchy–Schwarz can apply since it is possible that some of the $y_i-x_i$ is negative. I don't know how to apply rearrangement inequality here. It seems that I need to divide it into many cases.
I tried to disprove this, but I can't. Otherwise, assume that $$\frac{y_1-x_1}{x_2+x_3}\le 0$$ and $$\frac{y_1-x_1}{y_2+y_3} + \frac{y_2-x_2}{y_3+y_1} + \frac{y_3-x_3}{y_1+y_2} \le 0.$$ $$\frac{y_2-x_2}{y_3+y_1} + \frac{y_3-x_3}{y_1+y_2} \le \frac{x_1-y_1}{y_2+y_3}$$ $$(y_2+y_3) \frac{y_2-x_2}{y_3+y_1} + \frac{y_3-x_3}{y_1+y_2} + y_1 \le x_1$$
If I choose $x_1$ according to this inequality and substitute some numbers into the calculator, the original condition is violated. However, I can't algebraically deduce a contradiction. Any help is appreciated.