Whatever123
- 20
- 0
Homework Statement
Prove that if two matrices are similar then they have the same eigenvalues with the same algebraic and geometric multiplicity.
Homework Equations
Matrices A,B are similar if A = C\breve{}BC for some invertible C (and C inverse is denoted C\breve{} because I tried for a long time to figure out how to get an inverse sign in latex but couldn't figure it out...).
The Attempt at a Solution
To show that two similar matrices have the same eigenvalues with the same geometric multiplicities, I need to show that their characteristic polynomials are the same.
Let A,B be similar matrices. Then,
A = C(inverse)BC
A-\lambdaI = C\breve{}BC - \lambdaI
A-\lambdaI = C\breve{}BC - \lambdaC\breve{}C since C\breve{}C=I
A-\lambdaI = C\breve{}[B-\lambda]C
det(A-\lambdaI) = det(C\breve{}[B-\lambdaI]C)
det(A-\lambdaI) = det(C\breve{}det(B-\lambdaI)det(C)
det(A-\lambdaI) = det(C\breve{})det(C)det(B-\lambdaI)
Therefore, det(A-\lambdaI) = det(B-\lambdaI)
So, A, B have the same characteristic polynomials. This implies that they have the same eigenvalues with the same algebraic multiplicity. However, I do not think that this implies that they have the same geometric multiplicity because it doesn't same anything about the dimension of the eigenspace. Does it? Any suggestions on how I should try to show that the geometric multiplicity is the same?
So does anyone have any advice? I spent a while to get the first part, I just could use a nudge in the right direction for the next part... Thanks in advance.