Let $x,y \in \mathbb{R}$ and consider the problem
$$f(x,y) = x^2 + xy + y^2$$
For example, when people say Is Minimax equals to Maximin?, does it mean
$$ \min_{x} \max_{y} f(x,y) = \max_y \min_x f(x,y) ?$$
or that the solution sets are equal?
My confusion stems from, if I were to compute $\min_{x} \max_{y} f(x,y)$, then this value equals to $\infty$ at $(r, \infty)$ for any $r \in \mathbb{R}$. (It does not matter what $x$ is, the value of the problem will always be $\infty$).
Similarly, if I were to compute $ \max_y \min_x f(x,y)$, then the value is $(0, \infty)$. $x$ variable is at minimum at $0$. The value of $ \max_y \min_x f(x,y) $ is yet again $\infty$.
So does this equality mean??
The value of $\min\max f$ and $\max\min f$ are all $\infty$.
But the solution set is different, one is $(r, \infty), r \in \infty$ and the other is $(0, \infty)$.
So when we say minimax and maximin are "equal", do we mean that the solution sets are equal, or just the value at those solutions?