Projections and diagonal form (Algebra)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
math8
Messages
143
Reaction score
0
If V has finite dimension n, show that two projections have the same diagonal form if and only if their kernels have the same dimension. (A projection is defined to be a linear transformation P:V-->V for which P^2=P; V is a vector space).

For the forward direction, I was thinking that if T and P are projections that have the same diagonal form, their matrices of transformation are similar.
I think I need to use the formula
dimV= dim ker(T)+ dim Im(T) Knowing that dim Im(T)= rank of the matrix of transformation of T and dim ker(T)= n-dim Im(T)
So the result follows.

But I am not sure about the backward direction.
 
Physics news on Phys.org
Form a basis of V from vectors in ker(T) and im(T). You know the two sets span V. That's where your dimension formula comes from. Think about what the matrix of T looks like in this basis.
 
Since the dim of the kernels are the same, then the dim of the Images are the same as well. We also know that for a projection V=ker T '+' I am T (where '+' denotes the direct sum)
So if {e1,e2,...,ek} is a basis for ker T, we may complete this list by vectors of the basis for I am T to get a basis for V ({e1,e2,...,ek,f1,...,fm}.

Now the matrix of the transformation T with respect to this new basis is a k+m X k+m matrix. I don't know what else to say.
 
there should be k 0's and m 1's.
 
So the same thing for both the projections T and P, hence they have the same diagonal form?
 
math8 said:
So the same thing for both the projections T and P, hence they have the same diagonal form?

Sure. They have the same matrix in different bases. They are similar.
 
Thanks, it makes much more sense now.