logo

Eigen Spaces of Linear Transformations and Geometric Multiplicity 📂Linear Algebra

Eigen Spaces of Linear Transformations and Geometric Multiplicity

Definition1

Let’s define VV and nn as dimension vector spaces, T:VVT : V \to V as linear transformation. Let’s also define λ\lambda as the eigenvalue of TT. The set defined as follows, EλE_{\lambda}, is called the eigenspace of TT corresponding to the eigenvalue λ\lambda.

Eλ=Vλ:={xV:Tx=λx}=N(TλI) E_{\lambda} = V_{\lambda} := \left\{ x \in V : Tx = \lambda x \right\} = N(T - \lambda I)

In this case, NN is the null space.

Similarly, the eigenspace of a square matrix AA is defined as the eigenspace of LAL_{A}.

Explanation

Although there is a condition that to be an eigenvector, one must not be the zero vector, there is no specific condition in the definition of EλE_{\lambda} that xx must be an eigenvector. Therefore, EλE_{\lambda} is the set of eigenvectors corresponding to λ\lambda and the zero vector. It’s important to note that for EλE_{\lambda} to be a subspace, it must include the zero vector. Indeed, EλE_{\lambda} is a subspace of VV since TT, being a linear transformation, is obviously closed under addition and scalar multiplication (subspace criterion). If we define x,yEλx, y \in E_{\lambda},

T(ax+y)=aT(x)+T(y)=aλx+λy=λ(ax+y) T(ax + y) = aT(x) + T(y) = a\lambda x + \lambda y = \lambda (ax + y)

then ax+yEλax + y \in E_{\lambda} holds.

Geometric Multiplicity

The dimension of the eigenspace EλE_{\lambda} corresponding to eigenvalue λ\lambda is known as the geometric multiplicity of λ\lambda.

In other words, it is the number of linearly independent eigenvectors corresponding to λ\lambda, and thus, it is at least 11. Its maximum value is related to the algebraic multiplicity.

Theorem

Let’s define the algebraic multiplicity of eigenvalue λ\lambda of TT as mm. The algebraic multiplicity is greater than or equal to the geometric multiplicity.

1dimEλm 1 \le \dim E_{\lambda} \le m

Proof

Let’s denote the ordered basis of EλE_{\lambda} by γ={v1,,vp}\gamma = \left\{ v_{1}, \dots, v_{p} \right\}. The expanded ordered basis of VV is denoted as β={v1,,vp,vp+1,,vn}\beta = \left\{ v_{1}, \dots, v_{p}, v_{p+1}, \dots, v_{n} \right\}. The matrix representation of TT is referred to as A=[T]βA = \begin{bmatrix} T \end{bmatrix}_{\beta}. Then AA is as follows in block matrix form:

A=[[TEλ]γBOnpC] A = \begin{bmatrix} \begin{bmatrix} T|_{E_{\lambda}} \end{bmatrix}_{\gamma} & B \\ O_{n-p} & C \end{bmatrix}

OnpO_{n-p} is a np×npn-p \times n-p zero matrix. In this case, for 1ip1 \le i \le p, since Tvi=λviTv_{i} = \lambda v_{i}, the coordinate vector of TviTv_{i} is as follows:

[Tvi]γ=[0λ0]i-th row \begin{bmatrix} Tv_{i} \end{bmatrix}_{\gamma} = \begin{bmatrix} 0 \\ \vdots \\ \lambda \\ \vdots \\ 0 \end{bmatrix}i\text{-th row}

Therefore, since [TEλ]γ=[[Tv1]γ[Tvp]γ]\begin{bmatrix} T|_{E_{\lambda}} \end{bmatrix}_{\gamma} = \begin{bmatrix} \begin{bmatrix} Tv_{1} \end{bmatrix}_{\gamma} & \cdots & \begin{bmatrix} Tv_{p} \end{bmatrix}_{\gamma} \end{bmatrix},

A=[λIpBOC] A = \begin{bmatrix} \lambda I_{p} & B \\ O & C \end{bmatrix}

IpI_{p} is a p×pp \times p identity matrix.

Determinant of Block Matrices

Let’s consider A=[A1A2OA3]A = \begin{bmatrix} A_{1} & A_{2} \\ O & A_{3} \end{bmatrix} to be a block matrix. Then, the following holds:

detA=detA1detA3 \det A = \det A_{1} \det A_{3}

Hence, the characteristic polynomial of TT is as follows:

f(t)=det(AtIn)=det[λIpλIpBOCtInp]=det((λt)Ip)det(CtInp)=(λt)pdet(CtInp)=(1)p(tλ)pdet(CtInp) \begin{align*} f(t) = \det (A - t I_{n}) &= \det \begin{bmatrix} \lambda I_{p} - \lambda I_{p} & B \\ O & C - tI_{n-p} \end{bmatrix} \\ & = \det \left( (\lambda - t)I_{p} \right) \det \left( C - tI_{n-p} \right) \\ & = (\lambda - t)^{p} \det \left( C - tI_{n-p} \right) \\ & = (-1)^{p}(t - \lambda)^{p} \det \left( C - tI_{n-p} \right) \\ \end{align*}

This shows that (tλ)p(t - \lambda)^{p} is a factor of the characteristic polynomial f(t)f(t). Therefore, f(t)f(t) has at least λ\lambda as a root of multiplicity pp, and by the definition of algebraic multiplicity, the algebraic multiplicity is greater than or equal to the geometric multiplicity.


  1. Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p264 ↩︎