document.write( "Question 15391: Suppose V is an n dimensional vector space and that T is an operator on V. T has n distinct eigenvalues. Also suppose that S is also an operator on V which has the same eigenvectors as T ( not necessarily with the same eigenvalues).
\n" );
document.write( "Prove that ST = TS \n" );
document.write( "
Algebra.Com's Answer #7649 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Suppose V is an n dimensional vector space and that T is an operator on V. T has n distinct eigenvalues. Also suppose that S is also an operator on V which has the same eigenvectors as T ( not necessarily with the same eigenvalues). \n" ); document.write( "Prove that ST = TS\r \n" ); document.write( "\n" ); document.write( "Proof: If T has n distinct eigenvalues {λi| i=1,2,..,n}(i.e. \n" ); document.write( "then {vi|i=1,2,..n} is linear independent and so forms a basis of V. \n" ); document.write( "For each i, vi is an eigenvector of S means there exists scalar βi \n" ); document.write( "such that Svi = βi vi. \n" ); document.write( "Consider ST (vi) = S(λi vi ) = λi S(vi) = λiβi vi and \n" ); document.write( "TS (vi ) = TS (βi vi ) = βi T(vi) =λiβi vi for every i=1,2,..n. \n" ); document.write( "This shows ST = TS (since {vi|i=1,2,..n} is a basis of V). \r \n" ); document.write( "\n" ); document.write( "Fact. The eigenvectors {vi|i=1,2,..,n} of T is linearly independent \n" ); document.write( " Proof: If \n" ); document.write( "set L to be the product operator \n" ); document.write( " II(T –λj I) (j=1,2,..,n-1 ). Then, we have L(Σci vi) =Σci L(vi) \n" ); document.write( "= Σci (λi vi -λi vi) (i=1,2,..,n-1) + cn II(λn -λi )vn \n" ); document.write( "= cn II(λn -λi )vn = 0 . \n" ); document.write( "Since all {λi} are distinct, II(λn -λi ) <> 0. (i=1,2,..,n-1) \n" ); document.write( "We obtain cn = 0. Similarly, we can prove that all other scalars ci are zeros. This shows that {vi} are independent. \r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " PS. I don't quite believe that some questions like this would be posted \n" ); document.write( " here. \n" ); document.write( " |