Definitions Flashcards
What is a Vector Space?
A Vector Space over a field K is a triplet consisting of a set of vectors, a vector addition and a scalar multiplication which stisfies the folloeing rules:
1. Closure of +: u + v in V
2. Closure of : av in V
3. Associativity of +: (u + v) + w = u + (v + w)
4. Associativity of : a(bv) = (ab)v
5. Commutativity of +: u + v = v + u
6. Commutativity of : (a + b)v = av + bv
7. Distribution of vectors over scalar: a(u + v) = au + av
8. Existence of zero vector s.t 0 + v = v
9. Existence of inverse additive vector: u + (-u) = 0
10. Multiplicative identity satisfies 1v = v
Give the definition of a distance function on a vector space.
A distance function is a map d: VxV -> [0, inf[ s.t:
1. d(u,v) >= 0 and d(u,v) = 0 iff u=v
2. d(u,v) = d(v,u)
3. d(u,w) <= d(u,v) + d(v,w) (triangle inequality
What is a metric vector space?
A metric vector space is a vector space equipped with a distance function.
Give the definition of a norm.
A Norm on a vector space is a map ||||: V -> [0, inf[ st:
1. ||u|| >= 0, ||u|| = 0 iff u = 0
2. ||Av|| = |a|*||u||
3. ||u + v|| <= ||u|| + ||v||
What is the definition of an inner product?
An inner product on a V.S is a map <,>: VxV -> R st:
1. <u,v> = <v,u>
2. <au,v> = a<u,v>
3. <v + w,u> = <v,u> + <w,u>
4. <v,v> >=0 and is equal to zero iff v=0
What is the definition of a subspace?
W in V is a subspace iff:
1. Closure under +
2. Closure inder *
3. 0 vector is a part of W
What is the definition of a linear combination?
A Linear combination of a se of vectors is an expression of the form: a1v1 + a2v2 + … + an*vn = v
What is the definition of the span of a set s in V?
Span(s) = [a1s1 + … + ansn | an in R and sn in S]. It is the set of possibilities that can be reached by linear combinations of the vectors in set S.
How can we determine if a set of vectors is independent?
If the linear combination of the set is equal to zero iff a1, …, an are all equal to zero.
What is the Basis of a Vector Space?
B in V is a Basis if:
1. Span(B) = V
2. B is independent.
What is the definition of the Dimension of a V.S?
The number of elements in a basis of a vector space is a called the dimension, Dim(V).
What is the matematical definition of two orthogonal vectors?
<u,v> = 0
What is the definition of a Projection of u onto v?
Proj.v(u) = (<u,v> * v)/<v,v>
What is the Cauchy-Schwartz Theorem?
<u,v>^2 <= <u,u> * <v,v>
or
|<u,v>| <= ||u||*||v||
What is the definition of an angle between two vectors?
cos(theta(u,v)) = <u,v>/(||u||*||v||)
What is the definition of a Linear Transformation ofver a vector Space?
A Linear Trasformation is a function T: V –> W which must satisfy:
1. T(v1 + v2) = T(v1) + T(v2)
2. T(av1) = aT(v1)
What is the Null space of a Linear Transformation?
Given a Linear Transoframtion T: V –> W, the Null Space or the Kernell of T as the set of elements in v that map t the zero vector :
N(T) = {v in V: T(v) = 0}
What is the Image of T?
The image is the span of Vectors of the Linear Transformation.
Im(T) = {w = T(v): v in V}
What is the nullity of the linear transformation T: V –> W?
The nullity is the dimension of the Null space.
Note that Dim(V) = Null(T) + rank(T)