Lecture 18 - Finishing Matrices, Starting Invertibility

From Lecture 17 - Continuing Matrices#^62ce98 we defined matrix multiplication. Hence, we make the following definition:

Matrix Multiplication

Given an m×n matrix A and a n×p matrix B, we define AB to be the m×p matrix whose ij entry is given by:

cij=k=1nAikBkj

Some notation is:

Ai,B,j

Another fact is that:

(AB)i,=A(B,j)

3.D: Invertibility

You've heard of inverse functions before, so let's look at the definition then talk more about it:

Inverse Map

A map TL(V,W) is invertible if there exists some SL(W,V) such that:

ST=Iv,TS=Iw

where I is the identity map such that Iv=v for any vV.
Such a map S is called an inverse of T.

Notice again that S is an inverse. But it is true, one of our first theorems, that inverses S are unique.

Uniqueness of Inverses

Inverses are unique.

Proof
Suppose T is some linear transformation from V to W, and that S1,S2 are inverses of T. Then both S1T=TS2=I and S2T=TS2=I.

S1=S1Iw=S1(TS2)=(S1T)S2=IvS2=S2

where we use the associativity of transformations in the middle.

We denote the inverse of an invertible map T by T1. But when is T invertible?

Theorem

TL(V,W) is invertible iff T is injective and surjective (ie: T is bijective).

Note that in calculus we looked at functions like ex and found inverses ln(x). But we need surjectivity now since the domains and co-domains may be different. Here, from calculus we needed a change in the domain from xR to x(0,).
Proof
We'll keep the details out of here and prove this broadly. This is an iff proof so start with . Suppose T is invertible. We first show injectivity, so suppose Tv1=Tv2 for some v1,v2V. Then since T is invertible, then T1 exists, and:

T1Tv1=Ivv1=v1

and likewise T1Tv2=v2, but since Tv1=Tv2 then v1=v2 as requested.

For surjectivity, let wW be arbitrary. We need to choose some vector in V where Tv=w. I claim that T1w is the vector to choose since:

T(T1w)=Iww=w

thus T is surjective.

Now we'll prove , so suppose T is bijective. We have to produce a map such that we get the properties of our invertibility. We define a map S:WV such that:

S(w)=v

where since T is surjective, then there exists this vector v where T(S(w))=w. We skip over that S is a linear map and SL(W,V) but we skip that detail.

We'll need to show that ST is the identity (as we already can see TS is the identity map as we built it that way). Notice that:

T(ST)v=(TS)(Tv)=Iw(Tv)=Tv

So since T is injective, the argument for T on both sides are equal, so (ST)v=v so then ST=Iv.