Lecture 20 - Invertibility (cont.)

From Lecture 18 - Finishing Matrices, Starting Invertibility#^a50ea0, any TL(V,W) is invertible implies that there is some transformation T1:WV that exists where TT1IW,T1T=IV, and that T is invertible iff T is bijective.

We'll define the idea of isomorphism now.

isomorphism, isomorphic

We say that V and W are isomorphic iff there exists an invertible linear map TL(V,W). Such a map T is called an isomorphism.

A little bit about this word, as it'll come around in abstract algebra a lot. The idea here is that the vectors in each are of the same structure. They just have different labels. For instance, notice that:

a0+a1x+a2x2

If we define our map where:

T(a0+a1x+a2x2)=[a0a1a2]

Notice that T is linear, injective, and surjective, so T is invertible and thus P2(R) and R3 is an isomorphism. So these sets are algebraically the same. The vectors only differ in the way that they look.

But notice in our example that the dimensions of V and W are of the same dimension. It turns out that if their dimensions are the same, then they are isomorphic.

Dimension dictates isomorphism

If V,W are finite-dimensional vector spaces. Then V,W are isomorphic iff dim(V)=dim(W).

The proof is how you expect. See Chapter 3 - Linear Maps#^3e5a28 for more information on the proof.

An Example

Let R2 be our vector space. Let Tθ be a rotation CCW by some θ radians. Let B be the standard basis for R2. Let's find M(Tθ,B).

Here:

T(e1)=cos(θ)e1+sin(θ)e2

and:

T(e2)=sin(θ)e1+cos(θ)e2

thus:

M(Tθ,B)=[cos(θ)sin(θ)sin(θ)cos(θ)]

notice that for any αR:

TθTα=TαTθ=Tθ+α

but we can check this with the matrices themselves:

[cos(θ)sin(θ)sin(θ)cos(θ)][cos(α)sin(α)sin(α)cos(α)]=[cos(θ)cos(α)sin(θ)sin(α)...sin(θ)cos(α)cos(θ)sin(α)]

and the RHS is:

[cos(θ+α)sin(θ+α)sin(θ+α)cos(θ+α)]

so then equating the matrices then we get various trig identities we've used before!

An Aside

Think about M(Tθ). It takes as input some T and outputs a matrix in Fm,n.

Theorem

Suppose V,W are finite-dimensional vector spaces. Then: L(V,W) and Fdim(V),dim(W) are isomorphic.

This is easy to prove. We just need a ibjective map that takes in a T and gives us some Fm,n. That's M!

Proof
Fix some basis for V, say v1,...,vn and a basis w1,...,wm for W. Call the former BV and the latter BW. We'll show that M defined by:

M(T)=M(T,BV,BW)

is an isomorphism. We can first check this is true via injective. If the matrix sends anything to 0 then T must have a zero-vector nullspace, showing injectivity. Surjectivity can be shown by showing that the matrix map always has W=range(T).

Due to the isomorphism and knowing the dimension for our matrix, we can say they are isomorphic.

Therefore, then:

dim(L(V,W))=dim(Fdim(V),dim(W))=(dim(V))(dim(W))

Notice that since the set of linear transformations is finite-dimensional, then there's some basis of all linear transformations between V and W. Our rotation matrices come from just setting cos(θ) or similar in one entry, and 0's everywhere else.