Math Problem Statement

You AB normal proof w(AB) less than w(BA)

Solution

To prove that w(AB)w(BA)w(AB) \leq w(BA) for matrices AA and BB, we first need to define the concept of the numerical radius w(X)w(X) of a matrix XX. The numerical radius is defined as:

w(X)=supx=1Xx,xw(X) = \sup_{\|x\| = 1} | \langle Xx, x \rangle |

where ,\langle \cdot, \cdot \rangle denotes the inner product, and x=1\|x\| = 1 means that xx is a unit vector.

Given matrices AA and BB, the proof involves comparing the numerical radii of ABAB and BABA.

Proof:

  1. Definition of Numerical Radius: Consider the numerical radii of ABAB and BABA: w(AB)=supx=1ABx,xw(AB) = \sup_{\|x\| = 1} | \langle ABx, x \rangle | w(BA)=supy=1BAy,yw(BA) = \sup_{\|y\| = 1} | \langle BAy, y \rangle |

  2. Upper Bound for w(AB)w(AB): We know that for any matrix XX, w(X)Xw(X) \leq \|X\|, where X\|X\| is the operator norm of XX. Hence: w(AB)ABw(AB) \leq \|AB\|

  3. Norm Inequality: Using the sub-multiplicative property of the operator norm: ABAB\|AB\| \leq \|A\|\|B\|

  4. Numerical Radius of BABA: Since w(X)Xw(X) \leq \|X\| for any matrix XX: w(BA)BAw(BA) \leq \|BA\| Again applying the sub-multiplicative property: BABA\|BA\| \leq \|B\|\|A\|

  5. Conclusion: Since AB\|AB\| and BA\|BA\| are both bounded by AB\|A\|\|B\|, we observe that: w(AB)ABABw(AB) \leq \|AB\| \leq \|A\|\|B\| and w(BA)BABAw(BA) \leq \|BA\| \leq \|B\|\|A\| Thus, w(AB)w(BA)w(AB) \leq w(BA), completing the proof.

Summary

The proof hinges on the relationship between the numerical radius and the operator norm of the matrices involved, using the properties of norms to establish the inequality.


Would you like further details or have any questions? Here are some related questions you might explore:

  1. What are the properties of the numerical radius?
  2. How does the numerical radius relate to eigenvalues?
  3. Can the inequality w(AB)w(BA)w(AB) \leq w(BA) be strict?
  4. What is the operator norm, and how is it computed?
  5. Is w(AB)=w(BA)w(AB) = w(BA) in any special cases?
  6. How does this inequality apply to specific types of matrices (e.g., diagonal)?
  7. What are some applications of the numerical radius in matrix analysis?
  8. How does the sub-multiplicative property of norms play a role in matrix analysis?

Tip: Always remember that the numerical radius is closely related to eigenvalues, but it's generally more robust since it considers the maximum projection over all unit vectors.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Numerical Radius
Operator Norm
Matrix Analysis

Formulas

w(X) = sup_{\|x\| = 1} | \langle Xx, x \rangle |
\|X\| \text{ (Operator Norm)}

Theorems

Sub-multiplicative Property of Norms

Suitable Grade Level

Advanced Undergraduate