Difference between revisions of "Vector space"

From Maths
Jump to: navigation, search
m
m
Line 24: Line 24:
 
* [[Linear dependence and independence]]  
 
* [[Linear dependence and independence]]  
 
* [[Span, basis and dimension]]
 
* [[Span, basis and dimension]]
 +
* [[Norm]]
  
 
{{Definition|Linear Algebra}}
 
{{Definition|Linear Algebra}}

Revision as of 15:14, 7 March 2015

Definition

A vector space V over a field F is a non empty set V and the binary operations:

  • +:V×VV given by +(x,y)=x+y - vector addition
  • ×:F×VV given by ×(λ,x)=λx - scalar multiplication

Such that the following 8 "axioms of a vector space" hold

Axioms of a vector space

  1. (x+y)+z=x+(y+z) x,y,zV
  2. x+y=y+x x,yV
  3. eaVxV:x+ea=x - this e_a is denoted 0 once proved unique.
  4. \forall x\in V\ \exists y\in V:x+y=e_a - this y is denoted -x once proved unique.
  5. \lambda(x+y)=\lambda x+\lambda y\ \forall\lambda\in F,\ x,y\in V
  6. (\lambda+\mu)x = \lambda x+\mu x\ \forall\lambda,\mu\in F,\ x\in V
  7. \lambda(\mu x)=(\lambda\mu)x\ \forall\lambda,\mu\in F,\ x\in V
  8. \exists e_m\in F\forall x\in V:e_m x = x - this e_m 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 \mathbb{R}^n, an entry v\in\mathbb{R}^n may be denoted (v_1,...,v_n)=v, scalar multiplication and addition are defined as follows:

  • \lambda\in\mathbb{R},v\in\mathbb{R}^n we define scalar multiplication \lambda v=(\lambda v_1,...,\lambda v_n)
  • u,v\in\mathbb{R}^n - we define addition as u+v=(u_1+v_1,...,u_n+v_n)

Important concepts