What is wrong with this proof: Suppose R and T are similar operators and R has eigenvalue 2 for some eigenvector $v$. By property of similar matrices:
$R=STS^{-1}$
Therefore:
$Rv = STS^{-1}v$
$2v = STS^{-1}v$
$2S^{-1}v = TS^{-1}v$
$2S^{-1}Sv = Tv$
$2Iv = Tv$
$Tv = 2v$
Thus $v$ is also an eigenvector of $T$ with eigenvalue 2. Clearly this proof is incorrect, but where does it go wrong?
When you went from $$ 2S^{-1}v=TS^{-1}v $$ to $$ 2S^{-1}Sv=Tv $$ you completely ignored the rules of matrix multiplcation; you cannot arbitrarily commute matrices in a product! It should have read as follows: $$ 2S^{-1}vS=TS^{-1}vS $$ Also not that it is not even clear that this is well defined as written, since $v$ is probably a column vector.