Is this a valid step?||Ax|| + ||Bx|| <= ||A||*||x|| + ||B||*||x||

  • Thread starter Thread starter EvLer
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on the validity of the inequality ||Ax|| + ||Bx|| <= ||A||*||x|| + ||B||*||x||, where A and B are matrices and x is a vector. It is established that the inequality holds true by demonstrating that ||Ax|| <= ||A||*||x|| and ||Bx|| <= ||B||*||x||, which follows from the definition of the matrix norm. The correct definition of the matrix norm is given as ||M|| = sup_{v ≠ 0} ||Mv||/||v||, emphasizing the importance of constraints on the vector x, particularly |x| <= 1.

PREREQUISITES
  • Understanding of matrix norms, specifically ||M|| = sup_{v ≠ 0} ||Mv||/||v||
  • Familiarity with vector norms, particularly ||x|| = sqrt(x*x)
  • Knowledge of triangle inequalities in vector spaces
  • Basic linear algebra concepts involving matrices and vectors
NEXT STEPS
  • Study the properties of matrix norms in linear algebra
  • Learn about the triangle inequality in the context of vector spaces
  • Explore the implications of the supremum definition of norms in functional analysis
  • Investigate applications of matrix inequalities in optimization problems
USEFUL FOR

Mathematicians, students of linear algebra, and anyone involved in theoretical computer science or optimization who seeks to understand matrix inequalities and their proofs.

EvLer
Messages
454
Reaction score
0
Is this a valid step?

||Ax|| + ||Bx|| <= ||A||*||x|| + ||B||*||x|| ??

where A and B are actually matrices, x is a vector but actually it can be reduced to just numbers and a variable, respectively. And ||x|| = sqrt (x*x)

thanks as always :)
 
Physics news on Phys.org
It suffices to know that if M is any matrix and v is any vector (such that Mv is defined), then ||Mv|| \leq ||M||\, ||v||. What's the definition of ||M||?
 
I don't know... what I actually have to prove is that ||A+B|| <= ||A|| + ||B|| follows from a norm of a matrix A:
||A|| = max (||Ax||/||x||)
 
||A+B||=max(|(A+B)x|/|x|=max(|Ax+Bx|)/|x| and Ax and Bx are just vectors...so you can just use the triangle inequalities.

Also, do note, your definition for norm is wrong. You have to some constraint on x. The most common is |x|<=1.

Alos, I don't know if you realize this or not, but you're suppose to be taking the vector norm of Ax divided by the vector norm of x.
 
EvLer said:
I don't know... what I actually have to prove is that ||A+B|| <= ||A|| + ||B|| follows from a norm of a matrix A:
||A|| = max (||Ax||/||x||)
Well what don't you get? You want to prove:

||Ax|| + ||Bx|| \leq ||A||\, ||x|| + ||B||\, ||x||

to do this, it suffices to prove:

||Ax|| \leq ||A||\, ||x||

and

||Bx|| \leq ||B||\, ||x||

right? But there's nothing special about A and B, all you really need to show is that for any matrix M and any vector v that:

||Mv|| \leq ||M||\, ||v||

right? Well, if v is 0, then the inequality holds (and in fact, it's an equality, 0=0). If v is non-zero, then the above is equivalent to:

||Mv||/||v|| \leq ||M||

But the very definition of the norm of a matrix is:

\sup _{v \neq 0} ||Mv||/||v||

(which is pretty much the definition you gave, except you used "max" instead of "sup" which isn't a big deal, and you forgot to rule out x=0, since in that case ||Ax||/||x|| is undefined). So when v is non-zero,

||M|| \geq ||Mv||/||v||

by the very definition of the matrix norm.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
12
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
Replies
5
Views
954
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K