For $x \in \mathbb{R}^n$ we define $\Vert x \Vert _\infty := \sup_{k = 1,..,n} |x_k|$ (meaning that $\Vert x \Vert _\infty $ is the biggest component of $x$ according to amount)
How can one prove that
$$\Vert x\Vert_\infty \leq \Vert x \Vert \leq \sqrt{n}\Vert x\Vert_\infty$$
I have seen it on Wikipedia, but there's no proof to it.
I know that using Cauchy–Schwarz inequality we get for all $x\in\mathbb{R}^n$ $$ \Vert x\Vert_1= \sum\limits_{i=1}^n|x_i|= \sum\limits_{i=1}^n|x_i|\cdot 1\leq \left(\sum\limits_{i=1}^n|x_i|^2\right)^{1/2}\left(\sum\limits_{i=1}^n 1^2\right)^{1/2}= \sqrt{n}\Vert x\Vert_2 $$
but that doesn't help me.
$$\| x \|_\infty = \sup_{k = 1,..,n} |x_k| =\sqrt{ \sup_{k = 1,..,n} |x_k|^2 } \leq \sqrt{ \sum_{k = 1}^n |x_k|^2 }$$
For the second $$\sqrt{ \sum_{j = 1}^n |x_j|^2 } \leq \sqrt{ \sum_{j = 1}^n \sup_{k = 1,..,n} |x_k|^2 }$$