ognik said:
Hi Deveno, why?
I can see something like
$ \left( A -\lambda I\right)V =0, \therefore S\left( A -\lambda I\right)VS^{-1}=0, $
$\therefore S AVS^{-1} -S\lambda IVS^{-1}=0$ ... but this is not going anywhere useful...
The characteristic equation is in $x$ (or, as you write it, $\lambda$). It has nothing to do with any vector $v$, it's purely a function of the matrix.
What I wrote shows that $A$ and $SAS^{-1}$ have the same characteristic polynomial:
$\det(\lambda I - A) = \det(\lambda I - SAS^{-1})$.
Obviously, if $\lambda$ is such that $\det(\lambda I - A) = 0$ (that is, $\lambda$ is a *root* of $f(\lambda) = \det(\lambda I - A)$), then there exists some $v$ for which $(\lambda I - A)v = 0$ (because, for this $\lambda$, the matrix $\lambda I - A$ is singular).
Dan's post makes more sense to me, now-he is approaching it from the *eigenvectors*, that is, if:
$Av = \lambda v$, then:
$SAS^{-1}(Sv) = \lambda (Sv)$
that is, if $v$ is an eigenvector of $A$ with eigenvalue $\lambda$, then $Sv$ is an eigenvector of $SAS^{-1}$, *also* with eigenvalue $\lambda$. This is still somewhat unsatisfactory to me-it doesn't address any eigenvalues $SAS^{-1}$ might have that $A$ does not (there are none, but I like to see a proof).
*****
I think what you are "not seeing" is that:
$S(xI)S^{-1} = x(SIS^{-1})$ (we can take the scalar $x$ out front)
$x(SIS^{-1}) = x(SS^{-1}) = xI$.
So to go from $xI - A$ to $S(xI - A)S^{-1}$ (in effect, applying the similarity transform $B \to SBS^{-1}$ to the matrix $xI - A$), we can get away with just putting the "$S$" 's around $A$.
Some general *algebraic* properties of similarity transforms (in what follows, matrices are assumed square):
Let $T_S(A) = SAS^{-1}$. Then:
1. $T_S(A + B) = T_S(A) + T_S(B)$ (this is due to the distributive laws of matrices)
2. $T_S(kA) = k(T_S(A))$ (multiplication by a scalar $k$, can be replaced by multiplication by the matrix $kI$, which commutes with any square matrix).
1&2 together say $T_S$ is linear.
3. $T_S(AB) = T_S(A)T_S(B)$ (the $S$'s in the middle cancel).
This means that $T_S$ is an *algebra automorphism* of $\text{Mat}_n(R)$ for any invertible square matrix $S$, and commutative ring $R$. This is actually lots more restrictive than being a linear automorphism (an invertible linear map from a space to itself).
All of this holds for *any* invertible $S$, however, when $A$ has some "special forms" (such as being diagonalizable), we can often find special forms for $S$, as well.