What are the Constants c and C for Infinity and One Norms Inequality?

  • Thread starter Thread starter twoski
  • Start date Start date
  • Tags Tags
    Infinity
Click For Summary
SUMMARY

The discussion focuses on determining constants c and C for the inequality involving the infinity norm (||x||_{∞}) and the one norm (||x||_{1}) of a vector x in n-dimensional space. The participants conclude that c must be greater than or equal to 1, and C can be equal to n, as ||x||_{1} can be bounded by n times the maximum absolute value of the components of x. This relationship is also extended to matrix norms, establishing that k can be 1 and K can be n for matrix A. The infinity norm is defined as the maximum absolute value of the vector components.

PREREQUISITES
  • Understanding of vector norms, specifically infinity norm (||x||_{∞}) and one norm (||x||_{1})
  • Familiarity with matrix norms and their definitions
  • Basic knowledge of inequalities in mathematical analysis
  • Concept of dimensionality in vector spaces
NEXT STEPS
  • Research the properties of vector norms in linear algebra
  • Study the relationship between different types of norms in functional analysis
  • Explore the implications of norm inequalities in optimization problems
  • Learn about the application of matrix norms in numerical analysis
USEFUL FOR

Mathematicians, students studying linear algebra, data scientists, and anyone involved in numerical methods or optimization techniques will benefit from this discussion.

twoski
Messages
177
Reaction score
2

Homework Statement



Determine constants c and C that do not depend on vector x but may depend on the dimension n of x, such that

c ||x||_{∞} ≤ ||x||_{1} ≤ C||x||_{∞}

Use this result and the definition of matrix norms to find k and K that don't depend on the entries of matrix A (but depend on dimension n of A) such that

k ||A||_{∞} ≤ ||A||_{1} ≤ K||A||_{∞}

The Attempt at a Solution



Firstly I'm still trying to wrap my head around what an infinity norm actually is. According to my lecture notes,

||x||_{∞} \equiv 1 ≤ k ≤ n, max|x_{k}|

Does this mean the infinity norm is just the largest absolute value in x? There is no summation sign so my best guess is that "max" refers to the highest possible value contained in x.

So in other words i need to figure out constants which satisfy the inequality. My first guess would be to take c=0 and C=1, assuming that infinity norms are always greater than one-norms.
 
Physics news on Phys.org
twoski said:

Homework Statement



Determine constants c and C that do not depend on vector x but may depend on the dimension n of x, such that

c ||x||_{∞} ≤ ||x||_{1} ≤ C||x||_{∞}

Use this result and the definition of matrix norms to find k and K that don't depend on the entries of matrix A (but depend on dimension n of A) such that

k ||A||_{∞} ≤ ||A||_{1} ≤ K||A||_{∞}

The Attempt at a Solution



Firstly I'm still trying to wrap my head around what an infinity norm actually is. According to my lecture notes,

||x||_{∞} \equiv 1 ≤ k ≤ n, max|x_{k}|

Does this mean the infinity norm is just the largest absolute value in x?
Sort of. It's the largest component xkof a vector x.
twoski said:
There is no summation sign so my best guess is that "max" refers to the highest possible value contained in x.

So in other words i need to figure out constants which satisfy the inequality. My first guess would be to take c=0 and C=1, assuming that infinity norms are always greater than one-norms.
 
twoski said:

Homework Statement



Determine constants c and C that do not depend on vector x but may depend on the dimension n of x, such that

c ||x||_{∞} ≤ ||x||_{1} ≤ C||x||_{∞}

Use this result and the definition of matrix norms to find k and K that don't depend on the entries of matrix A (but depend on dimension n of A) such that

k ||A||_{∞} ≤ ||A||_{1} ≤ K||A||_{∞}

The Attempt at a Solution



Firstly I'm still trying to wrap my head around what an infinity norm actually is. According to my lecture notes,

||x||_{∞} \equiv 1 ≤ k ≤ n, max|x_{k}|

Does this mean the infinity norm is just the largest absolute value in x? There is no summation sign so my best guess is that "max" refers to the highest possible value contained in x.

So in other words i need to figure out constants which satisfy the inequality. My first guess would be to take c=0 and C=1, assuming that infinity norms are always greater than one-norms.

If x = (1,1), what are \|x\|_1 and \|x\|_{\infty}?

Taking c = 0 doesn't tell you anything; norms are non-negative by definition.

Hint for C: given that \|x\|_1 = \sum_{i=1}^n {|x_i|}, what happens if you replace each summand with \|x\|_\infty = \max\{|x_j| : j = 1, \dots, n\}?
 
pasmith said:
If x = (1,1), what are \|x\|_1 and \|x\|_{\infty}?

Taking c = 0 doesn't tell you anything; norms are non-negative by definition.

Hint for C: given that \|x\|_1 = \sum_{i=1}^n {|x_i|}, what happens if you replace each summand with \|x\|_\infty = \max\{|x_j| : j = 1, \dots, n\}?

\|x\|_1 would be 2 since you're just summing the absolute values contained in x (right?) and \|x\|_{\infty} would be 1, i think.

I'm not sure i follow your second bit about C. If i were to replace every instance of |X|i with |X|∞ then, say for example, if i had x={1,2,3) I would be doing 3+3+3 instead of 1+2+3.
 
twoski said:
\|x\|_1 would be 2 since you're just summing the absolute values contained in x (right?) and \|x\|_{\infty} would be 1, i think.

I'm not sure i follow your second bit about C. If i were to replace every instance of |X|i with |X|∞ then, say for example, if i had x={1,2,3) I would be doing 3+3+3 instead of 1+2+3.

And is 3 + 3 + 3 = 3\|(1,2,3)\|_{\infty} greater than or less than 1 + 2 + 3 = \|(1,2,3)\|_1?
 
The left hand side evaluates to 9 and the right hand side evaluates to 6. I find the question confusing because you could hypothetically find any 2 values of C and c which satisfy the question if you know what x contains. If x=(1,2,3) then you just need to pick C = 3, c = 1.

I assumed picking c=0 would make sense because the left hand side would always be zero if you're multiplying the infinity norm by zero. That would satisfy the left hand side, and the right hand side would just require a sufficiently large value for C to be greater than the one norm.
 
Suppose that my vector x = (M,x2,...,xn) where M is larger than all the other entries (so is the infinity norm of x). Then:
||x||_1 = |M| + |x_2| + ... + |x_n| \leq ?

The ? should be writeable in terms of only M and the dimension of the space. Think about doing the same kind of procedure to this sum as you did with that (1,2,3) vector.

That is the harder direction. The easier one (I think) is to figure out
? \leq |M| + |x_2| + ... + |x_n|
where again ? is something that depends only on M and the dimension of the space
 
Office_Shredder said:
Suppose that my vector x = (M,x2,...,xn) where M is larger than all the other entries (so is the infinity norm of x). Then:
||x||_1 = |M| + |x_2| + ... + |x_n| \leq ?

The ? should be writeable in terms of only M and the dimension of the space. Think about doing the same kind of procedure to this sum as you did with that (1,2,3) vector.

That is the harder direction. The easier one (I think) is to figure out
? \leq |M| + |x_2| + ... + |x_n|
where again ? is something that depends only on M and the dimension of the space

In terms of n (where n is the size of x), would this be correct for the first part?

||x||_1 = |M| + |x_2| + ... + |x_n| \leq n * |M|

For the second part, would i simply use

|M| * n-1 \leq |M| + |x_2| + ... + |x_n|
 
twoski said:
In terms of n (where n is the size of x), would this be correct for the first part?

||x||_1 = |M| + |x_2| + ... + |x_n| \leq n * |M|

This looks good (and should tell you what C is in the first part)

For the second part, would i simply use

|M| * n-1 \leq |M| + |x_2| + ... + |x_n|

What if M = 1, x2 = x3 = 0 and n=3? You just told me that 3-1 = 2 < 1+0+0
 
  • #10
Hmmm, so if C=n then could c just be 1? There isn't much that the infinity norm could be multiplied by that would make it less than the one norm, right?
 
Last edited:

Similar threads

Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
4K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
3
Views
1K