$id: (\mathbb{R}^n, ||.||_2)\rightarrow (\mathbb{R}^n, ||.||_X): x \mapsto x$

34 Views Asked by At

Show that

$id: (\mathbb{R}^n, ||.||_2)\rightarrow (\mathbb{R}^n, ||.||_X): x \mapsto x$

is a continuous function. $||.||_X$ is any Norm of $\mathbb{R}^n$.


I don't know how to deal with this kind of Problems. How to show that a function with Norms is continuous?

2

There are 2 best solutions below

2
On BEST ANSWER

If you do not know that all norms on $\mathbb R^n$ are equivalent, you can argue as follows:

write $x=x_1\vec e_1+\cdots +x_n\vec e_n$ where $\left \{ \vec e_i \right \}_i$ is the standard basis on $\mathbb R^n$ and $x_i\in \mathbb R$. Then, using the triangle inequality followed by Cauchy-Schwarz, we have

$\left \| x \right \|_{X}\le |x_1|\cdot \left \| \vec e_1 \right \|_{X}+\cdots +|x_n|\cdot \left \| \vec e_n \right \|_{X}\le \left \| x \right \|_{2}\sqrt{\left \| \vec e_1 \right \|_{X}^{2}+\cdots +\left \| \vec e_n \right \|_{X}^{2}}$,

so with $C=\sqrt{\left \| \vec e_1 \right \|_{X}^{2}+\cdots +\left \| \vec e_n \right \|_{X}^{2}}$, we find that $\left \| x \right \|_{X}\le C\left \| x \right \|_{2}$, from which it is almost immediate that $id$ is continuous.

0
On

If your definition of continuity is topological then the argument is as follows.

Since all norms are equivalent in $\mathbb{R}^n$, the topologies $\tau_1,\tau_2$ induced respectively by $||\cdot||_X$ and $||\cdot||_2$ are equal. In particular $\tau_1\subset\tau_2$, as is needed to show continuity of $id$.