Vector Spaces, Subspaces and Bases Flashcards
Vector Space
Definition
-closed under scalar multiplication and vector addition
Field
Definition
A system of numbers in which you can add, subtract, multiply and divide with the expected results
e.g. reals, complexes, rationals, F2
Field
F2
F2 = {1,0}
like binary, 1+1=0
-1 = 1
Axioms of a Vector Space
1) closure under addition and scalar multiplication
2) commutativity of addition
3) associativity of addition and scalar multiplication
4) identities for addition and scalar multiplication
5) inverses for addition
6) distributivity of scalar multiplication over addition
Axioms of a Vector Space
closure under addition and scalar multiplication
v+w is defined for all v,w∈V
av is defined for all a∈F and for all v∈V
Axioms of a Vector Space
commutativity of addition
v + w = w + v for all v,w∈V
Axioms of a Vector Space
associativity of addition and scalar multiplication
u + (v + w) = (u + v) + w for all u,v,w ∈ V
(ab)v = a(bv) for all a,b∈F and for all v∈V
Axioms of a Vector Space
identities for addition and scalar multiplication
there is an element 0∈V for which v + 0 = v for all v∈V
for the element 1∈F we have 1v=v for all v∈V
Axioms of a Vector Space
Inverses for Addition
for every v∈V there is an element in V denoted (-v) for which v + (-v) = 0
Axioms of a Vector Spacce
distributivity of scalar multiplication over addition
a(v+w) = av + aw for all a∈F and for all v,w∈V (a+b)v = av + bv for all a,b∈F and for all v∈V
Definition of Subtraction
we can define subtraction for vectors by defining u-v to be equal to u + (-v)
Elementary Properties of Vector Spaces
i) if u=v+w then w=v-u
ii) Cancellation: if v+u=v+w then u=w
iii) if a∈F is any scalar and 0∈V is the zero vector then a0=0
iv) if 0 is the zero element of the field F and v∈V then 0v=0
v) if a∈F and v∈V and av=0 then either a=0 or v=0
vi) in any field F there are elements 0 and 1, and one can subtract scalars, so there is an element -1 in F. If v∈V then (-1)v = -v and in general (-a)v = -(av) for any a∈F
Subspace
Definition
- let V be a subspace
- a subset, U, of V is called a subspace if:
i) U is not empty
ii) U is closed under vector addition
iii) U is closed under scalar multiplication
Properties of Subspaces
- any subspace of a vector space must contain the zero vector
- the intersection of two subspaces of V is also a subspace
- if U is a subspace of V then it becomes a vector space in its own right using the operations inherited from V
- if U is a subset of V which becomes a vector space in its own right using the operations inherited from V then U is a subspace of V
Trivial Subspaces
- for any vector space V, the subset {|0} is a subspace of V called the trivial subspace
- the subset consisting of all V is also a subspace
- a proper subspace is one not equal to V