Lecture 2 - Vector Spaces (cont.)

For our class, we'll need to think about complex scalars λC . We'll talk briefly in class about it, but just know what the arithmetic of complex numbers is.

Recap

Suppose we have some set V and a field F, along with operations of vector addition and scalar multiplication. They need to satisfy the following rules:

  1. Associativity of vector addition: (u+v)+w=v+(u+w
  2. Commutativity of vector addition: u+v=v+u
  3. Distributivity of scalar to vector addition: α(u+v)=αu+αv
  4. Additive Identity: 0,0+v=v
  5. Additive Inverse: v+(v)=0
  6. Multiplicative Identity: 1,1v=v
  7. Associativity of scalar multiplication: (αβ)u=α(βu)
  8. Distributivity of vector to scalar multiplication: (α+β)v=αv+βv

Consider the following, is 0v=0. Is this true? We'll later see that we can prove this is true given the above axioms. And that's why it's important to know the definitions above.

Some Notes on the Reading

The definitions for the additive identity don't say persay that the additive identity is unique. However, it is true and a fact.

Uniqueness of the Additive Identity

There is a unique additive identity in a vector space V.

Proof
To prove this, you:

  1. Prove that the additive identity itself exists
  2. You assume that you have two different ones, and show by contradiction that you that they are equal.

For (1), it's given by the definition above. We show uniqueness now. Suppose you have two unique additive identities 01,02 that are different (0102). Notice that:

01=01+02=02

Via the definition of additive identity above. Clearly there's a contradiction, so therefore the additive identity must be unique.

Since the vector is unique, we denote 0 as the additive identity, which we've proved is unique. Note too that we can always find this unique vector, as we just do v+(v)=0, so just take some random vector in V, do the equation, and find 0.

Some Examples

Let's look at some examples:

Fn

We say that:

Fn={[x1x2]:x1,...,xnF}

is a vector space over F, with the operations:

[x1x2xn]+[y1y2yn]=[x1+y1x2+y2xn+yn]

And:

α[x1x2xn]=[αx1αx2αxn]

Note that the + inside of the brackets is scalar addition, while the + on the outside is vector addition.

Note that the zero vector 0=(0,0,...,0).

A Real Example

(0,) is a vector space over R, where the operations are:

a+b=ab

Where ab is the multiplication of both values. For instance 3+6=18.

For scalar multiplication:

αa=aα

So for instance (2)5=125

Let's spot check this to check for understanding:

1a=a1=a

Which is the multiplicative identity. Again, now consider:

a(x+y)=a(xy)=(xy)a=xaya=xa+ya=ax+ay

So distributivity holds. What about the identity identity, which can find out is 1:

xx=x+1x=xx=1

Notice this! The vector 0 DOESN'T EXIST here (at least considering 0 as a number) since we consider the interval (0,). But the notation is that the additive identity which is 0label=1value.

Fm,n

We define Fm,n as the set of m×n matrices with entries from F, is a vector space over F, which addition and scalar multiplication done componentwise.

The 0 is the m×n matrix with all 0 entries.

Proposition

Given a nonempty set S and a field F, we define FS is the set of all functions f:SF. We claim that FS is a vector space over F, with addition defined as (f,gFS):

(f+g)(s)=f(s)+g(s),sS

And define scalar multiplication as:

αf(s)=α(f(s)),sS

Here 0 is the function 0:SF where 0(s)=0 for all sF.