Vector spaces

We have defined addition and scalar multiplication of vectors. These operations satisfy a set of laws that characterize vector algebra. Conversely, any set equipped with ``addition'' and ``scalar multiplication'' that satisfy the laws of vector algebra is considered a vector space. In this view, vectors are elements of a vector space.



We usually assume that vectors are elements of Rn for some nN. This Rn is an example of a vector space.

Remark. In mathematics, in general, we tend to use the word ``space'' to denote a set with some additional ``structures''. e.g., vector space, probability space, topological space, Banach space, inner product space, Hilbert space, etc. □

The following results apply to any vector spaces (e.g. Cn). Therefore we use V to represent an arbitrary vector space. We use K to represent the field underlying the vector space. We say V is a vector space over the field K.

Example

  • Rn is a vector space over the field R.
  • Cn is a vector space over the field C.

The following lemma is a list of algebraic laws for vectors. We use boldface letters such as u,v to represent vectors and Greek letters such as λ,μ, to represent scalars. 

Lemma 

  1. For all u,vV, u+vV.  (Vector addition is closed in V.)
  2. For all u,vV, u+v=v+u. (Vector addition is commutative.)
  3. For any u,v,wV, (u+v)+w=u+(v+w). (Vector addition is associative.)
  4. There exists an element 0V such that for all uV, 0+u=u. (The additive identity element exists and is called 0 (zero).)
  5. For each uV, there exists u such that u+(u)=0. (The additive inverse (u) always exists.)
  6. For each λK, and for each uV, λuV. (Multiplication by a scalar is closed in V.)
  7. For each uV, for each λ,μK, (λ+μ)u=λu+μu. (The distributive law: multiplication by a vector distributes over scalar addition. [Note: Scalars are elements of the field K so that addition and multiplication are defined.])
  8. For all u,vV, for all λK, λ(u+v)=λu+λv.(The distributive law: multiplication by a scalar distributes over vector addition.)
  9. For all uV, 1u=u. (The multiplicative identity of K acts as the multiplicative identity for the scalar multiplication in V.)
  10. For all λ,μK, for all uV, (λμ)u=λ(μu). (Scalar multiplication is associative.)
Example (R2). Let's prove some of the above laws for R2. Let u=(u1,u2) and v=(v1,v2) and λR
(Law 1) Recall that vector addition is defined by
u+v=(u1,u2)+(v1,v2)=(u1+v1,u2+v2).
Clearly, 
(u1+v1,u2+v2)R2.
Therefore, R2 is closed under vector addition.
(Law 6) Scalar multiplication is defined by
λu=λ(u1,u2)=(λu1,λu2),
and clearly,
(λu1,λu2)R2.
Thus, R2 is closed under scalar multiplication.
(Law 4) The zero element 0 is given by 0=(0,0) where 0 is the real number zero.
In fact,
0+u=(0,0)+(u1,u2)=(0+u1,0+u2)=(u1,u2).
(Law 5) The additive inverse of u=(u1,u2) is u=(u1,u2). In fact,
u+(u)=(u1,u2)+(u1,u2)=(u1u1,u2u2)=(0,0).
(Law 9) The multiplicative identity for the scalar multiplication is 1R. In fact,
1(u1,u2)=(1u1,1u2)=(u1,u2).

You should check other laws, too. □

Definition (Vector space)

Let V be a set equipped with addition and scalar multiplication, with scalars being elements of the field K. If all of the above laws (1-10) are satisfied, we say that V is a vector space.

Although it may look similar, a vector space is not a field. For example, we don't have multiplication between vectors but only between scalars and vectors. A vector space is actually an algebraic structure of its own kind.
See also: Fields





Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic