A is similar to B is equivalent to A^k is similar to B^k?

  • Thread starter Thread starter Raskolnikov
  • Start date Start date
  • Tags Tags
    Equivalent
Raskolnikov
Messages
193
Reaction score
2

Homework Statement


Given two matrices, A and B. Is the following statement true?

A is similar to B \Longleftrightarrow A^k is similar to B^k.

Homework Equations


By definition, A and B are similar if there exists an invertible matrix P such that B = P-1AP.

The Attempt at a Solution



Clearly, the \Rightarrow portion of the statement holds. For example, B2 = (P-1AP)(P-1AP) = P-1A(PP-1)AP = P-1A2P.

However, I am not certain about the statement in the reverse direction. I haven't spent a terrible amount of time on it, but I can't think of any counterexamples straight off the top of my head.

Any hints or suggestions? Thanks for your time.
 
Physics news on Phys.org
I'm hesitant in replying to my own question, but I figured it out. My intuition was right: the two are not equivalent statements.

Let <br /> A =<br /> \left[ {\begin{array}{cc}<br /> 1 &amp; -1 \\<br /> 1 &amp; -1 \\<br /> \end{array} } \right]<br />. Then A^2 = 0. Let B=0. Then A^2 is similar to B^2. But A is not similar to B.
 
Uhm, I don't think that logic is right.
I'm not sure whether or not similarity can be applied to the 0 matrix, but assuming it can;

As you said if A is similar to B, then B=P^{-1}AP but remember that A is a diagonal matrix containing the eigenvalues of B.
Now if we consider this, we can see that A^{2} is in fact similar to B^{2} because both eigenvalues of B^{2} will be 0 and A^{2} is the 0 matrix, therefore technically it is a 'diagonal' matrix with eigenvalues of B along its diagonal.
Using this same logic, we can see that A IS in fact similar to B because both eigenvalues of A are also 0.

Now I'm hoping someone else will see this and confirm it but then again similarity might not apply to the 0 matrix in the same way that the 0 vector is not really an eigenvector. The main reason I question this is that if we use the 0 matrix, we get all eigenvalues being 0 and hence all eigenvectors being 0 (which are what make up the columns of P) and I would think that means that there isn't an invertable matrix P that exists and hence 0 is not similar to any matrix (using this same logic I'd think your matrix A isn't similar to anything either).
 
Last edited:
As you said if A is similar to B, then B=P^{-1}AP but remember that A is a diagonal matrix containing the eigenvalues of B.
The matrix A is diagonalizable if it is similar to a diagonal matrix, i.e., if P^{-1}AP is a diagonal matrix. However, the condition A is similar to B by B=P^{-1}AP in and of itself does not imply B is a diagonal matrix (or contains the eigenvalues of A).

Now if we consider this, we can see that A^{2} is in fact similar to B^{2} because both eigenvalues of B^{2} will be 0 and A^{2} is the 0 matrix, therefore technically it is a 'diagonal' matrix with eigenvalues of B along its diagonal.
Using this same logic, we can see that A IS in fact similar to B because both eigenvalues of A are also 0.

Now I'm hoping someone else will see this and confirm it but then again similarity might not apply to the 0 matrix in the same way that the 0 vector is not really an eigenvector. The main reason I question this is that if we use the 0 matrix, we get all eigenvalues being 0 and hence all eigenvectors being 0 (which are what make up the columns of P) and I would think that means that there isn't an invertable matrix P that exists and hence 0 is not similar to any matrix (using this same logic I'd think your matrix A isn't similar to anything either).

A is diagonalizable \Longleftrightarrow A has n linearly independent eigenvectors.
However, that is not the case for the counterexample I provided. For <br /> <br /> A =<br /> \left[ {\begin{array}{cc}<br /> 1 &amp; -1 \\<br /> 1 &amp; -1 \\<br /> \end{array} } \right]<br /> <br /> and B = 0, the zero vector is the only eigenvalue of A (it appears twice) and also clearly the only eigenvalue of B. Consequently, the sole eigenvector of A is v = <1,1>. Thus, A is not diagonalizable, i.e. it is not similar to a diagonal matrix.

I don't see why the zero matrix would not be subject to the same rules of similarity as other matrices. It's only special in the sense that the only matrix similar to the zero matrix is the zero matrix itself itself (hence my reason for choosing it for my counterexample).
 
You are correct, the implication doesn't go both ways
 
@Raskolnikov
Ah yep that makes sense.
 
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