Difference between revisions of "Vector space"
From Maths
m |
m |
||
Line 22: | Line 22: | ||
==Important concepts== | ==Important concepts== | ||
* [[Linear map|Linear maps]] - the homomorphisms and isomorphisms of vector spaces | * [[Linear map|Linear maps]] - the homomorphisms and isomorphisms of vector spaces | ||
− | + | * [[Span, linear independence, linear dependence, basis and dimension]] | |
− | * [[Span, basis and dimension]] | + | |
* [[Norm]] | * [[Norm]] | ||
{{Definition|Linear Algebra}} | {{Definition|Linear Algebra}} |
Revision as of 03:27, 8 March 2015
Contents
[hide]Definition
A vector space V over a field F is a non empty set V and the binary operations:
- +:V×V→V given by +(x,y)=x+y - vector addition
- ×:F×V→V given by ×(λ,x)=λx - scalar multiplication
Such that the following 8 "axioms of a vector space" hold
Axioms of a vector space
- (x+y)+z=x+(y+z) ∀x,y,z∈V
- x+y=y+x ∀x,y∈V
- ∃ea∈V∀x∈V:x+ea=x - this ea is denoted 0 once proved unique.
- ∀x∈V ∃y∈V:x+y=ea - this y is denoted −x once proved unique.
- λ(x+y)=λx+λy ∀λ∈F, x,y∈V
- (λ+μ)x=λx+μx ∀λ,μ∈F, x∈V
- λ(μx)=(λμ)x ∀λ,μ∈F, x∈V
- ∃em∈F∀x∈V:emx=x - this em is denoted 1 once proved unique.
Notation
We denote a vector space as "Let (V,F) be a vector space" often we will write simply "let V be a vector space" if it is understood what the field is, because mathematicians are lazy
Example
Take Rn, an entry v∈Rn may be denoted (v1,...,vn)=v, scalar multiplication and addition are defined as follows:
- λ∈R,v∈Rn we define scalar multiplication λv=(λv1,...,λvn)
- u,v∈Rn - we define addition as u+v=(u1+v1,...,un+vn)
Important concepts
- Linear maps - the homomorphisms and isomorphisms of vector spaces
- Span, linear independence, linear dependence, basis and dimension
- Norm