I want to prove the following identity: For every real numbers $a,b,c,$ \begin{gather*} \min\{\max\{a,b\},\max\{a,c\},\max\{b,c\}\}=\max\{\min\{a,b\},\min\{a,c\},\min\{b,c\}\}. \end{gather*} Clearly, let \begin{gather*} L(a,b,c):=\min\{\max\{a,b\},\max\{b,c\},\max\{c,a\}\}, \\ R(a,b,c):=\max\{\min\{a,b\}, \min\{b,c\},\min\{c,a\}\}. \end{gather*} It is clear that $L$ and $R$ are cyclically symmetric. Thus, it is easy to prove $L(a,b,c)=R(a,b,c),$ by just considering the case that $a\geq b\geq c.$ But my question is: Can it possible to prove the statement, without using cyclic symmetry?
Actually, I have finite proving the first part, as follows: Because \begin{gather*} \min\{a,b\}\leq \max\{a,b\},\quad \min\{b,c\}\leq \max\{a,b\},\quad \min\{c,a\}\leq \max\{a,b\}, \end{gather*} we see that $\max\{a,b\}$ is an upper bound of the set $$\{\min\{a,b\},\min\{b,c\},\min\{c,a\}\},$$ and so, $$\max\{\min\{a,b\},\min\{b,c\},\min\{c,a\}\}\leq \max\{a,b\}.$$ Similarly, from \begin{gather*} \min\{a,b\}\leq \max\{b,c\},\quad \min\{b,c\}\leq \max\{b,c\},\quad \min\{c,a\}\leq \max\{b,c\} \end{gather*} we deduce that $$\max\{\min\{a,b\},\min\{b,c\},\min\{c,a\}\}\leq \max\{b,c\},$$ and from \begin{gather*} \min\{a,b\}\leq \max\{c,a\},\quad \min\{b,c\}\leq \max\{c,a\},\quad \min\{c,a\}\leq \max\{c,a\}, \end{gather*} we see that $$\max\{\min\{a,b\},\min\{b,c\},\min\{c,a\}\}\leq \max\{c,a\}.$$ From above we deduce that the number $$\max\{\min\{a,b\},\min\{b,c\},\min\{c,a\}\}$$ is a lower bound of the set $$\{\max\{a,b\},\max\{b,c\},\max\{c,a\}\},$$ and so $$\max\{\min\{a,b\},\min\{b,c\},\min\{c,a\}\}\leq \min\{\max\{a,b\},\max\{b,c\},\max\{c,a\}\}.$$
But how to prove the converse inequality, that is, $$\min\{\max\{a,b\},\max\{b,c\},\max\{c,a\}\}\leq \max\{\min\{a,b\},\min\{b,c\},\min\{c,a\}\}?$$
possible to prove the statement, without using cyclic symmetry?
You could write down the individual cases of sort ordering separately and verify the equality for each. Same idea, just more work. – dxiv Feb 13 '18 at 06:34