Prove that $\mathbb{R}^n \ni (x_1, \cdots, x_n) \mapsto \max\{|x_1|, \cdots, |x_n|\} \in \mathbb{R}$ is a contiuous function.
I proved this like the following:
Let $(a_1, \cdots, a_n)$ be any point in $\mathbb{R}^n$.
Let $I := \{i \in \{1, \cdots, n\} | |a_i| = \max\{|a_1|, \cdots, |a_n|\}\}$.
Case 1:
Assume that $I = \{1, \cdots, n\}$.
Let $\epsilon$ be any positive real number.
Let $\delta := \epsilon$.
Let $(x_1, \cdots, x_n)$ be any point in $\mathbb{R}^n$ such that $\sqrt{(x_1-a_1)^2 + \cdots + (x_n-a_n)^2} < \delta$
Let $J := \{j \in \{1, \cdots, n\} | |x_j| = \max\{|x_1|, \cdots, |x_n|\}\}$.
Let $j \in J$.
$$|\max\{|x_1|,\cdots, |x_n|\} - max\{|a_1|, \cdots, |a_n|\}| = |x_j - a_j| \leq \sqrt{(x_1 - a_1)^2 + … (x_n - a_n)^2} < δ = ε.$$
Case 2:
Assume that $I \ne \{1, \cdots, n\}$.
Let $i \in I$.
Let $j \in \{1, \cdots, n\} - I$.
Let $\epsilon$ be any positive real number.
Let $\delta := \min\{\epsilon, \frac{|a_i| - |a_j|}{3}\}$.
Let $(x_1, \cdots, x_n)$ be any point in $\mathbb{R}^n$ such that $\sqrt{(x_1-a_1)^2 + \cdots + (x_n-a_n)^2} < \delta$
Let $J := \{j \in \{1, \cdots, n\} | |x_j| = \max\{|x_1|, \cdots, |x_n|\}\}$.
$$|x_i - a_i| \leq \sqrt{(x_1 - a_1)^2 + … (x_n - a_n)^2} < δ.$$ $$|x_j - a_j| \leq \sqrt{(x_1 - a_1)^2 + … (x_n - a_n)^2} < δ.$$ $$|a_i| - \delta \leq |x_i| \leq |a_i| + \delta.$$ $$|a_j| - \delta \leq |x_j| \leq |a_j| + \delta.$$
So,
$$|x_j| \leq |a_j| + \delta < |a_i| - \delta \leq |x_i|.$$
So,
$$J \subset I.$$
Let $k$ be any element of $J$.
Then,
$$|a_k| = \max\{|a_1|, \cdots, |a_n|\}.$$ $$|x_k| = \max\{|x_1|, \cdots, |x_n|\}.$$
So,
$$|\max\{|x_1|, \cdots, |x_n|\} - \max\{|a_1|, \cdots, |a_n|\}| = ||x_k| - |a_k|| \leq |x_k - a_k| \leq \sqrt{(x_1 - a_1)^2 + \cdots + (x_n - a_n)^2} < \delta \leq \epsilon$$
I want a simpler proof.
By induction. For $n=2$, $\max\{|x_{1}|,|x_{2}|\}=\dfrac{|x_{1}|+|x_{2}|+||x_{1}|-|x_{2}||}{2}$, the function $(x_{1},x_{2})\rightarrow||x_{1}|-|x_{2}||$ is continuous, so is $(x_{1},x_{2})\rightarrow |x_{1}|+|x_{2}|$ is continuous, then the sum of these two functions is also continuous.
For higher $n$, note that $\max\{|x_{1}|,...,|x_{n-1}|,|x_{n}|\}=\max\{\max\{|x_{1}|,...,|x_{n-1}|\},|x_{n}|\}$.
More details: The map $A:u\rightarrow|u|$ is continuous. The map $B:(x_{1},x_{2})\rightarrow x_{1}$ is continuous, then so is $A\circ B$. And the continuity of $(x_{1},x_{2})\rightarrow||x_{1}|-|x_{2}||$ is deduced in similar steps.