Prove every periodic matrix is similar to a diagonal matrix

  • Thread starter Thread starter Diffy
  • Start date Start date
  • Tags Tags
    Matrices Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Diffy
Messages
441
Reaction score
0

Homework Statement



Prove that every periodic matrix is similar to a diagonal matrix.

Homework Equations



I use ~ to denote A similar to B as A~B

The Attempt at a Solution



Let A be periodic, and let A^m = I.

If A^m = I this implies A^m ~ I.

Claim: if X~Y implies X^n ~ Y^n for n a positive integer.
By induction.

Base case n = 2.
If X~Y then there exists a Z such that X = ZY(Z^-1).
X^2 = X*X = ZY(Z^-1)ZY(Z^-1) = Z*(Y^2)*(Z^-1).

Inductive step Assume true for some n.

X^(n+1) = (X^n) * X = Z(Y^n)(Z^-1)* ZY(Z^-1) = Z (Y^(n+1))(Z^-1) and we are done.

So since A^m ~ I implies A^(m+1) ~ I ^2 implies A^(m+1) ~ I, but since A^(m+1) = A we have A~I and since I is a diagonal matrix we are done.
 
Physics news on Phys.org
No, that doesn't work. You've shown X~Y implies X^n~Y^n. That's fine. But applying that to A^m~I only gives you e.g. (A^m)^2~I^2 or A^(2m)~I. That doesn't help. Think about what the blocks must look like in the Jordan normal form of A.
 
Last edited: