I have to show that for all $x \in \mathbb{R}^{n}$ the following inequality holds: $$ \sqrt{n} \|x\|_2 \le n \|x\|_\infty.$$ I also have the following answer: $$\|x\|_2= \left( \sum_{i=1}^n |x_i|^2 \right)^{1/2} \le \sqrt{n} \max_{1\le i \le n} |x_i|= \sqrt{n} \|x\|_\infty$$
Note that I understand that $\|x\|_2 \le \sqrt{n} \|x\|_\infty$ implies the required proof is correct, since we can multiple both sides by $\sqrt{n}$ to get it in the required form.
However, I cannot seem to grasp the rest. Any help will be appreciated.