Lecture 10 - Finishing LI&LD, Bases

Announcements:

Finishing 2.A

Theorem

In a vector space V with v1,...,vk are LD list:

  1. There is some vj such that vj is a linear combination of v1,...,vj1
  2. span(v1,...,vk)=span(v1,...,vj1,vj+1,...,vk).

Note that this makes sense, since you can change the order of vectors (not the contents) such that the span is the same.

Linear Independence Theorem

The length of a LI list is always to the length of a spanning list in any vector space V.

Proof
Suppose u1,...,um is a LI list and that v1,...,vn is a spanning list for V. We want to show that mn.

Consider v1,...,vn. We can prepend u1 to this list. This new list is dependent since the vs span V, so the u1 can be written in terms of v1,...,vn. So u1,v1,...,vn is a LD list. Since it is, then there's some vector in the list that can be written as the previous, and if we remove the vector is doesn't change the span. Thus, there's some vi that is a linear combination of previous vectors. We throw out vi and consider the new list.

Consider u1,v1,...,vi1,vi+1,...,vn, whose span has been unchanged from before. Repeat this idea, and consider u2,u1,...,vi1,vi+1,...,vn. It is a LD list, so one of the vectors is a combination of the previous. It has to be one of the v's again since the u's are LI. So there is again some vj that is a linear combination of the previous. We throw it out and repeat.

Note then that there must be at least as many v's as there are u's, so mn, and the proof is done.

Note

Recall that U subspace of 2×2 symmetric matrices:

[1000],[0110],[0001]

So any list of length 4 or more vectors u1,...,u4U is guaranteed to be LD.

Bases

Consider the diagram below:

Thus having both properties are interesting to us, so we make a definition

Basis

A list v1,...,vk in a vector space V is a basis of V if the list is:

  1. L.I.
  2. A spanning list

Now suppose that u1,...,um is a basis for V, and v1,...,vn is also a basis for V. Using the LI Theorem, then mn, but we can do it the other way so then nm, so n=m. Therefore, all bases for a vector space are the same number, so we give it a name:

Dimension

The number of vectors in a basis of V is called the dimension of V.

So if I have a LI list that isn't spanning, then the number of vectors is too low. And if a spanning list is LD, then we need to remove some vectors:

Hence when adding new vectors to make a LI list still LI is an extension to basis, and likewise removing vectors from a spanning list to make it LI is a reduction to basis (trimming).

Reduction

Suppose v1,...,vn is a spanning list of V. If the list of v1,...,vn is LI then we are done. Otherwise, then the list must be LD, so at least one of these vi can be made as a linear combination of the others. Thus, we can throw it out without changing the span:

v1,...,vi1,vi+1,...,vn

Thus, remove it, and repeat this process until we are LI. This must eventually terminate as there's a finite number of vectors in the list.

Extension

Suppose v1,...,vm is LI. If they span, great we are done. If not, add a vector outside of the span of the list, say ui. The new list must be LI, so we can just repeat. Since mn, in a finitely-dimensional vector space, we must terminate once we have n vectors in our list.