Proving |det(1+A)|^2 >=1 by Diagonalizing iA: Linear Algebra Question

N00813
Messages
31
Reaction score
0

Homework Statement


A is an anti-Hermitian matrix.
Show, by diagonalising iA, that:

|det(1+A)|^2 >=1

Homework Equations



A^H denotes hermitian conjugate of A; A^H = -A\

x = Ox' transforms vector components between 2 basis sets.

The Attempt at a Solution



I know that iA is a Hermitian matrix, so it is diagonalisable.
But I'm not sure what the point of diagonalising iA is.

D = O^(-1)(iA)O
for diagonal matrix of eigenvalues D.

det(iA) = det(D).

I'm floundering around. Any help is appreciated.
 
Physics news on Phys.org
N00813 said:

Homework Statement


A is an anti-Hermitian matrix.
Show, by diagonalising iA, that:

|det(1+A)|^2 >=1

Homework Equations



A^H denotes hermitian conjugate of A; A^H = -A\

x = Ox' transforms vector components between 2 basis sets.

The Attempt at a Solution



I know that iA is a Hermitian matrix, so it is diagonalisable.
But I'm not sure what the point of diagonalising iA is.

D = O^(-1)(iA)O
for diagonal matrix of eigenvalues D.

Therefore A = O(-iD)O^{-1}.

Also the eigenvalues of iA (and hence the entries of D) are real.

Hint:
O^{-1}(I + A)^2O = O^{-1}(I + 2A + A^2)O \\<br /> = O^{-1}(I + 2A + AOO^{-1}A)O
and
<br /> \det(O^{-1}(I + A)^2O) = \det ((I + A)^2)<br />
 
  • Like
Likes 1 person
pasmith said:
Therefore A = O(-iD)O^{-1}.

Also the eigenvalues of iA (and hence the entries of D) are real.

Hint:
O^{-1}(I + A)^2O = O^{-1}(I + 2A + A^2)O \\<br /> = O^{-1}(I + 2A + AOO^{-1}A)O
and
<br /> \det(O^{-1}(I + A)^2O) = \det ((I + A)^2)<br />
I suppose the first equality equals:

O^{-1}(I + 2A + AOO^{-1}A)O = (I - 2iD - D^2)

(This is the bit I'm a bit wonky on, particularly the 3rd equality. Is that part correct?)
Then |\det((I + A)^2)| = |\det(I - 2iD - D^2)| = |\det((I-iD)^2)|=|\det(I^2 + D^2)| &gt;= det(I^2) = 1
where
 
Last edited:
N00813 said:
I suppose the first equality equals:

O^{-1}(I + 2A + AOO^{-1}A)O = (I - 2iD - D^2)

(This is the bit I'm a bit wonky on, particularly the 3rd equality. Is that part correct?)
Then |\det((I + A)^2)| = |\det(I - 2iD - D^2)| = |\det((I-iD)^2)|=|\det(I^2 + D^2)| \geq 1

If you're not sure that the third equality holds (and it holds only if the eigenvalues of D are real), you should prove it. This will require calculating the quantity you are asked to show is at least 1, at which point you have answered the question.
 
Last edited:
pasmith said:
If you're not sure that the third equality holds (and it holds only if the eigenvalues of D are real), you should prove it. This will require calculating the quantity you are asked to show is at least 1, at which point you have answered the question.

I suppose, if the action of the complex conjugate is to change the sign of the i:
|\det((I-iD)^2)| = \det((I-iD) (\det(I-iD))^* = \det(I-iD)\det(I+iD)

I suppose I can prove (\det(I-iD))^* = \det(I+iD) using suffix notation definition for the determinant.

Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top