Prop: If $T : V \rightarrow V$ and if $v_1,...,v_n$ is a basis such that $T$ is diagonal, then the $v_i$ are eigenvectors.

169 Views Asked by At

Prop: If $T : V \rightarrow V$ and if $v_1,...,v_n$ is a basis such that $T$ is diagonal, then the $v_i$ are eigenvectors.

Pf: The eigenvalues of a diagonal matrix are its diagonal entries.

Let $[T] = \begin{pmatrix} a_1 & 0 & \dots & 0 \\ 0 & a_2 & \dots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \dots &a_n \end{pmatrix}$, where the columns of $[T]$ are basis vectors.

$[T][v_i] = \begin{pmatrix} a_1 & 0 & \dots & 0 \\ 0 & a_2 & \dots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \dots &a_n \end{pmatrix}\begin{pmatrix} a_1 \\ 0 \\ \vdots \\ 0\end{pmatrix}=\begin{pmatrix} a^2_1 \\ 0 \\ \vdots \\ 0\end{pmatrix}=\lambda\begin{pmatrix} a_1 \\ 0 \\ \vdots \\ 0 \end{pmatrix} =\lambda [v_i] \square$

Does my proof look right?

2

There are 2 best solutions below

0
On

I can't understand your proof.

Anyhow, we want to show that $Tv_i= \lambda_i v_i$ for some $\lambda_i$ a scalar, for every $i$.

Now $Tv_i= \begin{pmatrix} a_1 & 0 & \dots & 0 \\ 0 & a_2 & \dots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \dots &a_n \end{pmatrix} \begin{pmatrix} 0 \\ \vdots \\ 1 \\ \vdots \\ 0 \end{pmatrix}=\begin{pmatrix} 0 \\ \vdots \\ a_i \\ \vdots \\ 0 \end{pmatrix}=a_i\begin{pmatrix} 0 \\ \vdots \\ 1 \\ \vdots \\ 0 \end{pmatrix}=a_iv_i$

So every $v_i$ is an eigenvector with eigenvalue $a_i$

0
On

Does my proof look right?

I don't think so: It looks like you have assumed that $i=1$ in your proof, so the proof is not complete. In addition, we have that $[v_i]=e_i$, not $[v_i]=a_ie_i$.

I noticed that the other answer is incomplete as well because what it really proves is that $[T][v_i]=a_i[v_i]$. Let me complete the proof: Since $[T][v_i]=[Tv_i]$ and $a_i[v_i]=[a_iv_i]$, we have the following equivalence: \begin{equation} \forall i:[T][v_i]=a_i[v_i]\Leftrightarrow[Tv_i]=[a_iv_i] \end{equation} In addition, since the function \begin{equation} V\ni v\mapsto[v]\in F^n \end{equation} is bijective (here $F$ is the field associated to $V$), we get the following equivalence: \begin{equation} \forall i:[T][v_i]=a_i[v_i]\Leftrightarrow[Tv_i]=[a_iv_i]\Leftrightarrow Tv_i=a_iv_i \end{equation}