vector space

def (Vector Space)

A vector space over F is a set V with two operations:

  • addition: u,vV then u+vV
  • scalar multiplication: λF,uV then λvV

Satisfying the following operations:

  1. [+] For all u,vV, u+v=v+u (commutativity)
  2. [+] For all u,v,wV, (u+v)+w=u+(v+w) (associative)
  3. [+] 0V s.t. vV 0+v=v+0=0 (additive identity)
  4. [+] vV wV s.t. v+w=w+v=0 (additive inverse)
  5. [×] a,bF vV (ab)v=a(bv) (associative)
  6. [×] vV, 1v=v (multiplicative identity)
  7. [×] a,bF u,vV (distributive)
    • a(u+v)=au+av
    • (a+b)v=av+bv
Proposition: A vector space has a unique additive identity

Proof: Let 0,0 be two additive identities of V

0=0+0=0
Proposition: Additive inverses are unique

Proof: Let vV. Suppose w,wV be two additive inverses of V

w=w+0=w+(v+w)=(w+v)+w=0+w=w
Proposition: For every vV 0v=0

Proof: Note here 0F.

(0+0)v=0v+0v0v=0v+0v0=0v
Proposition: For every aF a0=0

Proof: $$\begin{array}{rl} a(0 + 0) &= a0 + a0 \ a0 &= a0 + a0 \ 0 &= a0 \end{array}$$

Proposition: For every vV (1)v=v

Proof: Note here 1 is a scalar and vV

(1)(v+0)=(1)(v)+(1)(0)=v