Chapter 1 extra note 1

Vector space

Youtube

Selected lecture notes:

Vector space

A vector space

V over a field
F
is a collection of vectors together with vector addition and scalar multiplication that satisfy the following
8
properties: For all
u,v,wV
and
α,βF
,

  1. Commutativity:
    u+v=v+u
    ;
  2. Associativity:
    (u+v)+w=u+(v+w)
    ;
  3. Zero vector: There exists
    0V
    such that
    u+0=u
    ;
  4. Additive inverse: For every vector
    uV
    , there exists a vector
    uV
    s.t.
    u+u=0
    ;
  5. Multiplicative identity:
    1v=v
    ;
  6. Multiplicative associativity:
    (αβ)v=α(βv)
    ;
  7. α(u+v)=αu+αv
    ;
  8. (α+β)u=αu+βu
    .

Theorems

  1. If
    u+v=u+w
    , then
    v=w
    .
  2. 0
    is unique.
  3. 0u=0
    .
  4. α0=0
    .
  5. Additive inverse is unique, and equals to
    (1)u
    .

Proof of the theorems:

  • Proof of 9:

    pf:
    Since

    uV, (by 4) there exists
    uV
    such that
    u+u=0
    .
    Then we add
    u
    to both side of
    u+v=u+w
    .
    The left hand side gives
    (u+v)+u=(v+u)+u=v+(u+u)=v+0=v,

    where we have used 1, 2 and 3.
    Similarly, the right hand side gives
    (u+w)+u=w
    .
    Making both sides equal gives
    v=w
    .

  • Proof of 10:

    pf:
    Suppose there exists

    01V and
    02V
    such that
    u+01=u+02=u
    for all
    uV
    .
    Since
    01
    and
    02V
    , we must have
    02+01=02
    and
    01+02=01
    . Therefore, using 1),
    01=01+02=02+01=02.

    So the zero vector is unique.

  • Proof of 11:

    pf:
    Given

    uV, using 3 and 8, we have
    1u+0=1u=(1+0)u=1u+0u.

    Then by 9), we have
    0u=0
    .

  • Proof of 12:

    pf:
    Given

    αF, let
    uV
    , using 7 and 3,
    αu+α0=α(u+0)=αu=αu+0.

    Then by 9), we have
    α0=0
    .

  • Proof of 13-1:

    pf:
    Let

    uV, suppose there exists
    u1V
    and
    u2V
    such that
    u+u1=0
    and
    u+u2=0
    . Since
    0
    is unique by 10), we have
    u+u1=u+u2.

    Then by 9), we have
    u1=u2
    .

  • Proof of 13-2:

    pf:
    Let

    uV, using 5, 8 and 11,
    u+(1)u=1u+(1)u=(1+(1))u=0u=0.

    So its additive inverse is
    (1)u
    .

Examples

Examples of vector space

  • With usual vector addition and scalar multiplication
    • Rn
      : n-dimensional Euclidean space.
    • Pn
      : Polynomials of degree at most
      n
      .
    • Mm×n
      :
      m×n
      matrices.
    • C([0,1])
      : Continuous function defined on
      [0,1]
      .
    • The set of all the even functions on
      R
      . (
      f(x)=f(x)
      ,
      xR
      .)
  • a)
    V={x|xR+}
    with
    and
    defined as
    xy=xy,αy=yα.
  • b)
    V={(x1,x2,x3)|x1,x2,x3R+,x1+x2+x3=1}
    ,
    F=R
    , with
    and
    defined as
    (x1,x2,x3)(y1,y2,y3)=1x1y1+x2y2+x3y3(x1y1,x2y2,x3y3),α(x1,x2,x3)=1x1α+x2α+x3α(x1α,x2α,x3α).

Examples of non-vector space

  • The set of all polynomials of degree exactly
    n
    .
  • The set of all continuous and positive functions on
    [0,1]
    .
  • c) Let
    V=R2
    with
    and
    defined as
    (a1,a2)(b1,b2)=(a1+b1,a2b2),α(a1,b1)=(αa1,b1).
  • d) Let
    V=R2
    with usual
    while
    is defined as
    (a1,a2)(b1,b2)=(a1+2b1,a2+2b2).
  • e) Let
    V=R2
    with usual vector
    while
    is defined as
    α(a1,b1)={(a1α,a2α),if α0,(0,0),if α=0.