According to Von Neuman's minimax theorem we have
$$\max_{x\in X} \min_{y\in Y}f(x,y)=\min_{y\in Y} \max_{x\in X} f(x,y)$$
for some compact sets $X$ and $Y$ and a convex (in $y$), concave (in $x$) function $f(x,y)$.
Is there any use of compactness constraint, IF both maximum and minimum are known to exist for any case?
In other words does compactness play another role in addition to guaranteeing the existence of the solutions?
Thanks in advance.