Positive Operator: Why Is \sqrt{A^*A} Positive?

  • Thread starter Thread starter Dragonfall
  • Start date Start date
  • Tags Tags
    Operator Positive
Dragonfall
Messages
1,023
Reaction score
5
Given a linear operator A, why is \sqrt{A^*A} positive? Where A* is the adjoint.
 
Physics news on Phys.org
I'll give a matrix argument. First a simple question, take a column vector a, what is the rank ? What is the rank of a*a? Same question for a row vector b?

I would suggest writing the dimensions and checking when the condition is true then carry on with singular value decomposition or Cholesky if you like. you might end up with positive SEMI-definite product! but if you modify the definitions of course, you can recover the same result with some caution.
 
Last edited:
The way I'd approach it is that A*A is self-adjoint, and hence has a spectral decomposition, and hence the sqrt of A*A is \sum_a\sqrt{a}\left| a\right>\left< a\right|. Somehow, this is positive.
 
This follows from the two following facts/theorems:
1) Every positive operator (on a complex Hilbert space) has a unique positive square root, and
2) A*A is a positive operator.
 
Back
Top