I would like to know if somebody knows how to properly divide one inequality by another, as a resolution method similar to when we divide one equality by another.
Take this as an example: $x^2 - y^2 \lt 8$ and $x + y \gt 3$.
I want to know if it is possible to factor the left hand side of the first equation, to multiply by $-1$ the second equation and divide both equation as to obtain: $y - x \gt -8/3$. I don't really know if the sign must be < or >.
Thanks!