Abstract Algebra/Vector Spaces

From testwiki
Revision as of 02:40, 11 November 2018 by 109.241.162.167 (talk) (The field F acts at the left hand side only on the abelian group V)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Definition (Vector Space)
Let F be a field. A set V with two binary operations: + (addition) and × (scalar multiplication), is called a Vector Space if it has the following properties:
  1. (V,+) forms an abelian group
  2. (a+b)v=av+bv for a,bF and vV
  3. a(v+u)=av+au for aF and v,uV
  4. (ab)v=a(bv)
  5. 1Fv=v

The scalar multiplication is formally defined by F×VϕV, where ϕ((f,v))=fvV.

Elements in F are called scalars, while elements in V are called vectors.

Some Properties of Vector Spaces
  1. 0Fv=0V=a0V
  2. (1F)v=v
  3. av=0a=0 or v=0
Proofs:
  1. 0Fv=(0F+0F)v=0Fv+0Fv0V=0Fv.Also,a0V=a(0V+0V)=a0V+a0Va0V=0V
  2. We want to show that v+(1F)v=0V, but v+(1F)v=1Fv+(1F)v=(1F+(1F))v=0Fv=0V
  3. Suppose av=0 such that a0, then a1(av)=a10=01Fv=v=0

Template:Subject