Consider the following inequalities: $$ z \geq f(y) \;\; \mathsf{or} \;\; z \leq f(y)$$ and $$ g(y) \geq x \;\; \mathsf{or} \;\; g(y) \leq x $$ Is there a systematic way to solve for $z$ as a function of $x$? i.e., find some relationship: $$ z \;\; ?? \;\; h(x)$$ The issue I am finding is that I can isolate $y$, but depending on the direction of the inequality, I might not be able to substitute the expression for $y$ in $f(y)$.
Here is a very simple example: $$z \geq y$$ $$y \geq x$$ In this case, we can easily write $z \geq x$, but now consider the example: $$z \leq y$$ $$y \geq x$$ Now, I don't think there any way to write a relationship between $z$ and $x$ without $y$. If not,how do we solve this system of inequalities?

All you can say in the second case is $y \ge \max(x, z) $. Nothing can be said relating $x$ and $z$.