The Algebraic Multiplicity of Eigenvalues is Greater Than or Equal to Their Geometric Multiplicity
📂Matrix AlgebraThe Algebraic Multiplicity of Eigenvalues is Greater Than or Equal to Their Geometric Multiplicity
Theorem
A matrix matrix A∈Cm×m having an eigenvalue λ with an algebraic multiplicity a and a geometric multiplicity g implies a≥g.
Explanation
The algebraic and geometric multiplicities of an eigenvalue are not guaranteed to be the same. If they were, they wouldn’t have been defined differently in the first place. However, one certain thing is that regardless of how small the algebraic multiplicity may be, it is always greater than or equal to the geometric multiplicity.
Proof
Notation: For convenience, let’s refer to the row space of the given matrix’s basis as the matrix’s basis. When we say m∈N, it means an identity matrix that has a size of m×m. If the indices are omitted, it should be understood in the context of the operations involving matrices of corresponding sizes.
Given the assumption, the following holds:
g=dimsp{x1,x2,⋯,xg}=dimSλ=dim{x∈Cm ∣ Ax=λx}
Meaning, with respect to 1≤i≤g, it is Axi=λxi. Now, if the basis of the matrix A is
{x1,x2,⋯,xg,y1,y2,⋯,ym−g}, then P=[x1x2⋯xgy1y2⋯ym−g] is an invertible matrix.
AP====A[x1⋯ym−g][Ax1Ax2⋯AxgAy1Ay2⋯Aym−g][λx1λx2⋯λxgAy1Ay2⋯Aym−g][x1⋯ym−g][λIgOBC]
Here, B∈Cg×(m−g),C∈C(m−g)×(m−g) and O is a (m−g)×g zero matrix. If we set D=[λIgOBC], then AP=PD, and P is an invertible matrix, therefore
A=PDP−1
Also, since matrix A and D are similar,
det(A−μI)===det(D−μI)det[(λ−μ)IgOBC−μIm−g](λ−μ)gdet(C−μIm−g)
Among the roots fulfilling characteristic equation det(A−μI)=0, μ=λ has at least the geometric multiplicity of g. Hence, the algebraic multiplicity of λ, a, is greater than or equal to g.
■