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.A Vector spaces

At first, one might define a vector as a directed line-segment; in other words, an arrow of a given length pointing in some direction. We say that two vectors are equal if they have the same length and the same direction (though not necessarily the same position in space). In these notes we will usually denote vectors by small letters in boldface or with small arrows over them, such as v. When handwriting, it is also customary to underline vectors: v¯.

Usually, we will think of vectors as being elements of n; in other words, an ordered list of real numbers, x=(α1,α2,,αn), where αi. Here αi are called the coordinates of x (see also 2.E). Instead of picturing this as a point in space, I recommend visualizing this element xn as a directed line-segment (i.e. an arrow) starting at the origin 0:=(0,,0), and ending at the point (α1,,αn). If V=n and F=, then the following statements should be familiar to you:

  1. V1.

    V has a binary operation called vector addition: If x,yV, then x+yV.

  2. V2.

    Addition is commutative: If x,yV, then x+y=y+x.

  3. V3.

    Addition is associative: If x,y,zV, then x+(y+z)=(x+y)+z.

  4. V4.

    There is an additive identity: 0V, called a zero vector, such that xV we have x+0=x.

  5. V5.

    There are additive inverses: If xV, then yV such that x+y=0, where 0 is a zero vector from V4.

  6. V6.

    F is a field, and there is a scalar multiplication operation: If xV and αF then αxV.

  7. V7.

    The multiplicative identity in F operates as follows: If xV then 1x=x.

  8. V8.

    Scalar multiplication is compatible with multiplication in F: If α,βF then α(βx)=(αβ)x.

  9. V9.

    Distributivity of vector addition: If αF, x,yV then α(x+y)=αx+αy.

  10. V10.

    Distributivity of field addition: If α,βF, xV then (α+β)x=αx+βx.

If V is a set and F is a field, and there is an addition + (as in V1), and a scalar multiplication (as in V6), which obey all of the above axioms, then the quadruple (V,F,+,) is called a vector space. In that case, elements of the set V are called vectors, and F is called its field of scalars; we will also say that V is a vector space over the field F. The main example of a vector space that we will consider in this module is n, but there are other important ones as well. This is another abstract definition (see the discussion in Section 1.A). The above rules are called the vector space axioms.

Example 2.1.
  1. i.

    The set n for any positive integer n1 is a vector space over . If x=(x1,x2,,xn), y=(y1,y2,,yn), and α, then the addition and scalar multiplication operations are defined as follows:

    1. x+y:=(x1+y1,x2+y2,,xn+yn)

    2. αx:=(αx1,αx2,,αxn)

  2. ii.

    The set Fn:={(x1,,xn)|xiF}, for any field F, with addition and scalar multiplication defined as in the F= case, is a vector space over F. For example, axiom V3 follows from the field axiom F5; and V8 follows from F6; and so on.

  3. iii.

    The set Mn() of square n×n complex matrices is a vector space over , with the usual matrix addition and scalar multiplication.

  4. iv.

    As a generalization of the previous example, matrices Mn×m(F) with n rows and m columns and whose coefficients are in F, with usual addition and scalar multiplication, is a vector space over the field F.

  5. v.

    The set 𝒫n(F) of polynomials of degree less than or equal to n, with coefficients in the field F. In other words,

    𝒫n(F):={c0+c1x+c2x2++cnxn|c0,c1,c2,,cnF}.

    You add polynomials by adding their coefficients. The zero vector in 𝒫n(F) is 0=0+0x++0xn. In fact, all of the vector space axioms are satisfied.

  6. vi.

    The set of all functions from to is a vector space over . Addition and scalar multiplication are defined as follows:

    1. (f+g)(x):=f(x)+g(x)

    2. (αf)(x):=α(f(x))

    where α and f,g:.

Exercise 2.2:

Let V=M2() be the set of real 2×2 matrices, with the usual matrix addition and scalar multiplication.

V is a vector space over . Why is V not a vector space over ?

[End of Exercise]

A key property of vector spaces is that they contain all linear combinations of all of their vectors.

Definition 2.3:

A linear combination of the vectors v1,,vrV is an vector of the following form:

α1v1+α2v2++αrvr=i=1rαivi,

For some scalars α1,,αrF.

The above sum is written without brackets, which is only possible without risk of ambiguity due to the axiom V3.

At first, it is easiest to think about linear combinations within the vector space V=n. But you will also need to think about linear combinations when V is a vector space of matrices (so + is matrix addition), or when V is a vector space of functions (so + refers to the addition of functions).

Exercise 2.4:

In the vector space 4, determine whether or not (1,2,3,4) is a linear combination of the two vectors (1,-2,-1,4) and (-1,4,3,-4).

[Hint: You may need to solve a system of linear equations.]

[End of Exercise]

Here are some other elementary properties that follow from the axioms. These might seem “obvious” to you, but once you attempt to deduce them using only the axioms, you will realise how tricky and unintuitive the proofs can be.

Lemma 2.5.

Let V be a vector space over a field F.

  1. i.

    There is a unique zero vector; in other words, any two zero vectors are equal to each other, so we may call it “the zero vector”.

  2. ii.

    For each vV, there is a unique additive inverse; in other words, there is only one vector wV that obeys v+w=0. We write that vector “-v”.

  3. iii.

    0v=0, for any vV.

  4. iv.

    (-α)v=-(αv), for any αF and vV (notation as in part (ii)).

  5. v.

    For any αF, α0=0.

Proof.

(i) Assume 01,02V are two zero vectors; that means we have the following two equations for any vV:

  1. v+01=v,

  2. v+02=v.

That is how a zero vector was defined, in axiom V4. Since these equations are true for any vV, they must be true for v=01, in which case the second equation becomes 01+02=01. But they must also be true for v=02, in which case the first equation becomes 02+01=02. Finally, by V2, we have the following equalities:

01=01+02=02+01=02.

So there can be only one zero vector.

(iii) We carefully proceed as follows. By F7 we have that 0+0=0 in F, and so

0v=(0+0)v

Now by V10 the above is equal to

0v+0v

Since 0vV, by V5, there is an additive inverse (-0v) which is also in V. By V1, we can add this element to both sides of 0v=0v+0v, which we have already established, to obtain

0v+(-0v)=(0v+0v)+(-0v)

Now by V3 the right hand side is equal to

0v+(0v+(-0v)).

By V5 the above is equal to

0v+0.

By V4, the above is eqaul to 0v. But by V5, the left hand side of the above equation equals 0. Therefore 0v=0.

For parts (ii) and (iv), see Exercise 2.6. For part (v) see Exercise 2.54. ∎

Exercise 2.6:

Try to carefully construct your own proofs, similar to the ones above, by proving Lemma 2.5(ii) and (iv), labelling the axioms used at each step.

[End of Exercise]