Linear Algebra – Why is the Geometric Multiplicity of an Eigenvalue Equal to the Number of Jordan Blocks Corresponding to It?

eigenvalues-eigenvectorsjordan-normal-formlinear algebramatrices

Geometric multiplicity of an eigen value is $$ \dim \mathrm{null} (A -\lambda I)\tag 1.$$

Suppose $A$ is in jordan normal form and has two Jordan forms with eigen value $\lambda$, one of size $2 \times 2$ and other of size $3\times 3$. Then, why is $\dim \mathrm{null} (A -\lambda I)$ necessarily equal to $2 $ i.e. why is geometric multiplicity of $\lambda =2$?

From the concept of generalised eigen vectors , I know the following :

$(T-\lambda I)^3$ will produce a Zero Matrix in place of both these sub-blocks.

Best Answer

Because (the subspace corresponding to) each Jordan block for$~\lambda$ has an eigenspace for$~\lambda$ of dimension$~1$. In the traditional (upper triangular) form of Jordan blocks, this eigenspace is spanned by the first basis vector in the block. The decomposition of the generalised eigenspace $V_\lambda$ for$~\lambda$ into Jordan blocks is a direct sum, so $v\in V_\lambda$ is in the eigenspace for$~\lambda$ if and only if its projections on all the Jordan blocks are in their respective eigenspaces for$~\lambda$, and this makes the eigenspace for$~\lambda$ the direct sum of those $1$-dimensional eigenspaces of the blocks. The eigenvectors are those that may only have nonzero coordinates on each first row of a Jordan block.

Related Question