The Study of Root Subspace Decomposition between Characteristic Polynomials and Minimum Polynomial

Abstract

Let A be the linear transformation on the linear space V in the field P, V λ i be the root subspace corresponding to the characteristic polynomial of the eigenvalue λ i , and W λ i be the root subspace corresponding to the minimum polynomial of λ i . Consider the problem of whether V λ i and W λ i are equal under the condition that the characteristic polynomial of A has the same eigenvalue as the minimum polynomial (see Theorem 1, 2). This article uses the method of mutual inclusion to prove that V λ i = W λ i . Compared to previous studies and proofs, the results of this research can be directly cited in related works. For instance, they can be directly cited in Daoji Meng’s book “Introduction to Differential Geometry.”

Share and Cite:

Kang, L. , Wang, Y. and Liu, Y. (2024) The Study of Root Subspace Decomposition between Characteristic Polynomials and Minimum Polynomial. Open Journal of Applied Sciences, 14, 1637-1647. doi: 10.4236/ojapps.2024.147107.

1. Introduction

Let V be a vector space over a field P. Let A be a linear transformation on V, and let A be the matrix corresponding to A with respect to some basis. The eigenvalues of both the characteristic polynomial and the minimal polynomial of A are the same. Let the characteristic polynomial of the linear transformation A be f( λ )= ( λ λ 1 ) r 1 ( λ λ 2 ) r 2 ( λ λ s ) r s . Wang Efang demonstrated that the eigenspaces corresponding to the distinct eigenvalues of the characteristic polynomial can decompose V into a direct sum, i.e.,

V= V λ 1 V λ 2 V λ s , where V λ i ={ vV| ( A λ i ) r i v=0 } .

The minimal polynomial of A is m( λ )= ( λ λ 1 ) l 1 ( λ λ 2 ) l 2 ( λ λ s ) l s . Meng Daoji demonstrated that the eigenspaces corresponding to the distinct eigenvalues of the minimal polynomial can decompose V into a direct sum, i.e., decompose as V= W λ 1 W λ 2 W λ s , and W λ i ={ vV| ( A λ i ) l i v=0 } .

Meng Daoji and Wang Efang respectively studied the eigenspaces corresponding to the eigenvalues of the minimal polynomial and the characteristic polynomial. Upon investigation, there are many references introducing the decomposition of eigenspaces corresponding to the characteristic polynomial and the minimal polynomial, but there are very few papers discussing the relationship between them. Is it possible to consider that the eigenspaces corresponding to the same eigenvalue in both the characteristic polynomial and the minimal polynomial are the same? Based on this question, this paper proves the equivalence of the eigenspace decompositions corresponding to the same eigenvalue, i.e., V λ i = W λ i .

For this problem, the paper will be divided into two parts. The first part will provide the necessary background, introducing the fundamental concepts of matrix characteristic polynomials and minimal polynomials. The second part will present the proof of the equivalence of the eigenspaces corresponding to the same eigenvalue under the characteristic polynomial and the minimal polynomial, accompanied by illustrative examples.

2. Preliminary Knowledge

The following mainly introduces the basic knowledge related to characteristic polynomials and minimal polynomials, as well as the decomposition of eigenspaces corresponding to characteristic polynomials and minimal polynomial.

Definition 1 [1]. Let V be a non-empty set and P be a field. If the following conditions hold true, then the set V is termed as a linear space over the field P:

(1) A rule of correspondence is defined between any two elements α and β in V, such that there exists a unique element γ in V corresponding to them. This rule of correspondence is termed as addition, and the element γ is termed as the sum of α and β, denoted as γ=α+β .

(2) A rule of correspondence is defined between any element k in the field P and any element α in the set V, such that there exists a unique element γ in V corresponding to k and α. This rule of correspondence is termed as scalar multiplication or simply multiplication, and γ is termed as the product of k and α, denoted as γ=kα .

(3) The addition and scalar multiplication defined above satisfy the eight axioms:

i. α+β=β+α .

ii. ( α+β )+γ=α+( β+γ ) .

iii. There exists a zero element, denoted as 0 , such that for any element α in V, 0+α=0 .

iv. For any element α in V, there exists a corresponding additive inverse element β such that α+β=0 .

v. 1α=α .

vi. k( lα )=( kl )α .

vii. ( k+l )α=kα+lα .

viii. k( α+β )=kα+kβ ,

where α, β and γ are arbitrary elements in the set V, and k and l are arbitrary numbers in the field P.

Definition 2 [1]. Let A be a mapping from the linear space V over the field P to the linear space W. For any two vectors α and β in V, if the following conditions are satisfied:

1. A( α+β )=A( α )+A( β ) .

2. A( kα )=kA( α ),kP .

Then A is termed as a linear mapping, and A( α ) is called the image of α under the linear mapping A .

A linear mapping A from the vector space V to itself is called a linear transformation of the vector space V.

Definition 3 [2]. The set of all univariate polynomials over the field P is denoted by P[ x ] . Addition and multiplication operations can be defined in P[ x ] as follows: Let

f( x )= i=0 n a i x i , g( x )= i=0 m b i x i ,

assuming nm . Define

f( x )+g( x ):= i=0 n ( a i + b i ) x i ,

f( x )g( x ):= i=0 n j=0 m ( a i b j ) x i+j = s=0 n+m ( i+j=s a i b j ) x s .

The term f( x )+g( x ) is called the sum of f( x ) and g( x ) , and the term f( x )g( x ) is called the product of f( x ) and g( x ) .

Definition 4 [3]. Let f( x ),g( x )P[ x ] . If ( f( x ),g( x ) )=1 , then f( x ) and g( x ) are called coprime.

Lemma 1 [4]. Two polynomials f( x ) and g( x ) in P[ x ] are coprime if and only if there exist polynomials u( x ),v( x )P[ x ] such that u( x )f( x )+v( x )g( x )=1 .

Proposition 1 [4]. In P[ x ] , if ( f( x ),h( x ) )=1 , ( g( x ),h( x ) )=1 , then ( f( x )g( x ),h( x ) )=1 .

Proof. By Lemma 1, there exist u 1 ( x ), u 2 ( x ), v 1 ( x ), v 2 ( x ) such that u 1 ( x )f( x )+ v 1 ( x )h( x )=1 and u 2 ( x )g( x )+ v 2 ( x )h( x )=1 . Multiplying the two equations gives u 1 ( x )f( x )( u 2 ( x )g( x )+ v 2 ( x )h( x ) )+ v 1 ( x )h( x )( u 2 ( x )g( x )+ v 2 ( x )h( x ) )=1 .

Furthermore, we obtain u 3 ( x )( f( x )g( x ) )+ v 3 ( x )h( x )=1 , where u 3 ( x )= u 1 ( x ) u 2 ( x ) , v 3 ( x )= u 1 ( x ) v 2 ( x )f( x )+ u 2 ( x ) v 1 ( x )g( x )+ v 1 ( x ) v 2 ( x )h( x ) .

Remark 1. Using mathematical induction, Lemma 1 can be generalized to: in P[ x ] , if ( f i ( x ),h( x ) )=1,i=1,2,,s , then ( f 1 ( x ) f 2 ( x ) f s ( x ),h( x ) )=1 .

Lemma 2 [4]. Let ε 1 , ε 2 ,, ε n be a basis of the vector space V, and let α 1 , α 2 ,, α n be arbitrary vectors in V. There exists a unique linear transformation A such that A ε i = α i ,i=1,,n .

Definition 5 [5]. Let ε 1 , ε 2 ,, ε n be a basis of the n-dimensional vector space V over the field P, and let A be a linear transformation on V. The image of the basis vectors can be expressed as a linear combination of the basis vectors, i.e.,

f( x )={ A ε 1 = a 11 ε 1 + a 21 ε 2 + a n1 ε n A ε 2 = a 12 ε 1 + a 22 ε 2 + a n2 ε n A ε 1 = a 1n ε 1 + a 2n ε 2 + a nn ε n .

In terms of matrices, this can be represented as

A( ε 1 , ε 2 ,, ε n )=( A ε 1 ,A ε 2 ,,A ε n )=( ε 1 , ε 2 ,, ε n )A ,

where

A=[ a 11 a 1n a n1 a nn ] .

The matrix A is called the matrix of A with respect to the basis ε 1 , ε 2 ,, ε n .

Lemma 3 [6]. For a given basis, a linear transformation and its representing matrix are in one-to-one correspondence.

Lemma 4 [7]. Let V be a vector space over the field P, and let A be a linear transformation on V. Given that f 1 ( x ), f 2 ( x )P[ x ] and ( f 1 ( x ), f 2 ( x ) )=1 , if we let f( x )= f 1 ( x ) f 2 ( x ) , then Kerf( A )=Ker f 1 ( A )Ker f 2 ( A ) .

Proof. Step 1: Prove Kerf( A )=Ker f 1 ( A )+Ker f 2 ( A ) .

For any α 1 Ker f 1 ( A ) , we have f 1 ( A ) α 1 =0 . Therefore, f 2 ( A ) f 1 ( A ) α 1 =0 .

Since f( x )= f 1 ( x ) f 2 ( x ) , we have f( A )= f 1 ( A ) f 2 ( A ) .

Therefore, f( A ) α 1 = f 1 ( A ) f 2 ( A ) α 1 = f 2 ( A ) f 1 ( A ) α 1 =0 .

Consequently, α 1 Kerf( A ) , and thus Ker f 1 ( A )Kerf( A ) .

Similarly, Ker f 1 ( A )Kerf( A ) . Therefore, Ker f 1 ( A )+Ker f 2 ( A )Kerf( A ) . For any αKerf( A ) , and since ( f 1 ( x ), f 2 ( x ) )=1 , there exists μ( x ),ν( x )P[ x ] such that

μ( x ) f 1 ( x )+ν( x ) f 2 ( x )=1 . (1)

Substituting x into A in equation (1), we obtain

μ( A ) f 1 ( A )+ν( A ) f 2 ( A )= . (2)

Hence α=α=μ( A ) f 1 ( A )α+ν( A ) f 2 ( A )α .

Let α 1 =ν( A ) f 2 ( A )α, α 2 =μ( A ) f 1 ( A )α , then α= α 1 + α 2 .

Since f 1 ( A ) α 1 = f 1 ( A )ν( A ) f 2 ( A )α=ν( A )f( A )α=ν( A )0=0 , it follows that α 1 Ker f 1 ( A ) . Similarly, it can be proved that α 2 Ker f 2 ( A ) . Thus, it follows that Kerf( A )=Ker f 1 ( A )+Ker f 2 ( A ) .

Step 2: Prove Ker f 1 ( A )Ker f 2 ( A )=0 .

Given βKer f 1 ( A )Ker f 2 ( A ) , then f 1 ( A )β=0, f 2 ( A )β=0 . Using equation (2), we have β=β=μ( A ) f 1 ( A )β+ν( A ) f 2 ( A )β=μ( A )0+ν( A )0=0 . Therefore, Ker f 1 ( A )Ker f 2 ( A )=0 .

Proposition 2 [7]. Let A be a linear transformation on the linear space V over the field P, where f 1 ( x ), f 2 ( x ),, f s ( x )P[ x ] and they are pairwise coprime. Let

f( x )= f 1 ( x ) f 2 ( x ) f s ( x ) , (3)

then Kerf( A )=Ker f 1 ( A )Ker f 2 ( A )Ker f s ( A ) .

Proof. Apply mathematical induction on the number of polynomials s on the right-hand side of equation (3).

When s=2 , Lemma 4 has been proven, and the proposition holds.

Assume that the proposition holds when the number of polynomials on the right-hand side of equation (3) is s1 .

Now consider the case where f( x )= f 1 ( x ) f 2 ( x ) f s ( x ) . Since f 1 ( x ), f 2 ( x ),, f s ( x ) are pairwise coprime, we have ( f 1 ( x ) f 2 ( x ) f s1 ( x ), f s ( x ) )=1 .

Let g( x )= f 1 ( x ) f 2 ( x ) f s1 ( x ) . According to Lemma 4, we have

Kerf( A )=Kerg( A )Ker f s ( A ) . (4)

By the inductive hypothesis, we conclude that

Kerg( A )=Ker f 1 ( A )Ker f 2 ( A )Ker f s1 ( A ) . (5)

From equations (4) and (5), we have Kerf( A )=Ker f 1 ( A )Ker f s1 ( A )Ker f s ( A ) . By the principle of mathematical induction, Proposition 2 is proven.

If we aim to ensure that Kerf( A )=V , given KerO=V , we seek a f( x )P[ x ] such that f( A )=O . This leads us to introduce the following concept:

Definition 6 [8]. Let V be a linear space over the field P, and A be a linear transformation on V. If there exists a univariate polynomial f( x ) over the field P such that f( A )=O , then f( x ) is called a nullifying polynomial of A .

Definition 7 [9]. Among all non-zero nullifying polynomials of A , the polynomial with the lowest degree and leading coefficient of 1 is called the minimal polynomial of A .

Proposition 3 [9]. The minimal polynomial of a matrix is unique.

Proposition 4 [10]. Let A be a linear transformation on a linear space V over the field P, and m( λ ) be the minimal polynomial of A . Then, g( λ )P[ λ ] is a nullifying polynomial of A if and only if m( λ )|g( λ ) .

Proof. Necessity: Suppose g( λ ) is a nullifying polynomial of A . Perform polynomial division in P[ λ ] :

g( λ )=h( λ )m( λ )+r( λ ),degr( λ )<degm( λ ) .

Substituting the indeterminate A with λ in the above equation, we obtain

g( A )=h( A )m( A )+r( A ) .

Since g( A )=O , m( A )=O , we have r( A )=O . Thus, r( λ ) is also a nullifying polynomial of A . Since degr( λ )<degm( λ ) and r( λ )=0 , it follows that m( λ )|g( λ ) .

Sufficiency: Suppose m( λ )|g( λ ) . Then there exists h( λ )P[ λ ] such that g( λ )=h( λ )m( λ ) . Substituting λ with A , we get g( A )=h( A )m( A )=O . Therefore, g( λ ) is a nullifying polynomial of A .

Remark 2 [11]. Let the minimal polynomial m( λ ) of the linear transformation A have a standard factorization in P[ λ ] as m( λ )= ( λ λ 1 ) l 1 ( λ λ 2 ) l 2 ( λ λ s ) l s . Since ( λ λ 1 ) l 1 , ( λ λ 2 ) l 2 ,, ( λ λ s ) l s are pairwise coprime, it follows from Proposition2 that V=Ker ( A λ 1 ) l 1 Ker ( A λ 2 ) l 2 Ker ( A λ s ) l s .

Let W λ i ={ vV| ( A λ i ) l i v=0 } . Then V= W λ 1 W λ 2 W λ s .

Definition 8 [10]. Let A be an n×n matrix over the field P. If there exist a scalar λ and a non-zero n-dimensional column vector β over P such that Aβ=λβ , then λ is called an eigenvalue of A, and β is called an eigenvector of A corresponding to the eigenvalue λ. The polynomial f( λ )=| λEA | is called the characteristic polynomial of A.

Lemma 4 [12]. Let A be a linear transformation on an n-dimensional vector space V over a field P. Then the characteristic polynomial f( λ ) of A is an annihilating polynomial of A .

Proposition 5 [13]. Let A be an n×n matrix over the field P. If f( λ )=| λEA | is the characteristic polynomial of A, then f( A )= A n ( a 11 + a 22 ++ a nn ) A n1 ++ ( 1 ) n | A |E=Ο .

Proof. Let B( λ ) be the companion matrix of λEA . By the properties of determinants, we have B( λ )( λEA )=| λEA |E=f( λ )E . Because the elements of the matrix B( λ ) are the cofactors of | λEA | , which are polynomials in λ of degree at most n1 , by the properties of matrix operations, B( λ )= λ n1 B 0 + λ n2 B 1 ++ B n1 , where B 0 , B 1 ,, B n1 are all n×n numeric matrices.

Let f( λ )= λ n + a 1 λ n1 ++ a n1 λ+ a n , then

f( λ )E= λ n E+ a 1 λ n1 E++ a n1 λE+ a n E , (6)

and

B( λ )( λEA )=( λ n1 B 0 + λ n2 B 1 ++ B n1 )( λEA ) = λ n B 0 + λ n1 ( B 1 B 0 A )+ λ n2 ( B 2 B 1 A ) ++λ( B n1 B n2 A ) B n1 A. (7)

Comparing (6) and (7), we obtain

{ B 0 =E, B 1 B 0 A= a 1 E, B 2 B 1 A= a 2 E, B n1 B n2 A= a n1 E, B n1 A= a n E. (8)

By multiplying the first, second, , n-th equations of (8) by A n , A n1 ,,A,E respectively from the right, we get

{ B 0 A n =E A n = A n , B 1 A n1 B 0 A n = a 1 E A n1 = a 1 A n1 , B 2 A n2 B 1 A n1 = a 2 E A n2 = a 2 A n2 , B n1 A B n2 A 2 = a n1 EA= a n1 A, B n1 A= a n E. (9)

Adding the n+1 equations of (9) together, the left side is zero, and the right side equals f( A ) . Thus, f( A )=Ο .

Definition 9 [14]. Let A be a linear transformation on a linear space V over the field P, and let W be a subspace of V. If for any vector ω in W, we have AωW , then W is called an invariant subspace of A , or simply an A -subspace.

Lemma 5 [14]. Let the characteristic polynomial of the linear transformation A be f( λ ) , which can be factored into a product of linear factors f( λ )= ( λ λ 1 ) r 1 ( λ λ 2 ) r 2 ( λ λ s ) r s . Then V can be decomposed into a direct sum of invariant subspaces V= V 1 V 2 V s , where V i ={ vV| ( A λ i ) r i v=0 } .

Proof. Let f i ( λ )= f( λ ) ( λ λ i ) r i = ( λ λ 1 ) r 1 ( λ λ i1 ) r i1 ( λ λ i+1 ) r i+1 ( λ λ s ) r s

and V i = f i ( A )V . Then V i is the range of f i ( A ) , and V i is an invariant subspace of A . Clearly, V i satisfies ( A λ i ) r i V i =f( A )V={ 0 } .

Now, let’s prove V= V 1 V 2 V s .

To this end, we need to prove two points. First, we need to show that every vector α in V can be expressed as α= α 1 + α 2 ++ α s , α i V i ,i=1,2,,s . Secondly, this representation of the vector is unique. Clearly, ( f 1 ( λ ), f 2 ( λ ),, f s ( λ ) )=1 , thus there exist polynomials μ 1 ( λ ), μ 2 ( λ ),, μ s ( λ ) such that μ 1 ( λ ) f 1 ( λ )+ μ 2 ( λ ) f 2 ( λ )++ μ s ( λ ) f s ( λ )=1 .

Thus, μ 1 ( A ) f 1 ( A )+ μ 2 ( A ) f 2 ( A )++ μ s ( A ) f s ( A )= . In this way, for every vector α in V, we have α= μ 1 ( A ) f 1 ( A )α+ μ 2 ( A ) f 2 ( A )α++ μ s ( A ) f s ( A )α , where μ i ( A ) f i ( A )α f i ( A )V= V i ,i=1,2,,s . This proves the first point.

To prove the second point, suppose there is

β 1 + β 2 ++ β s =0 , (10)

where β i satisfies

( A λ i ) r i β i =0,i=1,2,,s . (11)

Now, we need to prove that any β i =0 .

Since ( λ λ j ) r j | f i ( λ )( ji ) , we have f i ( A ) β j =0( ji ) . Applying f i ( A ) to both sides of equation (10), we obtain f i ( A ) β i =0 .

Additionally, ( f i ( λ ), ( λ λ i ) r i )=1 . Thus, there exist polynomials μ( λ ) and ν( λ ) such that μ( λ ) f i ( λ )+ν( λ ) ( λ λ i ) r i =1 .

Thus, β i =μ( A ) f i ( A ) β i +ν( A ) ( A λ i ) r i β i =0 .

Now, suppose α 1 + α 2 ++ α s =0 , where α i V i .

Clearly, α i satisfies ( A λ i ) r i α i =0,i=1,2,,s . Therefore, α i =0,i=1,2,,s . This implies that the representation in the first point is unique.

Now, suppose there is a vector α ( A λ i id ) r i in the kernel. Express α as α= α 1 + α 2 ++ α s , α i V i ( i=1,2,,s ) , that is, α 1 + α 2 ++( α i α )++ α s =0 .

Let β j = α j ,ji, β i = α i α . Then β 1 , β 2 ,, β s are vectors satisfying (10) and (11). Therefore, β 1 = β 2 == β i == β s =0 , and thus α= α i V i . This proves that ( A λ i ) r i is the kernel of V i , i.e., V i ={ vV| ( A λ i ) r i v=0 } .

Definition 9 [14]. Let V, A , and f( λ ) be as in Lemma 4.

We call V i ={ vV| ( A λ i ) r i v=0 } the eigenspace of A corresponding to the eigenvalue λ i , often denoted by V λ i .

Proposition 6 [14]. The root subspace of a linear transformation A on an n-dimensional vector space V over a field P is a nontrivial invariant subspace of A .

3. The Equivalence of Root Subspace Decompositions

The following introduces the relationship between the root subspace decomposition of the characteristic polynomial and the root subspace decomposition of the minimal polynomial.

Theorem 1. Let A be a linear transformation on an n-dimensional linear space V over the field P. The minimal polynomial m( λ ) of A has a standard factorization in P[ x ] as

m( λ )= ( λ λ 1 ) l 1 ( λ λ 2 ) l 2 ( λ λ s ) l s . (12)

Denote W λ i =Ker ( A λ i ) l i .

To prove: For t l i , we have Ker ( A λ i ) t =  W λ i .

Proof. We use the method of mutual inclusion to prove that two sets are equal.

First, prove that W λ i Ker ( A λ i ) t .

Let g( λ )= ( λ λ 1 ) l 1 ( λ λ i1 ) l i1 ( λ λ i ) t ( λ λ i+1 ) l i+1 ( λ λ s ) l s . Then m( λ )|g( λ ) , so by Property 4, we have g( A )=O . Thus,

V=Ker ( A λ 1 ) l 1 Ker ( A λ i1 ) l i1 Ker ( A λ i ) t Ker ( A λ s ) l s .

From equation (12), it follows that

V=Ker ( A λ 1 ) l 1 Ker ( A λ i1 ) l i1 Ker ( A λ i ) l i Ker ( A λ s ) l s = W λ 1 W λ i1 W λ i W λ s .

Take any α i W λ i .

Then ( A λ i ) t α i = ( A λ i ) t l i ( A λ i ) l i α i = ( A λ i ) t l i 0=0 , hence α i Ker ( A λ i ) t . Therefore, W λ i Ker ( A λ i ) t .

Next, prove that Ker ( A λ i ) t W λ i .

Choose a basis in W λ i , and extend it to a basis in Ker ( A λ i ) t . Then extend it to a basis in W λ 1 , , and extend it to a basis in W λ i1 . Combining a basis of Ker ( A λ i ) t , , and a basis of W λ s , we obtain a basis of V. Similarly, combining a basis of W λ 1 , , and a basis of W λ i1 , along with a basis of W λ i , , and a basis of W λ s , we also obtain a basis of V. Therefore, the aforementioned basis of W λ i is a basis of Ker ( A λ i ) t .

Hence, W λ i =Ker ( A λ i ) t .

Theorem 2. Given the conditions and notations as in Theorem 1, and the characteristic polynomial of f( λ )= ( λ λ 1 ) r 1 ( λ λ 2 ) r 2 ( λ λ s ) r s the linear transformation A , then W λ i = V λ i ,i=1,2,,s , where V λ i ={ vV| ( A λ i ) r i v=0 } .

Proof. From Proposition 4 and Lemma 4, it follows that the characteristic polynomial f( λ ) of a linear transformation A on an n-dimensional vector space V over a field P is a multiple of the minimal polynomial m( λ ) of A , i.e., m( λ )|g( λ ) . Since m( λ )|g( λ ) , it follows that l i r i ,i=1,2,,s . According to Theorem 1, we have W λ i = V λ i .

4. Examples

In this section, we will provide clear and concise examples to illustrate the three cases where the characteristic polynomial and the minimal polynomial are completely the same, partially the same, and completely different under the condition of having the same eigenvalues. This will aid in understanding.

Example 1. Given the matrix

A=( 2 1 1 1 2 1 1 1 2 ) ,

proves that the eigenspaces corresponding to the eigenvalues of its characteristic polynomial and minimal polynomial are the same.

Proof. From A, we have the characteristic polynomial and the minimal polynomial are respectively f( λ )=| λEA |= ( λ1 ) 2 ( λ4 ) and m( λ )=( λ1 )( λ4 ) . Therefore, 1 is a double root and 4 is a single root, so λ 1 =1 , λ 2 =4 .

The root subspaces corresponding to the eigenvalue λ 1 are given by V λ 1 ={ νV| ( AE ) 2 ν=0 } and W λ 1 ={ νV|( AE )ν=0 } .

Therefore dim V λ 1 =2 , dim W λ 1 =2 .

The root subspaces corresponding to the eigenvalue λ 2 are given by V λ 2 ={ νV|( A4E )ν=0 } and W λ 2 ={ νV|( A4E )ν=0 } .

Therefore dim V λ 2 =1 , dim W λ 2 =1 .

In summary, V λ 1 = W λ 1 and V λ 2 = W λ 2 .

Example 2. Given the matrix

A=( 1 1 0 0 1 0 0 0 1 ) ,

proves that the eigenspaces corresponding to the eigenvalues of its characteristic polynomial and minimal polynomial are the same.

Proof. From A, we have the characteristic polynomial and the minimal polynomial are respectively f( λ )=| λEA |= ( λ1 ) 3 and m( λ )= ( λ1 ) 2 . Therefore, 1 is a triple root, so λ=1 .

The root subspaces corresponding to the eigenvalue λ are given by V λ ={ νV| ( AE ) 3 ν=0 } and W λ ={ νV| ( AE ) 2 ν=0 } .

Therefore dim V λ =3 , dim W λ =3 .

In summary, V λ = W λ .

Example 3. Given the matrix

A=( 1 1 0 0 2 0 0 0 3 ) ,

proves that the eigenspaces corresponding to the eigenvalues of its characteristic polynomial and minimal polynomial are the same.

Proof. From A, we have the characteristic polynomial and the minimal polynomial are respectively f( λ )=| λEA |=( λ1 )( λ2 )( λ3 ) and m( λ )=( λ1 )( λ2 )( λ3 ) . Therefore, 1, 2 and 3 are all simple roots, so λ 1 =1 , λ 2 =2 , λ 3 =3 .

The root subspaces corresponding to the eigenvalue λ 1 are given by V λ 1 ={ νV|( AE )ν=0 } and W λ 1 ={ νV|( AE )ν=0 } .

Therefore dim V λ 1 =1 , dim W λ 1 =1 .

The root subspaces corresponding to the eigenvalueare given by V λ 2 ={ νV|( A2E )ν=0 } and W λ 2 ={ νV|( A2E )ν=0 } .

Therefore dim V λ 2 =1 , dim W λ 2 =1 .

The root subspaces corresponding to the eigenvalue λ 2 are given by V λ 3 ={ νV|( A3E )ν=0 } and W λ 3 ={ νV|( A3E )ν=0 } .

Therefore dim V λ 3 =1 , dim W λ 3 =1 .

In summary, V λ 1 = W λ 1 , V λ 2 = W λ 2 and V λ 3 = W λ 3 .

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Greub, W.H. (2012) Linear Algebra. Springer Science & Business Media.
[2] Roman, S., Axler, S. and Gehring, F.W. (2005) Advanced Linear Algebra. Springer, New York.
[3] Campbell, S.L., Ipsen, I.C.F., Kelley, C.T., et al. (1996) GMRES and the Minimal Polynomial. BIT Numerical Mathematics, 36, 664-675.[CrossRef]
[4] Burrow, M.D. (1973) The Minimal Polynomial of a Linear Transformation. The American Mathematical Monthly, 80, 1129-1131.[CrossRef]
[5] Axler, S. (2015) Linear Algebra Done Right. Springer.[CrossRef]
[6] Mirsky, L. (2012) An Introduction to Linear Algebra. Courier Corporation.
[7] Strang, G. (2022) Introduction to Linear Algebra. Wellesley-Cambridge Press.
[8] Jacobson, N. (1979) Lie Algebras. Courier Corporation.
[9] Hoffmann, K. and Kunze, R.A. (1971) Linear Algebra. Prentice-Hall.
[10] Chatelin, F. (2012) Eigenvalues of Matrices: Revised Edition. Society for Industrial and Applied Mathematics.[CrossRef]
[11] Bellman, R. (1997) Introduction to Matrix Analysis. Society for Industrial and Applied Mathematics.[CrossRef]
[12] Bassour, M. (2020) Hamiltonian Polynomial Eigenvalue Problems. Journal of Applied Mathematics and Physics, 8, 609-619.[CrossRef]
[13] Yousif, A. and Qasim, A. (2020) A Novel Iterative Method Based on Bernstein-Adomian Polynomials to Solve Non-Linear Differential Equations. Open Access Library Journal, 7, e6267.[CrossRef]
[14] Tehrani, F. (2020) Solution to Polynomial Equations, a New Approach. Applied Mathematics, 11, 53-66.[CrossRef]

Copyright © 2026 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.