Suppose I have a set of variables, $x$, $y$, $z$ that are all greater than other variables $a$, $b$ yet we know no relationship between the first set or second set of variables. So we want to show $x > a$, $x > b$, $y> a$, $y> b$, $z > a$, $z > b$ concisely. What is the best way to show this? Is the following accurate? $x, y, z > a, b$?
2026-05-02 03:31:09.1777692669
Notation for showing many variables are greater than other variables
400 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
I would either write out
$$x, y, z \text{ are all greater than both }a\text{ and }b$$
or, if I wanted to express it symbolically,
$$\operatorname{min}(x,y,z)\gt \operatorname{max}(a,b).$$