Fields and Vector Spaces
Fields and Vector Spaces
1.1 Fields
De�nition 1.1. Given non-empty set and two operators + and ·, ( , +, ·) is said to be a �eld, if each of the
following axioms are satis�ed:
Addition:
1. 0 + 1 2 , for all 0, 1 2 . (Closed under addition)
2. 0 + 1 = 1 + 0, for all 0, 1 2 . (Commutative Law for addition)
3. (0 + 1) + 2 = 0 + (1 + 2), for all 0, 1, 2 2 . (Associative Law for addition)
4. There exists 0 2 such that 0 + 0 = 0 + 0 = 0, for all 0 2 . (Existence of Additive Identity)
5. For each 0 2 there exists 0 2 such that 0 + ( 0) = ( 0) + 0 = 0. (Existence of Additive Inverse)
Multiplication:
6. 0 · 1 2 , for all 0, 1 2 . (Closed under multiplication)
7. 0 · 1 = 1 · 0, for all 0, 1 2 . (Commutative Law for Multiplication)
8. (0 · 1) · 2 = 0 · (1 · 2), for all 0, 1, 2 2 . (Associative Law for Multiplication)
9. There exists 1 2 such that 0 · 1 = 1 · 0 = 0, for all 0 2 . (Existence of Multiplicative Identity)
10. For each 0 2 with 0 < 0, there exists 0 1 2 such that 0 · 0 1 =0 1 · 0 = 1.
(Existence of Multiplicative Inverse)
Addition and Multiplication:
11. (0 + 1) · 2 = 0 · 2 + 1 · 2, for all 0, 1, 2 2 (Distributive Law of Multiplication over Addition)
Example 1.1. • Set of real numbers with usual addition and multiplication, (R, +, ·) is a �eld.
• Set of integers, (Z, +, ·), does not form a �eld as it violates axiom 5.
1
1 Fields and Vector Space
1. 0 is unique.
2. For each 0 2 , 0 is unique.
3. For each 0 2 , ( 0) = 0.
4. 1 is unique.
5. For each 0 2 with 0 < 0, 0 1 is unique.
6. For each 0 2 with 0 < 0, (0 1 ) 1 = 0.
7. For each 0 2 , 0 · 0 = 0.
8. For every 0, 1 2 , ( 0) · 1 = (0 · 1) = 0 · ( 1).
9. For every 0, 1 2 , ( 0) · ( 1) = 0 · 1 .
Note:
• The elements of are called scalars and elements of + are called vectors.
• Both vector addition and scalar addition are denoted by the same symbol +.
• 02 and 0 2 + are two di�erent elements in two di�erent sets.
• Both scalar additive inversion and vector additive inversion also have the same symbol .
• Both multiplication between two scalars and multiplication of a vector by a scalar are also denoted by
the same symbol ·.
2
1 Fields and Vector Space
Let u be any element of a vector space + and let 2 be any scalar. Then the following properties are true.
(a) 0 · u = 0.
(b) 2 · 0 = 0.
(c) If 2 · u = 0, then 2 = 0 or u = 0.
(d) ( 1) · u = u.
Proof: Proofs of parts (b) and (c) will be done in the class. The proofs of the parts (a) and (d) properties
are left as exercises.
Example 1.2. Show that the set , = {(G 1, 0, G 3 ) : G 1 and G 3 are real numbers} is a subspace of R3 with the
standard operations.
If , is a nonempty subset of a vector space + , then , is a subspace of + if and only if the following
closure conditions hold.
1. If u and v are in , , then u + v is in , .
2. If u is in , and 2 is any scalar, then 2 · u is in , .
Example 1.3. Let , be the set of all 2 ⇥ 2 symmetric matrices. Show that , is a subspace of the vector space
"2,2 with the standard operations of matrix addition and scalar multiplication.
3
1 Fields and Vector Space
Exercises:
1. Let * and , be subspaces of + . Show that the intersection of * and , , * \ , , is also a subspace of + .
2. Let * and , be subspaces of + . Show that * + , = {u + w : u 2 * , w 2 , } is a subspace of + .
v = 2 1 u1 + 2 2 u2 + · · · + 2: u:
v1 = v2 + 2v3 v4
Example 1.5. Write the vector w = (1, 1, 1) as a linear combination of vectors in the set (,
De�nition 1.5. SPANNING SET OF A VECTOR SPACE: Let ( = v1, v2, . . . , v: be a subset of a vector space + .
The set ( is called a spanning set of + if every vector in + can be written as a linear combination of vectors in (. In
such cases it is said that ( spans + .
Example 1.6. Show that the set ( = {(1, 2, 3), (0, 1, 2), ( 2, 0, 1)} spans R3 .
De�nition 1.6. SPAN OF A SET: If ( = {v1, v2, . . . , v: } is a set of vectors in a vector space + , then the span of
( is the set of all linear combinations of the vectors in (,
The spans of ( is denoted by B?0=(() or span{v1, v2, . . . , v: }. If span(() = + , it is said that + is spanned by
{v1, v2, . . . , v: }, or that ( spans + .
If ( = {v1, v2, . . . , v: } is a set of vectors in a vector space + , then span(() is a subspace of + . Moreover,
span(() is the smallest subspace of + that contains (, in the sense that every other subspace of + that
contains ( must contain span(().
4
1 Fields and Vector Space
Let ( = {v1, v2, . . . , v: } be a set of vectors in a vector space + . To determine whether ( is linearly independent
or linearly dependent, perform the following steps.
1. From the vector equation 2 1 v1 + 2 2 v2 + · · · + 2: v: = 0 write a homogeneous system of linear equations
in the variables 2 1, 2 2, . . . , 2: .
2. Use Gaussian elimination to determine whether the system has a unique solution.
3. If the system has only the trivial solution, 2 1 = 0, 2 2 = 0, . . . , 2: = 0 then the set ( is linearly independent.
If the system also has nontrivial solutions, then ( is linearly dependent.
Example 1.7. Determine whether the set of vectors in M4⇥1 is linearly independent or linearly dependent.
8
> 9
>
>
2
6 1 37 26137 26 0 37 26 0 37 >
>
>
>
<6
> >
0 77 66177 66 3 77 66 17>7 =
( = 66
> 177 66077 66 1 77 66 7
17 >
, , ,
>
> 6 >
>
>
> 64 0 75 64275 64 275 64 2 75 >
>
: ;
A set ( = {v1, v2, . . . , v: }, : 2 is linearly dependent if and only if at least one of the vectors v can be
written as a linear combination of the other vectors in (.
Corollary 1.6
Two vectors u and v in a vector space + are linearly dependent if and only if one is a scalar multiple of
the other.
5
1 Fields and Vector Space
Note:
• If a vector space + has a basis consisting of a �nite number of vectors, then + is �nite dimensional.
Otherwise, + is called in�nite dimensional. [The vector space % of all polynomials is in�nite dimensional,
as is the vector space ⇠ ( 1, 1) of all continuous functions de�ned on the real line.]
If ( = {v1, v2, . . . , v= } is a basis for a vector space + , then every vector in + can be written in one and
only one way as a linear combination of vectors in (.
Example 1.10. Let u = (D 1, D 2, D 3 ) be any vector in R3 . Show that the equation u = 2 1 v1 + 2 2 v2 + 2 3 v3 has a
unique solution for the basis ( = {v1, v2, v3 } = {(1, 2, 3), (0, 1, 2), ( 2, 0, 1)}.
If ( = {v1, v2, . . . , v= } is a basis for a vector space + , then every set containing more than = vectors in +
is linearly dependent.
Example 1.11. (a) Because R3 has a basis consisting of three vectors, the set
( = {1, 1 + G, 1 G, 1 + G + G 2, 1 G + G2}
6
1 Fields and Vector Space
If a vector space + has one basis with = vectors, then every basis for + has = vectors.
De�nition 1.9. [DEFINITION OF DIMENSION OF A VECTOR SPACE: If a vector space + has a basis
consisting of = vectors, then the number = is called the dimension of + , denoted by 38<(+ ) = =. If + consists of
the zero vector alone, the dimension of + is de�ned as zero.
Example 1.14. Show that the set of vectors given below is a basis for M5⇥1 .
8
> 2 1 37 26 0 37 26 0 37 26 0 37 26 0 37 9
>
>
> 6 >
>
>
> >
>
<6
>
6 2 77 66 1 77 66 0 77 66 0 77 66 0 77 >
>
=
>
( = 66 177 , 66 3 77 , 66 2 77 , 66 0 77 , 66 0 77
>
> >
>
>
6
6 3 77 66 277 66 177 66 2 77 66 0 77 >
>
>
>
> >
> 64 4 75 64 3 75 64 5 75 64 375 64 25 >
7 >
: ;
x = 2 1 v1 + 2 2 v2 + · · · + 2= v=
The scalars 2 1, 2 2, . . . , 2= are called the coordinates of x relative to the basis ⌫. The coordinate matrix (or coordinate
vector) of x relative to ⌫ is the column matrix in R= whose components are the coordinates of x.
22 1 3
6 7
62 2 7
6 7
[x]⌫ = 6 .. 7
6.7
6 7
62= 7
4 5
7
1 Fields and Vector Space
Example 1.15. 1. Find the coordinate matrix of x = ( 2, 1, 3) in R3 relative to the standard basis ( =
{(1, 0, 0), (0, 1, 0), (0, 0, 1)}.
2. The coordinate matrix of x in R2 relative to the (nonstandard) ordered basis ⌫ = {(1, 0), (1, 2)} is
3
[x]⌫ = .
2
Find the coordinates of x relative to the standard basis ⌫ 0 = {(1, 0), (0, 1)}.
Note:
• If x = {G 1, G 2, . . . , G= } is a vector in R= then the coordinates of x relative to the standard basis ( in R= is
2G 1 3
6 7
6G 2 7
6 7
[x]( = 6 .. 7
6.7
6 7
6G= 7
4 5
Change of Basis in R=
• Suppose that
⌫ = {v1, v2, . . . , v= } and ⌫ 0 = {u1, u2, . . . , u= }
are two ordered bases for R= . If x is a vector in R= and
22 1 3 23 1 3
6 7 6 7
62 2 7 63 2 7
6 7 6 7
[x]⌫ = 6 .. 7 and [x]⌫0 = 6 .. 7
6.7 6.7
6 7 6 7
62= 7 63= 7
4 5 4 5
are the coordinate matrices of x relative to ⌫ and ⌫ 0, then the transition matrix % from ⌫ 0 to ⌫ is the
matrix % such that
[x]⌫ = % [x]⌫0
If % is the transition matrix from a basis ⌫ 0 to a basis ⌫ in R= , then % is invertible and the transition
matrix from ⌫ to ⌫ 0 is given by % 1 .
8
1 Fields and Vector Space
Lemma 1.11
et ⌫ = {v1, v2, . . . , v= } and ⌫ 0 = {u1, u2, . . . , u= } be two bases for a vector space + . If
v1 = 2 11 u1 + 2 21 u2 + · · · + 2=1 u=
v2 = 2 12 u1 + 2 22 u2 + · · · + 2=2 u=
..
.
v= = 2 1= u1 + 2 2= u2 + · · · + 2== u=
Let ⌫ = {v1, v2, . . . , v= } and ⌫ 0 = {u1, u2, . . . , u= } be two bases for a vector space R= . Then the transition
matrix % 1 from ⌫ to ⌫ 0 can be found by using Gauss-Jordan elimination on the = ⇥ 2= matrix [⌫ 0 | ⌫],as
follows.
[⌫ 0 | ⌫] ! [ = | % 1 ]
Example 1.16. Find the transition matrix from ⌫ to ⌫ 0 for the following bases for R2 .
Note:
• One bene�t of coordinate representation is that it enables you to represent vectors in an arbitrary =
dimensional space using the same notation used in R= . For instance, the coordinate matrix of a vector in
P3 is a vector in R4 .
The coordinate matrix of ? = 3G 3 2G 2 + 4 relative to standard basis in P3 , ( = {1, G, G 2, G 3 } is
2 4 37
6
6 0 77
[?]( = 66
6 277
6 3 75
4