Vector Spaces
Vector Spaces
Vector Spaces
15 February 2016
1 / 31
Binary operations
2 / 31
Binary operations
Let S be a non-empty set. Then a binary operation on S is
a function on S S, i.e., a function which takes two inputs
from S.
If we denote the binary operation by , then we denote the
value of the function at (x, y ) by x y .
We say S is closed under the operation if the value x y
is in S for all x, y S, i.e., the output of the function is in S
too.
For example, + is a binary operation on the set of integers Z,
and Z is closed under +.
3 / 31
Groups
4 / 31
Definition of a group
A group is an ordered pair (G , ) where G is a non-empty set
and is a binary operation on G with the following properties:
1. Closure: G is closed under , i.e., for all a, b G we
have a b G .
2. Associativity: For all a, b, c G , we have
a (b c) = (a b) c.
3. Identity: There is an element e G , the identity
element, such that for all a G , we have
e a = a e = a.
4. Inverse: For every a G , there exists an element b
(called an inverse of a) of G with the property that
a b = b a = e.
5 / 31
Groups continued
6 / 31
7 / 31
Some examples
8 / 31
9 / 31
Proof.
Suppose e1 and e2 are both identity elements in the group.
Then
e1 = e2 e1 = e2 ,
where the first equals sign follows because e2 is an identity and
the second because e1 is.
So from now on we can talk about the identity element.
10 / 31
Proof.
Let a be an element of a group G , and suppose b1 and b2 are
both inverses of a in G . Then we have
b1 = b1 e = b1 (a b2 ) = (b1 a) b2 = e b2 = b2 ,
so a only has one inverse.
So elements in a group come in pairs of inverses.
11 / 31
Fields
12 / 31
Definition of a field
A field is an ordered triple (F , +, ), where F is a nonempty
set and + and are binary operations (addition and
multiplication) on F such that:
1. (F , +) is an abelian group (the additive identity is
denoted 0).
2. (F \ {0}, ) is an abelian group (the multiplicative identity
is denoted 1).
3. Distributivity: For all x, y , z F ,
x (y + z) = x y + x z.
For convenience, we usually just denote the field by F instead
of (F , +, ), and we write the product x y as xy .
13 / 31
14 / 31
Some examples
I
15 / 31
Vector spaces
16 / 31
17 / 31
18 / 31
Some examples
I
19 / 31
Examples continued
I
20 / 31
Examples continued
21 / 31
Examples continued
22 / 31
Examples continued
23 / 31
24 / 31
Theorem
For all V , we have 0 = 0 (the 0 at left is from F, while
the zero at right is from V ).
Proof.
We have
= 1 = (1 + 0) = 1 + 0 = + 0.
Subtracting from both sides gives 0 = 0.
25 / 31
Proof.
We have
+ (1) = (1) + (1) = (1 + (1)) = 0 = 0.
Because the inverse is unique, this means the inverse of is
(1).
26 / 31
Theorem
Multiplying the zero vector by any scalar gives the zero vector
0, i.e., for all a F we have a0 = 0.
Theorem
If a = 0 (where a F and V ) then either a = 0 or
= 0.
Youll prove these yourself in Tutorial 2!
27 / 31
Subspaces
28 / 31
But we already know that (3), (4) and (5) hold and that
vector addition is associative, because this is all true in V .
29 / 31
30 / 31
Theorem
Let W be a subset of a vector space V . Then W is a
subspace if and only if
1. W 6= , and,
2. W is closed under vector addition and scalar
multiplication.
31 / 31