How do I solve max min (x − y) and min max (x − y) such that y≥0 and x≥0?

872 Views Asked by At

solve max min (x − y) and min max (x − y) such that y≥0 and x≥0

enter image description here

I don't have a clue where to start.

1

There are 1 best solutions below

2
On BEST ANSWER

Start from the inside and work your way out. $$\min_{y\ge 0} x-y$$ is a function of $x$. However, regardless of what $x$ is, the minimum is $-\infty$ as $y$ may be arbitrarily large. Hence, $$\max_{x\ge 0}\min_{y\ge 0}x-y=\max_{x\ge 0} -\infty$$ which is just $-\infty$.