Vector Spaces
- A set of vectors over a field, F
- Consists of a set of two operations (addition and scalar multiplication so that
- for each x,y∈V, there is a unique element x+y∈V
- for each a∈F,x∈V, there is a unique element ax∈V
- Such That
- ∀x,y∈V,x+y=y+x (commutativity of addition)
- ∀x,y∈V,(x+y)+z=x+(y+z) (associativity of addition)
- ∃0∈V s.t. x+0=x ∀x∈V (0 exists)
- ∀x∈V,∃y∈V, s.t. x+y=0 (additive inverse)
- ∀x∈V,1x=x (1 exists)
- ∀a,b∈F and ∀x∈V,(ab)x=a(bx) (associativity of multiplication)
- ∀a∈F and ∀x,y∈V,a(x+y)=ax+ay (scalar distributivity)
- ∀a,b∈F and ∀x∈V,(a+b)x=ax=bx (vector distributivity)
- Elements are vectors
Example Vector Spaces
Theorems
- x,y,z∈V such that x+z=y+z then x=y
- In any vector space, V, the following hold ∀x∈V,∀a∈F
- 0x=0
- (−a)x=−(ax)=a(−x)
- a0=0