Vector Spaces

Prerequisites:


A Vector Space has four ingredients --

These operations have the following properties, called the vector space properties --

Recall that in a group every element has an inverse. In a vector space, the inverse of a vector v is the vector (-1)v as shown by the short calculation below.


v + (-1)v = 1v + (-1)v
          = (1 + -1)v
          = 0v
          = O.

From the short list of vector space properties we can deduce many other important properties of vector spaces.


Theorem: If v is a vector, a is a real number and

av = O

then either a = 0 or v = O.

Proof

if a is not zero then we can multiply both sides of the equation

 av = O 

by (1/a) to get


(1/a)(av) = O 
((1/a)a)v = O
       1v = O
        v = O


Definition:

If u and v are two vectors we define u - v by

u - v = u + (-1)v


Theorem:

If u and v are vectors then

u + (v - u) = v

Proof:


u + (v - u) = u + (v + (-1)u)
            = 1u + ((-1)u + v)
            =  (1u + (-1)u) + v
            = (1 + (-1))u + v
            = 0u + v
            = O + v
            = v


Examples:


  1. A quadratic function is any function that can be described by a formula of the form

    f(x) = ax2 + bx + c

    Notice one or more of the coefficients a, b, or c may be zero. In fact, they can all be zero.

    Let V be the set of all quadratic functions and define two operations on V in the usual way by

    If f and g are two quadratic functions then the function f + g is given by

    (f + g)(x) = f(x) + g(x)

    and if c is a real number then the function cf is given by

    (cf)(x) = c f(x)

    Is V with these two operations a vector space? If so, what is the zero vector? answer

  2. Let F be the set of all functions, f(x), that are defined for every real number and are zero at 1 -- that is, such that f(1) = 0. Define f + g and cf in the usual way.

    Is F with these two operations a vector space? answer

  3. Let W be the set of all functions, f(x), that are defined for every real number and such that f(1) = 2. Define f + g and cf in the usual way.

    Is W with these two operations a vector space? answer


Copyright c 1995 by Frank Wattenberg, Department of Mathematics, Montana State University, Bozeman, MT 59717