Author

Rafiq Islam

Published

January 24, 2021

Some Linear Algebra Proofs

1. Let n be a positive integer. Show that every matrix AMn×n(R) can be written as the sum of two non-singular matrices.

Proof: To prove this, we will use two known properties of matrices.

  1. det(A)= Product of the eigenvalues of A
  2. If λ is an eigenvalue of A then λ+n is an eigenvalue of A+nI matrix.

Since, AMn×n(R), let λi for 1in be the eigenvalues of A. The matrix A+(n+1)I has eigenvalues λi+n+1 for 1in.

Let,
n=max{|λi|:1in}nλin for all 1inn+n+1λi+n+1n+n+1 for all 1in1λi+n+12n+1 for all 1in Thus, λi+n+11 that is λi+n+10 and 0 is not an eigenvalue of A.

Now, from property (1), we have,
det(A)=i=1nλi
and
det(A+(n+1)I)=i=1n(λi+n+1)0 A or A+(n+1)I both are non-singular.

(n+1)I is of course non-singular.

Then
A=(A+(n+1)I)+((n+1)I)

2. Let αL(V) and dimV=n<

Suppose that α has two distinct eigenvalues λ and μ. Prove that if dimEλ=n1 then α is diagonalizable.

Proof: Since μ and λ are two distinct eigenvalues associated with α, so V=EλEμ and dimEλ(α)+dimEμ(α)=n.

Here, dimEμ(α)1 and dimEλ(α)=n1. So,

dimEλ(α)+dimEμ(α)=n1+1=n

3. Let αL(V) and 0vV where dimV=n<.

  1. Prove that there is a unique monic polynomial p(t) of the smallest degree such that p(α)(v)=0

    Proof: Since V is finite-dimensional so there exists smallest k such that {v,α(v),,αk1(v)} is linearly independent but {v,α(v),,αk1(v),αk(v)} is linearly dependent. So there exists c0,c1,,ckF not all zero such that

    c0v+c1α(v)+c2α2(v)++ck1αk1(v)+ckαk(v)=0

    Without loss of generality, let’s assume that ck0. Then

    a0v+a1α(v)+a2α2(v)++ak1αk1(v)+αk(v)=0

    where, ai=cick for 1ik.

    Thus, p(t)=a0+a1t+a2t2++ak1tk1+tk, a unique monic polynomial such that p(α)(v)=0


    (ii) Prove that p(t) from (i) divides the minimal polynomial of α

    Proof: By polynomial division we have,

    m(t)=p(t)h(t)+r(t) where, m(t) is the minimal polynomial.

    Then, m(α)(v)=p(α)h(α)(v)+r(α)(v)

    0=0+r(α)(v)

    r(α)(v)=0

4. Let A,BMn×n(F) such that there exists an invertible matrix SMn×n(F) such that SAS1 and SBS1 are upper triangular matrices. Show that every eigenvalue of ABBA is zero

Proof: To prove the above statement, it is enough to show that spec(ABBA)={0}

We know that if C and D are upper triangular matrices then spec(CDDC)={0}. Now let’s assume that C=SAS1 and D=SBS1. Then,

CDDC=SAS1SBS1SBS1SAS1

CDDC=SABS1SBAS1

CDDC=S(ABBA)S1

Hence CDDC and ABBA are similar matrices. So they have the same eigenvalues, that is spec(ABBA)={0}.

5. Caley-Hamilton Theorem

Theorem: Let p(t) be the characteristic polynomial of a matrix A. Then p(A)=0

Before we start proving the theorem, we need to discuss some basics.

For Linear Operator: If αL(V) and A=ΦBB(α) is a representation matrix of α with respect to the basis B, then p(A) is the representation matrix of p(α). Thus we also have p(α)=0 if p is the characteristic polynomial of α

Adjoint Matrix Method: If we have a matrix A=[aij]Mn×n(F) then we define the adjoint of A to be the matrix adj(A)=[bij]Mn×n(F), where bij=(1)i+j|Aji| for all 1i,jn

And, Aji is the matrix obtained by deleting the i-th row and j-th column.

Example: Let A=(147258369)

b11=(1)1+1|A11|=det(5869)=3

b12=(1)1+2|A21|=det(4769)=6

b13=(1)1+3|A21|=det(4758)=3

b21=(1)2+1|A12|=det(2839)=6

b22=(1)2+2|A22|=det(1739)=12

b23=(1)2+3|A32|=det(1728)=6

b31=(1)3+1|A13|=det(2536)=3

b32=(1)3+2|A23|=det(1436)=6

b33=(1)3+3|A33|=det(1425)=3

Thus,

adj(A)=(3636126363).

The important formula that we are going to use is that,

AA1=IAadj(A)det(A)=IA.adj(A)=det(A).I (*)


Proof: Let AMn×n(F) have the minimal polynomial p(t)=tn+i=0n1aiti.

Now let, adj(tIA)=[gij(t)]=(g11(t)g12(t)g1n(t)g21(t)g22(t)g2n(t)gn1(t)gn2(t)gnn(t)) be the adjoint matrix of (tIA).

Since each gij(t) is a polynomial of degree at most n1, we can write this as, adj(tIA)=i=1nBitni where BiMn×n(F).

Then by (*) we have,

p(t)I=det(tIA).I=(tIA)adj(tIA)=(tIA)i=1nBitni(a0+a1t+a2t2++an1tn1+tn)I=(tIA)B1tn1++(tIA)Bn1t+(tIA)Bn(a0+a1t+a2t2++an1tn1+tn)I=B1tnAB1tn1+B2tn1AB2tn2++Bn1t2ABn

By comparing the coefficients, we get

B1=I

B2AB1=an1I

B3AB2=an2I

BnABn1=a1I

ABn=a0I

Now multiply An+1j to the jth equation, and then sum up both sides we get,

An+11B1=IAn+11AnB1=An

An+12(B2AB1)=an1An+12An1B2AB1=an1An1

An+13(B3AB2)=an2An+13An2B3An1B2=an1An2

An+1n(BnABn1)=a1An+1nABnA2Bn1=a1A

ABn=a0IABn=a0I

If we add both sides then we obtain, p(A)=0



6. Prove that the spectral radius of the Markov matrix is less than or equal to 1

We need to prove that if A is a Markov matrix then ρ(A)1. Now, what is a Markov matrix?

Markov Matrix: A matrix A=[ai,j]n×n is called a Markov matrix if ai,j0 for all 1i,jn and j=1nai=1, that is the sum of the elements in any row is equal to 1.

Example: If we have a matrix like this, A=(0.20.40.40.10.40.50.90.10) then A is a Markov matrix.


Proof: Let λspec(A) and x=(x1x2xn)0 be a column vector. Then we define, xh=max{|xi|:1in} & >0. Here we are assuming xh>0 because x0, as a result at least one of the coordinate of x must be greater than 0.

Now,

Ax=λx=(λx1λx2λxn)

λxh=j=1nahjxj

|λxh|=|λ|.|xh|=|j=1nahjxj|j=1n|ahj||xj|

|λ|.|xh|(j=1n|ahj|)|xh|=1.|xh|

|λ|1

Share on

You may also like

Back to top

Citation

BibTeX citation:
@online{islam2021,
  author = {Islam, Rafiq},
  date = {2021-01-24},
  url = {https://mrislambd.github.io/posts/someproofs/},
  langid = {en}
}
For attribution, please cite this work as:
Islam, Rafiq. 2021. January 24, 2021. https://mrislambd.github.io/posts/someproofs/.