Home page for accesible maths 7 Eigenvalues and eigenvectors

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

7.4. Subspaces and dimension

Eigenspaces are examples of subspaces, because the linear combination of any two vectors in the space is again in the space. An equivalent definition is given below. For us, the only vector space we will consider is n, for some integer n1, which consists of column vectors (see Definition 1.1.4). The axiomatic definition of an abstract vector space is given in MATH220, and is not needed here.

Definition 7.4.1.

A subset of vectors, Wn, is called a subspace, if the following three axioms are satisfied:

  1. S1

    0W,

  2. S2

    w1+w2W, for any w1,w2W,

  3. S3

    λwW, for any λ and wW.

Example 7.4.2.

    1. (a)

      The following subsets are subspaces, since all three axioms are satisfied:

      {(2x0)|x}2,{(2x+yy-x+3y)|x,y}3.
    2. (b)

      The following subsets are not subspaces:

      {(2x1)|x}2,{(2x+yy-x2+3y)|x,y}3.

      The subset on the left does not contain the zero vector, so S1 is not satisfied. For the subset on the right, notice that w1:=(20-1)W, but 2w1 is not in W, so S3 is not satisfied.

    3. (c)

      If AMn() is a square matrix, and λ is an eigenvalue of that matrix, then the eigenspace Vλ is a subspace of n.

    4. (d)

      The subset consisting of only the zero vector is a subspace (called the zero subspace).

In 2, there are only three types of subspaces: the zero subspace, straight lines through the origin, and all of 2. Similarly, in 3, there are four types of subspaces: the zero subspace, straight lines through the origin, flat planes through the origin, and all of 3.

A standard way of constructing a subspace is as follows.

Definition 7.4.3.

Given a set of vectors {v1,,vr} in n, where r1 is the number of vectors, we define the following subset of vectors:

span{v1,,vr}:={a1v1++arvr|ai}n.

This is called the span of {v1,,vr}. It is the collection of all linear combinations of the vectors vi. It is always a subspace of n, and in fact all subspace can be written in this form. In this case, we say v1,,vr span the subspace.

Example 7.4.4.

  • The two subspaces from Example 7.4(i) can be expressed as:

    span{(20)}2,span{(20-1),(113)}3.

Example 7.4.5.

    1. (a)

      Consider the two eigenspaces from Example 7.2. These are subspaces, (since all eigenspaces are subspaces) and they may be rewritten as follows:

      V4=span{(51)},V-2=span{(1-1)}.
    2. (b)

      Consider the three eigenspaces found in Example 7.2. These subspaces may be rewritten as follows:

      V0=span{(011)},V2=span{(122)},V-1=span{(1-3-2)}.

Notice that there are many ways of choosing vectors which span a subspace. For example, span{(20)}=span{(10)}=span{(50)}. Only one vector is needed to span this subspace, but that vector is not unique.

Definition 7.4.6.

The dimension of a subspace W is the minimum number of vectors which span the subspace. This number is denoted dimW. If {v1,,vr} is a minimal set of spanning vectors (so r=dimW), then we call this set a basis (plural: bases).

There is a general procedure to determine the dimension of a subspace, but this will be left for MATH220. In 3 it is much easier, since subspaces can only have dimension 0,1,2, or 3. A subspace has dimension 0 when it consists of just the zero vector, and dimension 3 when it is all of 3. It has dimension 1 if it can be spanned by a single non-zero vector, like most of the examples above. So to prove that a subspace of 3 is 2 dimensional, one just needs to show that it isn’t 0, 1, or 3 dimensional. For an example, see Exercise 7.5.3(vi).

Example 7.4.7.

  • Let W be the subspace spanned by the vectors

    u=(11),v=(1-1)andw=(01).

    Then span{u,v,w}=2 so dimW=2. To see this we note that any vector (x,y)2 can be written as a linear combination of the vectors u and v:

    (xy)=x+y2(11)+x-y2(1-1).

    That is, {u,v} forms a basis for W.