Famous Theorems of Mathematics/Algebra/Matrix Theory

From testwiki
Jump to navigation Jump to search
Organization of a matrix

An m×n matrix M is a function M:AF where A = {1,2...m} × {1,2...n} and F is the field under consideration.

An m×n matrix (read as m by n matrix), is usually written as:

A=(a11a12a1na21a22a2nam1am2amn)

For other related definitions please see this link.

Basic Proofs

1. The set of all m×n matrices forms an abelian group under matrix addition.

Proof: Clearly the sum of two m×n matrices is another m×n matrix. If A and B are two matrices of equal order then working with their (i,j)th entries we have (A+B)i,j=(Ai,j)+(Bi,j)=(Bi,j)+(Ai,j)=(B+A)i,j which proves A+B = B+A i.e. commutativity. For associativity we proceed similarly so that A + (B + C) = (A + B) + C. Also the m×n matrix with all entries zero is the additive identity. For every matrix A, the matrix -A whose (i,j)th entry is Ai,j is the inverse. So matrices of same order form an abelian group under addition.

2. Scalar Multiplication has the following properties:

1. Left distributivity: (α+β)A = αA+βA.
2. Right distributivity: α(A+B) = αA+αB.
3. Associativity: (αβ)A=α(βA)).
4. 1A = A.
5. 0A= 0.
6. (-1)A = -A.
(0,1,-1,α & β are scalars; A & B are matrices of equal order, 0 is the zero matrix.)
Proof: Start with the left hand side of (1). We will work with the (i,j)th entries. Clearly ((α+β)A)i,j=(α+β)Ai,j=(αA)i,j+(βA)i,j and so (1) is proved. Similarly (2) can be proved. Associativity follows as ((αβ)A)i,j=(αβ)Ai,j=α(βAi,j). (4), (5) and (6) follow directly from the definition.

3. Matrix multiplication has the following properties:

1. Associativity: A(BC) = (AB)C.
2. Left distributivity: A(B+C) = AB+AC.
3. Right distributivity: (A+B)C = AC+BC.
4. IA = A = AI.
5. α(BC) = (αB)C = B(αC).
(α is a scalar; A, B & C are matrices, I is the identity matrix. A,B,C & I are of orders m×n, n×p, p×r & m×m respectively.)
Proof: We work with the (i,j)th entries and prove (1) only. The proofs for the rest are similar. Now (A(BC))i,j=k=1nAi,k(BC)k,j=k=1nAi,k(l=1pBk,lCl,j)=k=1nl=1pAi,kBk,lCl,j and also ((AB)C)i,j=l=1p(AB)i,lCl,j=l=1p(k=1nAi,kBk,l)Cl,j=k=1nl=1pAi,kBk,lCl,j so that (i,j)th entries on the two sides are equal.

4. Let A and B be m×n matrices. Then:

(i) (kA)T = kAT
(ii) (A+B)T=AT+BT
(iii) (AB)T=BTAT
Sketch of Proof: Work with the (i,j) entries as in the previous proofs.

5. Any system of linear equations has either no solution, exactly one solution or infinitely many solutions.

Proof: Suppose a linear system Ax = b has two different solutions given by X and Y. Then let Z = X - Y. Clearly Z is non zero and A(X + kZ) = AX + kAZ = b + k(AX - AY) = b + k(b - b) = b so that X + kZ is a solution to the system for every possible value of k. Since k can assume infinitely many values so clearly we have an infinite number of solutions.

6. Any triangular matrix A satisfying AAT=ATA is a diagonal matrix.

Proof: Suppose A is lower triangular. Now the (i,i)th entry of AAT is given by k=1n(Ai,k)(Ak,iT)=k=1n(Ai,k)(Ai,k)=k=1n(Ai,k2)=k=1i(Ai,k2). Also the (i,i)th entry of ATA is given by k=1n(Ai,kT)(Ak,i)=k=1n(Ak,i)(Ak,i)=k=1n(Ak,i2)=k=in(Ak,i2). Now as AAT=ATA so k=1i(Ai,k2)=k=in(Ak,i2) and as Ai,i2 can be subtracted from the two sides we are left with k=1i1(Ai,k2)=k=i+1n(Ak,i2).

Now if i = 1 then we have 0=A2,12+A3,12An,12 which gives us A2,1=A3,1An,1=0. Similarly for i =2 we have 0=A2,12=A3,22+A4,22An,22 so that A3,2=A4,2An,2=0. It is now clear that in this fashion all non diagonal entries of A can be shown to be zero. The proof for an upper triangular matrix is similar.

Template:BookCat