Vector Spaces, Subspaces and Bases Flashcards

1
Q

Vector Space

Definition

A

-closed under scalar multiplication and vector addition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Field

Definition

A

A system of numbers in which you can add, subtract, multiply and divide with the expected results
e.g. reals, complexes, rationals, F2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Field

F2

A

F2 = {1,0}
like binary, 1+1=0
-1 = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Axioms of a Vector Space

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Axioms of a Vector Space

closure under addition and scalar multiplication

A

v+w is defined for all v,w∈V

av is defined for all a∈F and for all v∈V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Axioms of a Vector Space

commutativity of addition

A

v + w = w + v for all v,w∈V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Axioms of a Vector Space

associativity of addition and scalar multiplication

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Axioms of a Vector Space

identities for addition and scalar multiplication

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Axioms of a Vector Space

Inverses for Addition

A

for every v∈V there is an element in V denoted (-v) for which v + (-v) = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Axioms of a Vector Spacce

distributivity of scalar multiplication over addition

A
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Definition of Subtraction

A

we can define subtraction for vectors by defining u-v to be equal to u + (-v)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Elementary Properties of Vector Spaces

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Subspace

Definition

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Properties of Subspaces

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Trivial Subspaces

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Examples of Subspaces

A
  • the subspaces of ℝ² are the trivial space, the whole space and lines through the origin
  • the subspaces of ℝ³ are the trivial space, the whole space and lines and planes through the origin
17
Q

Span

Definition

A

-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}

18
Q

What is the span of the empty set?

A

span(∅) = {0}

19
Q

Spans and Subspaces

A
  • if S is a subset of the vector space V
  • span S is a subspace of V
  • it is the unique smallest subspace of V which contains v1, v2,…, vn, meaning:
  • -S is a subset of spanS
  • -given any other subspace U, if S is a subset of U then spanS is a subset of U
20
Q

Examples of Spans

A

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

21
Q

Spanning Set

Definition

A

-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

22
Q

Linear Independence

Definition

A

-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

23
Q

Notes on Linear Independence

A

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

24
Q

Linear Independence

If and Only Ifs

A
  • > {v1,..,vi,..,vj,..,vn} is LI <=> {v1,..,vj,..vi,..vn} is LI
  • > {v1,..,vi,..vn} is LI <=> {v1,..avi,…,vn} is LI for a≠0
  • > {v1,..,vi,..,vj,..,vn} is LI <=> {v1,..,vi,..,vj+avi,…,vn} is LI
25
Q

Operations on Matrices and Linear Independence

A
  • Let B be obtained from A by row operations, then:
  • > span of rows of A = span of rows of B
  • > rows of A are linearly independent <=> rows of B are linearly independent
26
Q

How to find out if the rows of a matrix are linearly independent

A

-using row operations put the matrix into echelon form
-suppose B is an mxn over F in echelon form
-> rows of B span F <=> B has non-zero leading elements in every column
-> rows of B are linearly independent
B has no zero rows

27
Q

Basis

Definition

A

-let V be a vector space and S={v1,…,vn} a fininte subset of V
-S is a basis of V if:
->S spans V
-> the elements of S are linearly independent
-i.e. if every v∈V can be written in a UNIQUE way as a linear combination
v = a1v1 + a2v2 + …. +anvn

28
Q

Coordinate Vector

Definition

A

-let V be a vector space over F and let S={v1,v2,…,vn} be a basis of V
-if v∈V, the coordinate vector of v with respect to S is:
[v]s = |a = (a1, a2, a3,…,an)
with v=a1v1 + a2v2 +…+anvn

29
Q

Finite Dimensional

Definition

A
  • if a basis of V has finite cardinality, V is finite dimensional
  • if V is not finite dimensional, it is infinite dimensional
30
Q

What is the dimension of the empty set?

A

0

31
Q

Basis

IAOI Theorem

A

-the subset S={v1,…,vn} is a basis of V
<=>
-any element v∈V can be expressed UNIQUELY as a linear combination:
v=a1v1 + a2v2 +…+anvn

32
Q

Properties of Bases

A
  • every vector space has a basis
  • all bases of a vector space have the same number of elements
  • dim(V) = cardinality of a basis of V
  • linearly independent subsets {v1,…,vn} can be extended to a basis by adding certain other vectors of V
  • linearly independent subsets in V have cardinality ≤ dim(V)
  • any spanning set S={v1,…,vn} contains a basis of V, if S is not LI then certain vi can be removed to form a basis
  • linearly independent subsets {v1,…,vn} of V can be extended to form bases by adding certain vectors of V
  • LI sets in V have cardinality ≤ dimV
33
Q

Bases

Ifs

A

1) if U is a subspace of V and dim(U)=dim(V), then U=V
2) if S={v1,…,vn} is LI & dim(V)=n then S is a basis of V
3) if span{v1,…,vm}=V & dim(V)=n , then #{v1,…,vm}≥n i.e. cardinality of a spanning set is ≥ dimV
4) if span{v1,…,vn} & dimV=n, then [v1,…,vn} is a basis and LI

34
Q

Span

Equalities

A

span{v1,..,vi,..,vj,..,vn} = span{v1,…,vj,…,vi,…,vn}

span{v1,…,vi,…,vn) = span{v1,…,avi,….,vn} , a≠0

span{v1,…,vi,…,vj,…,vn} = span{v1,..,vi,..vj+avi,..,vn}

35
Q

Facts About Span

T and S

A

-let T={u1,…,um} and S={v1,…,vn} be subsets of V

  • if T is a subset of spanS, then spanT is a subset of spanS
  • spanT=spanS <=> T is a subset of spanS and S is a subset of spanT