Difference between revisions of "Vector space"

From Maths
Jump to: navigation, search
m
m
Line 13: Line 13:
 
# <math>\lambda(\mu x)=(\lambda\mu)x\ \forall\lambda,\mu\in F,\ x\in V</math>
 
# <math>\lambda(\mu x)=(\lambda\mu)x\ \forall\lambda,\mu\in F,\ x\in V</math>
 
# <math>\exists e_m\in F\forall x\in V:e_m x = x</math> - this <math>e_m</math> is denoted <math>1</math> once proved unique.
 
# <math>\exists e_m\in F\forall x\in V:e_m x = x</math> - this <math>e_m</math> is denoted <math>1</math> once proved unique.
 +
===Notation===
 +
We denote a vector space as "Let <math>(V,F)</math> be a vector space" often we will write simply "let <math>V</math> be a vector space" if it is understood what the field is, because [[Mathematicians are lazy|mathematicians are lazy]]
 
===Example===
 
===Example===
 
Take <math>\mathbb{R}^n</math>, an entry <math>v\in\mathbb{R}^n</math> may be denoted <math>(v_1,...,v_n)=v</math>, scalar multiplication and addition are defined as follows:
 
Take <math>\mathbb{R}^n</math>, an entry <math>v\in\mathbb{R}^n</math> may be denoted <math>(v_1,...,v_n)=v</math>, scalar multiplication and addition are defined as follows:

Revision as of 15:10, 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 ea
    is denoted 0
    once proved unique.
  4. xV yV:x+y=ea
    - this y
    is denoted x
    once proved unique.
  5. λ(x+y)=λx+λy λF, x,yV
  6. (λ+μ)x=λx+μx λ,μF, xV
  7. λ(μx)=(λμ)x λ,μF, xV
  8. emFxV: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 vRn
may be denoted (v1,...,vn)=v
, scalar multiplication and addition are defined as follows:

  • λR,vRn
    we define scalar multiplication λv=(λv1,...,λvn)
  • u,vRn
    - we define addition as u+v=(u1+v1,...,un+vn)

Homomorphism between vector spaces

A homomorphism between vector spaces is a linear map