1

I want to write the following in standard mathematical notation.

All integers $i, j$ such that $f(i, j) > E$ and $f(k, l) > E + \Delta E$ or $f(i, j) > E + \Delta E$ and $f(k, l) > E$

where $f$ monotonically increases with the square of each integer and $E$ and $\Delta E$ are both positive. It could be also written

$f(i, j), f(k, l) > E$ and at least one of $f(i, j)$ or $f(k, l)$ are $> E + \Delta E$.

I'm looking for an easy to read way to write this, not something that involves multiplication or some other technique that enforces this constraint mathematically but might take a while for some to understand how.

Is there an easy way to write this "...at least one of these two expressions is greater than...?" requirement?

YuiTo Cheng
  • 4,705
uhoh
  • 1,864

1 Answers1

1

The inequalities in your original post don't seem to be equivalent, but with the new ones not something like $max(f(i, j), f(k, l))>E+\Delta E$, $min(f(i,j), f(k, l))>E$ or similar?

Max
  • 14,233