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
Properties of Subspaces
Trivial Subspaces
Examples of Subspaces
Span
Definition
-the linear span of a finite set of vectors S={v1, v2, …, vn} in a vector space V is the set of all linear combinations of them so:
span(S) = {a1v1 + a2v2 +…+ anvn : a1,…,an∈F}
What is the span of the empty set?
span(∅) = {0}
Spans and Subspaces
Examples of Spans
i) if v is a non-zero vector in ℝ^n, then span{v}={av : a∈ℝ}
ii) a plane containing the origin in ℝ³ is the span of two vectors
Spanning Set
Definition
-let V be a vector space and let S={v1, …,vn} be a finite subset of V.
-we say that S spans V or is the spanning set for V if every v∈V can be written as a linear combination of elements in S, i.e. if
v=a1v1+a2v2+…+anvn for some a1,a2,…,an∈F and for all v∈V
Linear Independence
Definition
-let V be a vector space and let S={v1,v2,…,vn} be a finite subset of V
-we say that S is linearly independent if
a1v1+a2v2+…+anvn = 0
implies
a1=a2=…=an==0
-otherwise S is said to be linearly dependent
Notes on Linear Independence
i) by convention the empty set is linearly independent
ii) any subset of a linearly independent set is linearly independent
iii) if some vi=0 then {v1,v2,…,vn} is linearly dependent
iv) {v} is linearly independent if and only if v≠0
v) {v,w} is linearly independent if and only if neither vector is a multiple of the other
vi) {v1,…,vn} is linearly dependent if and only if some vi is a linear combination of its predecessors
Linear Independence
If and Only Ifs