Home page for accesible maths 2 Vector spaces

Style control - access keys in brackets

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

2.C Linear independence

The next goal is to measure the size of a subspace by finding its dimension. The dimension of a subspace is the minimal number of vectors that span it. Above we found some finite spanning sets, but you might ask: How do I know whether or not I’ve found a minimal spanning set? To be able to answer that, we will first introduce the terminology of linear independence.

Definition 2.19:

Let v1,v2,,vnV be vectors in a vector space. If one of them, say vi, is a linear combination (see Definition 2.3) of the others, then we say the whole sequence is linearly dependent. Otherwise, we call the sequence linearly independent.

The following theorem is the standard test for linear independence.

Theorem 2.20.

Let V be a vector space over a field F. A sequence of vectors v1,,vr is linearly independent if and only if, for any scalars α1,,αrF, we have that

α1v1+α2v2++αrvr=0

implies that α1=α2==αr=0.

Some sources define that phrase “linearly independent” by the condition in Theorem 2.20, rather than the definition we gave. Since they are logically equivalent, if makes no difference which one you use, and throughout this module we will find it convenient check linear independence using Theorem 2.20 without always stating the theorem number.

Example 2.21.
  1. i.

    Is the sequence of vectors (1,0,1),(2,1,0),(0,-1,1)3 linearly independent?

    Solution: We will use Theorem 2.20. So assume a,b,c are such that

    a(1,0,1)+b(2,1,0)+c(0,-1,1)=(0,0,0).

    Then we obtain the following three equations for the scalars a,b,c:

    1. a+2b=0

    2. b-c=0

    3. a+c=0

    Solving these equations immediately proves that a=b=c=0. In other words, we have proved that

    av1+bv2+cv3=0

    implies a=b=c=0. Therefore, by Theorem 2.20, this sequence of vectors is linearly independent.

  2. ii.

    Prove that the sequence (1,2,-1,1),(1,2,1,3),(0,0,-1,-1)4 is linearly dependent.

    Solution: Assume a,b,c are scalars such that

    a(1,2,-1,1,)+b(1,2,1,3)+c(0,0,-1,-1)=(0,0,0,0).

    Then we obtain four equations:

    1. a+b=0

    2. 2a+2b=0

    3. -a+b-c=0

    4. a+3b-c=0

    In fact, the solution set to this system of equations is

    S={(a,-a,-2a)|a}=span{(1,-1,-2)}.

    In particular, this proves (1,2,-1,1)-(1,2,1,3)-2(0,0,-1,-1)=(0,0,0,0). Therefore we can write one of the vectors as a linear combination of the others, so these three vectors are linearly dependent.

Exercise 2.22:

Prove that the following sequences are linearly independent.

  1. i.

    (2,0,-1),(3,1,1),(1,0,5) in the vector space 3.

  2. ii.

    The vectors e1=(1,0,,0), e2=(0,1,0,,0), , en=(0,,0,1) in the vector space n. This is called the standard basis of n.

  3. iii.

    The polynomials 1,x,x2,,xn in the vector space of polynomials 𝒫n().

[End of Exercise]

Exercise 2.23:
  1. i.

    Give an example of a pair of vectors in 2 which is linearly independent, and all 4 of their coordinates are rational but not integers.

  2. ii.

    Give an example of a sequence of three vectors in 3 which is linearly independent, and such that none of their coordinates are rational numbers.

  3. iii.

    Can you find a sequence of 100 vectors in 2 which is linearly independent?

[End of Exercise]