Dimension of eigenspace of a transpose

2.1k Views Asked by At

Show that $A$ and $A^T$ have the exact same eigenvalues and that for each eigenvalue we have $\dim (N(A-\lambda I)) = \dim (N(A^T-\lambda I)) $

So this proof has basically two parts.

The first part went well I showed that the determinant $|A-\lambda I|=|A^T-\lambda I|$ and because of that $A$ and $A^T$ will have the characteristic polynomial and so they will have the same eigenvalues (with the same algebraic multiplication).

The second part is driving me a bit confused.Proving that $\dim (N(A-\lambda I)) = \dim (N(A^T-\lambda I))$ is equivalent to proove that the eigenspace of $A$ has the same dimension of the eigenspace of $A^T$.

I thought about the property "the geometric multiplicity of an eigenvector gives us the dimension of the eigenspace" but how do I know the eigenvalues have the same geometric multiplicity (we only guarantee that they have the algebraic multiplicity).

Is there any other property I should consider?

Hope someone can help me finishing

2

There are 2 best solutions below

0
On BEST ANSWER

This is because of the Rank nullity theorem: as a matrix and its transpose have the same rank, we have $$\DeclareMathOperator\rk{rank} \rk(A-\lambda I)=\rk{}{}^\mathrm t\mkern-1.5mu(A-\lambda I)\iff \dim \ker(A-\lambda I)=\dim\ker{}{}^\mathrm t\mkern-1.5mu(A-\lambda I).$$

0
On

Let $B$ be an $n\times n$-matrix and let $k:=\dim N(B)$. Then the row-echelon form has all zeroes in its last $k$ rows, so $B^{\top}$ has all zeroes in its last $k$ columns, meaning that $B^{\top}e_i=0$ for the last $k$ basis vectors $e_{n-k+1},\ldots,e_n$. Hence $\dim N(B^{\top})\geq\dim N(B)$ holds for all square matrices $B$. Then $$\dim N(B)\leq\dim N(B^{\top})\leq\dim N((B^{\top})^{\top})=\dim N(B),$$ which shows that equality holds for all $B$. In particular $$\dim N(A-\lambda I)=\dim N((A-\lambda I)^{\top})=\dim N(A^{\top}-\lambda I),$$ holds for all $A$ and all eigenvalues $\lambda$.