Proving the Inequality between Lp Norms: A Demonstration for Homework

  • Thread starter Thread starter Telemachus
  • Start date Start date
  • Tags Tags
    Demonstration Norm
Click For Summary

Homework Help Overview

The discussion revolves around proving the inequality between Lp norms, specifically the relationship between the L2 norm and the L1 norm for vectors in n-dimensional space. The original poster presents the inequality to be proven: ||x||_2 ≤ ||x||_1 ≤ √n ||x||_2, where ||x||_2 is defined as the square root of the sum of the squares of the vector components, and ||x||_1 is the sum of the absolute values of the components.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the application of the triangle inequality to establish the first part of the inequality. There are attempts to prove the second part, specifically ||x||_1 ≤ √n ||x||_2, with suggestions to explore specific cases, such as n=2, and to utilize the Cauchy-Schwarz inequality. Questions arise regarding the validity of certain steps and the need for further justification in the reasoning.

Discussion Status

Participants are actively engaging with the problem, sharing their thoughts and attempts. Some have provided insights into using specific cases and inequalities, while others are questioning the assumptions and methods being employed. There is a sense of collaboration as participants offer guidance and suggest alternative approaches without reaching a definitive conclusion.

Contextual Notes

There is an ongoing discussion about the applicability of the Cauchy-Schwarz inequality and its implications for proving the required inequalities. Participants are also considering the implications of specific choices for the components of the vectors involved in the norms.

Telemachus
Messages
820
Reaction score
30

Homework Statement


Hi there. I have to prove this inequality:

##||x||_2 \leq ||x||_1 \leq \sqrt{n} ||x||_2##

Where ##||x||_2## is the ##l_p## norm with p=2, so that:

##||x||_2=(|x_1|^2+|x_2|^2+...+|x_n|^2)^{\frac{1}{2}}##

And similarly ##||x||_1=|x_1|+|x_2|+...+|x_n|## is the ##l_1## vectorial norm.

so, the first part I think its easy (I suspect the second part is also easy, but I couldn't get through it).

I have that:

##||x||_2=(|x_1|^2+|x_2|^2+...+|x_n|^2)^{\frac{1}{2}}\leq |x_1|+|x_2|+...+|x_n|=||x||_1## which is directly satisfied by applying the triangle inequality. So I think that's done.

Now, for the other inequality I have to show that: ##||x||_1 \leq \sqrt{n} ||x||_2##

I couldn't find the way to show that, so I thought that perhaps someone here could help me.

Thanks in advance.
 
Physics news on Phys.org
Telemachus said:

Homework Statement


Hi there. I have to prove this inequality:

##||x||_2 \leq ||x||_1 \leq \sqrt{n} ||x||_2##

Where ##||x||_2## is the ##l_p## norm with p=2, so that:

##||x||_2=(|x_1|^2+|x_2|^2+...+|x_n|^2)^{\frac{1}{2}}##

And similarly ##||x||_1=|x_1|+|x_2|+...+|x_n|## is the ##l_1## vectorial norm.

so, the first part I think its easy (I suspect the second part is also easy, but I couldn't get through it).

I have that:

##||x||_2=(|x_1|^2+|x_2|^2+...+|x_n|^2)^{\frac{1}{2}}\leq |x_1|+|x_2|+...+|x_n|=||x||_1## which is directly satisfied by applying the triangle inequality. So I think that's done.

Now, for the other inequality I have to show that: ##||x||_1 \leq \sqrt{n} ||x||_2##

I couldn't find the way to show that, so I thought that perhaps someone here could help me.

Thanks in advance.

Not sure what you mean by follows "directly" from the triangle inequality. I would suggest looking at ##n=2## for ideas. Then it says$$
\sqrt{a^2+b^2}\le |a| + |b| \le \sqrt 2\sqrt{a^2+b^2}$$Square all three sides and see if that gives you any ideas.
 
  • Like
Likes   Reactions: Telemachus
I mean that this follows by the triangle inequality: ##\sqrt{a^2+b^2}\leq |a|+|b|##. But what about this: ##|a|+|b|\leq \sqrt{2} \sqrt{a^2+b^2}##? how do I prove that's true? and how do I do that for arbitrary n?

By squaring all sides I get: ##0 \leq 2|ab| \leq a^2+b^2##
 
I think I see what you meant. I'll try and tell you. Thanks.
 
Telemachus said:
I mean that this follows by the triangle inequality: ##\sqrt{a^2+b^2}\leq |a|+|b|##. But what about this: ##|a|+|b|\leq \sqrt{2} \sqrt{a^2+b^2}##? how do I prove that's true? and how do I do that for arbitrary n?

By squaring all sides I get: ##0 \leq 2|ab| \leq a^2+b^2##

So, in general, you need to show that if ##I_n = \{ (i,j): 1 \leq i < j \leq n \}## then
2 \sum_{I_n} |a_i| | a_j| \leq (n-1) \sum a_i^2
The case for ##n = 2## is easy: ##0 \leq (|a|-|b|)^2 = a^2 +b^2 - 2 |a| |b|##.
 
  • Like
Likes   Reactions: Telemachus
@Telemachus: Not knowing your background, I wonder if you already have the Cauchy-Schwartz inequality or not:$$
|(\vec x, \vec y)|\le \parallel \vec x \parallel \parallel \vec y \parallel$$where the left side is just the dot product in ##\mathbb R^n## and those are ##l_2## norms on the right. One proof of your right hand inequality is often demonstrated using it.
 
  • Like
Likes   Reactions: Telemachus
Yes, I've tried to proove it by using Cauchy Schwartz inequality, but I coulnd't get it. I'll show you:

##| \sum_i x_i y_i | \leq ||x||_2 ||y||_2##

So I have: ##|x_1 y_1+x_2 y_2+...+x_n y_n | \leq \sqrt{ \left ( |x_1|^2+|x_2|^2+...+|x_n|^2 \right )\left ( |y_1|^2+|y_2|^2+...+|y_n|^2 \right ) }##

What I've tried (which is probably not in the right way) was just setting all ##y_i=1 \forall i##. And then I get:

##|x_1+x_2 +...+x_n| \leq \sqrt{n} \sqrt{\left ( |x_1|^2+|x_2|^2+...+|x_n|^2 \right )}=\sqrt{n} ||x||_2##

Which looks close, but I aslo have this:

##|x_1+x_2 +...+x_n| \leq |x_1|+|x_2| +...+|x_n|=||x||_1##

So its still inconclusive.
 
Last edited:
Telemachus said:
Yes, I've tried to proove it by using Cauchy Schwartz inequality, but I coulnd't get it. I'll show you:

##| \sum_i x_i y_i | \leq ||x||_2 ||y||_2##

So I have: ##|x_1 y_1+x_2 y_2+...+x_n y_n | \leq \sqrt{ \left ( |x_1|^2+|x_2|^2+...+|x_n|^2 \right )\left ( |y_1|^2+|y_2|^2+...+|y_n|^2 \right ) }##

What I've tried (which is probably not in the right way) was just setting all ##y_i=1 \forall i##. And then I get:

##|x_1+x_2 +...+x_n| \leq \sqrt{n} \sqrt{\left ( |x_1|^2+|x_2|^2+...+|x_n|^2 \right )}=\sqrt{n} ||x||_2##

Which looks close, but I aslo have this:

##|x_1+x_2 +...+x_n| \leq |x_1|+|x_2| +...+|x_n|=||x||_1##

So its still inconclusive.
You are almost there.

Cauchy Schwarz is valid for any choice of ##x_i, y_i##.
You chose ##y_i=1##. Why not also make a specific choice for ##x_i##? (Imagine for a moment that all ##x_i \geq 0##.)
 
  • Like
Likes   Reactions: Telemachus
What if your ##\vec x## vector is ##\langle |x_1|,|x_2|,...|x_n|\rangle## in the first place?
 
  • Like
Likes   Reactions: Telemachus
  • #10
Done :D thanks.
 

Similar threads

Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
9
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K