Vector 2 norm and infinity norm proof

$\begingroup$

So I've already proven why $\left\lVert x\right\rVert_2\geq \left\lVert x\right\rVert_\infty$. I'm having trouble proving that $\sqrt{m}{\left\lVert x\right\rVert_\infty}\geq \left\lVert x\right\rVert_2$.

I've tried looking at the individual elements, but I'm not getting anywhere. I think I may have to use Holder's inequality, but I'm not sure if that's applicable, or how I would use it.

How should I do this?

$\endgroup$

1 Answer

$\begingroup$

I assume you are talking about norms on $\mathbb{R}^m$. Then, for $x\in\mathbb{R}^m$, $$ \lVert x\rVert_2^2 = \sum_{i=1}^m x_i^2 \leq m\cdot\max_{1\leq i\leq m} x_i^2 = m(\max_{1\leq i\leq m} |x_i|)^2 = m\lVert x\rVert_\infty^2 $$ so that $$ \lVert x\rVert_2 \leq \sqrt{m}\lVert x\rVert_\infty $$ as claimed.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like