Let matrix $A= \begin{bmatrix} 1 & -1 & 1\\ 2 & 1 & 2 \end{bmatrix}$. Find a two dimensional subspace $S^*$ s.t.
$$\underset{{x \in S^*,\|x\|_2 =1}} \min \|Ax\|_2=\underset{{\dim S=2, x \in S},} \max \underset{{\|x\|_2 =1}} \min \|Ax\|_2.$$ I'm not sure how to solve this kind of minimax characterization problem. Thanks!