What is the missing piece in proving A=0 when A(A*)=0?

AI Thread Summary
In proving that A=0 when A(A*)=0, the discussion highlights the importance of examining the diagonal elements of the matrix product. Each diagonal entry represents the inner product of a row of A* with the corresponding column of A, which can be zero under specific conditions. The conclusion drawn is that if the diagonal entries of (A*)A are zero, it is sufficient to conclude that A must be zero. This reasoning applies equally to the case of A(A*). Thus, the key insight is that zero diagonal entries in these products indicate that the matrix A itself is the zero matrix.
mathboy
Messages
182
Reaction score
0
Let A be a nxn matrix. Prove that if (A*)A=0 then A=0. What if A(A*) = 0?

A* is the conjugate transpose of A. When I write out the expansion formula, I cannot conclude that every entry of A is zero. What am I missing?
 
Physics news on Phys.org
Concentrate on the diagonal elements of (A*)A. Each one is the inner product of a row of A* with the corresponding column of A. I.e. it's the inner product of a vector with it's conjugate transpose. Under what conditions can that be zero?
 
Oh, that was a clever idea. I got it now. So it turns out the weaker condition of (A*)A having zero diagaonal entries is enough to conclude that A=0. And the same is true of A(A*).
 
Bingo. You've got it.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top