Operator for comparing an n-tuple

155 Views Asked by At

Suppose you have to compare the following two finite ordered list of elements (tuples): $(\psi_{i}, R_{i}, A_{i}, \eta_{i})$ and $(\psi_{i}^{*}, R_{i}, A_{i}, \eta_{i})$ and for instance it turns out that $(\psi_{i}, R_{i}, A_{i}, \eta_{i})$ is at least as good as $(\psi_{i}^{*}, R_{i}, A_{i}, \eta_{i})$ if some conditions hold. Can "at least as good" be represented with the following symbol $\geq$ or there is another way to represent this relation?

1

There are 1 best solutions below

1
On BEST ANSWER

You are defining a partial order on the lists. You could use $\ge$ to show that, but people may confuse it with the usual greater than order. You might want to use $\succ$ or $\succeq$, which are often used with some other order relation.