Show $ F =\{ (x_1,x_2,x_3) \in \mathbb{R^3} : x_1 = x_2 = x_3 \}$ is closed.
I'd like help finishing off my solution below. Other answers are appreciated as well.
It suffices to show that the complement $F^C$ is open.
Now the complement can be written as follows $$ \begin{align} F^C &= \{ (x_1,x_2,x_3) \in \mathbb{R^3} : \neg( x_1 = x_2 = x_3)\}\\ &= \bigcup_{i< j} \{ (x_1,x_2,x_3) \in \mathbb{R^3} : x_i \not= x_j \}\\ &= \bigcup_{i< j}\left( \{ (x_1,x_2,x_3) \in \mathbb{R^3} : x_i > x_j \} \cup \{ (x_1,x_2,x_3) \in \mathbb{R^3} : x_i < x_j \} \right) \end{align} $$
Now the union of a collection of open sets is open.
Assume without loss of generality $i=1, \ \ j=2$, it then suffices to show that $ A \ \ = \{ (x_1,x_2,x_3) \in \mathbb{R^3} : x_1 < x_2 \}$ is an open set in $\mathbb{R^3}$. (The proof that $ A^* = \{ (x_1,x_2,x_3) \in \mathbb{R^3} : x_1 > x_2 \}$ is an open set hopefully being very similar.)
To this end:
Fix $a = (a_1,a_2,a_3) \in A$
Choose $r = |a_1 - a_2|$
Fix $b = (b_1,b_2,b_3) \in \mathbb{R^3}$
Is it true that $\| a - b \| < r \Rightarrow b \in A \ \ ?$
If so, how and why? If not what is a suitable choice for r?
Reference
This was Example 8.5.(e) taken from:
Bartle, Robert G., The Elements of Real Analaysis, John Wiley and Sons, 1964
{}{}{}{}{}{}{}to some formula to get pass character count limits. You did not hear this from me... – Mariano Suárez-Álvarez Dec 17 '14 at 19:33