MATH 323 Lecture 12

From Notes
Jump to navigation Jump to search

« previous | Thursday, October 4, 2012 | next »

Substitute lecture

Chapter 3.4: Basis and Dimension

Definitions

We say that vectors v1,,vk are linearly independendent if a1v1++akvk=0

We say that w1,wkV span V if any uV can be written as a linear combination of w1,,wk.

Let V be a vector space.

The set e1,,enV is called a basis in V if

  1. e1,,en are linearly independent
  2. They span V

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

Theorem

All bases in V have the same number of elements called the dimension of V.

Note: it is possible for a "finitely defined" Vector space to have infinite dimension.

Theorem 3.4.1

If {v1,,vn} is a spanning set of V, m>n, then any vectors w1,,wm are linearly independent.

Proof. (substitution/elimination process).

If wj, 1jm is a 0 vector, then there is nothing to prove:

0w1++αwj++0wm=0

If w10, then w1=a1v1++anvn. At least one of the a's is nonzero. Without loss of generality, we assume that it is a1 which is nonzero.

Therefore v1=w1a2v2anvna1, so {w1,v2,,vn} is a spanning set for V.

Repeat the process with the above spanning set and w2,,wn. When we can no longer continue, we end up with {w1,,wn} as a spanning set for V, and {wn+1=k1w1++knwn}

Example

2 has bases e1=1,0, e2=0,1 and v1=1,1, v2=1,0.

Let w1=1,2, w2=2,3, and w3=3,4

Note: {e1,e2} is a spanning set of 2.

w1=1e1+2e2e1=w12e

Corollary 3.4.2

If {v1,,vn} and {w1,,wm} are two bases in V, then m=n.

Proof. Assume v's are spanning set and m>n, then from Thm. 3.4.1, we know that w1,,wm are linearly dependent. Not a basis (contradiction)

Flip n>m and by same logic → contradiction. Therefore m=n.

Infinite Dimension

If the vector space V has no basis of finitely many vectors, we say that V has infinite dimension.

If V={0}, we say that dimV=0

Example

Find the dimension of the space of solutions to the system

x+y+z=0x2y+3z=0

Three variables, two constraints: 32=1

Note that the solutions form a vector space, and the set of solutions will be the nullspace of the coefficient matrix [111123].

The solution is of the form α5,2,3, so the basis has only one vector. Therefore dimN=1

Example

Find the dimension of the nullspace for the operation A=(xddx1) over P2

In other words, A does p(x)xdp(x)dxp(x). For a polynomial of degree ≤ 1, a+bxx(b)(a+bx)=a. If A(a+bx)=0, then a=0, and b is anything. Therefore, N(A)={bxb}, the basis is {x}, and dimN(A)=1.

Example

2×2

A basis in 2×2 would be:

e1=[1000]e2=[0100]e3=[0010]e4=[0001]

Theorem 3.4.3

Let V be a vector space, and dimV=n>0. Then

  1. any n linearly independent vectors f1,,fn span V
  2. any n vectors that span V are linearly independent.


Proof.

  1. assume they do not span V: there is a vector g which is not a linear combination of f's, then {f1,,fn,g} would be linearly independent. this contradicts #Theorem 3.4.1 since there are n+1 vectors with only n in a basis.
  2. assume they are linearly dependent: then c1f1++cnfn=0, where c1,,cn are not all 0. This means that one vector could be written as a linear combination of other vectors, so n1 vectors would span V. This contradicts the definition of a basis, stating that n vectors must be linearly independent.

Theorem 3.4.4

dimV=n>0

  1. No set of fewer than n vectors spans V
  2. Any m<n linearly independent vectors could be extended (by more vectors) to form a basis.
  3. If v1,,vN, N>n, span V, we can pare them down to n vectors, which would be a basis.