Linear Algebra : prove geometric multiplicities are the same

braindead101
Messages
158
Reaction score
0
Let A and B be similar matrices. Prove that the geometric multiplicities of the eigenvalues of A and B are the same.

Some help I have gotten so far but still don't know how to proceed from there:
To prove that the geometric multiplicities of the eigenvalues of A and B are the same, we can show that, if B = P^-1 AP , then every eigenvector of B is of the form P^-1 v for some eigenvector v of A.

And i also know that for A and B to be similar matrices, these 5 properties must hold.
1. det A = det B
2. A and B have the same rank
3. A and B have the same characteristic polynomial
4. A and B have the same eigenvalues
5. A is invertible iff B is invertible

any help would be greatly appreciated
 
Physics news on Phys.org
The "geometric multiplicity" of an eigenvalue is the dimension of the "eigenspace" (subspace of all eigenvectors) for that eigenvalue.

Now, are you saying that you can use the fact that "if B = P^-1 AP , then every eigenvector of B is of the form P^-1 v for some eigenvector v of A" or do you have to prove that (it's very easy)? If you can use that, then there is an obvious one-to-one correspondence. In particular, you can show that If {v_1, v_2, ..., v_n} is a basis for the eigenspace of A, corresponding to eigenvalue \lambda, then P^{-1}v_1, P^{-1}v_2, ..., P^{-1}v_n} is a basis for the eigenspace of B, corresponding to that same eigenvalue.
 
To show that I think it might be sufficient to show that these two matrices (since they're similar) have the same characteristic polynomial. So...

There's an invertible matrix P such that
A= ((P^-1) B P)


det(A-tI)
det([P^-1 BP]-tI)
det([P^-1 BP]-[P^-1tI P])
det([P^-1(B-tI) P])
det(P^-1 P) det(B-tI)
= det(B-tI)
 
jack_bauer said:
To show that I think it might be sufficient to show that these two matrices (since they're similar) have the same characteristic polynomial. So...

There's an invertible matrix P such that
A= ((P^-1) B P)


det(A-tI)
det([P^-1 BP]-tI)
det([P^-1 BP]-[P^-1tI P])
det([P^-1(B-tI) P])
det(P^-1 P) det(B-tI)
= det(B-tI)

Sharing the same characteristic polynomial only tells you the eigenvalues and algebraic multiplicities are the same. It tells you nothing about geometric multiplicity or eigenvectors.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top