logo

Definition of Vector Space 📂Linear Algebra

Definition of Vector Space

Definition1

When the elements of a non-empty set VV satisfy the following ten rules for two operations, addition and scalar multiplication, VV is called a vector space over field2 F\mathbb{F}, and the elements of VV are called vectors.


For u,v,wV\mathbf{u}, \mathbf{v}, \mathbf{w} \in V and k,lFk, l \in \mathbb{F},

(A1) If u,v\mathbf{u}, \mathbf{v} is an element of VV, then u+v\mathbf{u}+\mathbf{v} is also an element of VV.

(A2) u+v=v+u\mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u}

(A3) (u+v)+w=u+(v+w)(\mathbf{u}+\mathbf{v})+\mathbf{w}=\mathbf{u}+(\mathbf{v}+\mathbf{w})

(A4) For all u\mathbf{u} in VV, there exists 0\mathbf{0} in VV that satisfies u+0=0+u=u\mathbf{u} + \mathbf{0} = \mathbf{0} + \mathbf{u} = \mathbf{u}. This 0\mathbf{0} is called the zero vector.

(A5) For all u\mathbf{u} in VV, there exists v\mathbf{v} in VV that satisfies u+v=v+u=0\mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u} = \mathbf{0}. This v\mathbf{v} is called the negative of u\mathbf{u} and is denoted by v=u\mathbf{v} = -\mathbf{u}.

(M1) If u\mathbf{u} is an element of VV, then kuk \mathbf{u} is also an element of VV.

(M2) k(u+v)=ku+kvk(\mathbf{u} + \mathbf{v})=k\mathbf{u} + k\mathbf{v}

(M3) (k+l)u=ku+lu(k+l)\mathbf{u}=k\mathbf{u}+ l\mathbf{u}

(M4) k(lu)=(kl)(u)k(l\mathbf{u})=(kl)(\mathbf{u})

(M5) For 1F1\in \mathbb{F}, 1u=u1\mathbf{u} = \mathbf{u}

Explanation

  • The term linear space is also used.

Naturally, the scalar (field) does not need to be real numbers. Specifically, when F=R\mathbb{F} = \mathbb{R}, it is called a real vector space, and when F=C\mathbb{F} = \mathbb{C}, it is called a complex vector space.

In undergraduate linear algebra, mainly Rn\mathbb{R}^{n} or Cn\mathbb{C}^{n} are discussed. Rn\mathbb{R}^{n} refers to the vector space containing ordered pairs of real numbers nn. In other words, it signifies the nn-dimensional Euclidean space, specifically R3\mathbb{R}^{3} refers to the three-dimensional space extensively covered in high school mathematics and calculus.

There are various sets that can become vector spaces. A set of functions can also be a vector space, which is called a function space.

In physics, something with magnitude and direction is called a vector. This concept is generalized in linear algebra. For example, consider a set Mm×n(R)M_{m\times n}(\mathbb{R}) that collects real number matrices of size m×nm\times n. Then, it can be seen that Mm×n(R)M_{m\times n}(\mathbb{R}) satisfies all ten rules mentioned above. Therefore, a set of matrices of the same size becomes a vector space, and each matrix within it becomes a vector. If you are encountering this abstract vector space for the first time, the fact that matrices can be vectors might be surprising, but it makes sense when thinking about how vectors in coordinate spaces have been denoted.

To determine whether a set is a vector space, one must examine whether it satisfies the definition above. It might seem intuitively to be a vector space when it is not, and vice versa. Since there can be cases entirely different from intuition, it is advisable to carefully examine each one when solving problems. Also, the zero vector 0\mathbf{0} and the scalar 00 are entirely different entities and should be distinguished. Typically, vectors are expressed in bold type in textbooks.

Theorem 1

Let VV be a vector space and u\mathbf{u} be an element of VV.

(1a) The zero vector of VV is unique.

(1b) The negative of u\mathbf{u} is unique.

Proof

This is a proof using the definition of vector spaces.

(1a)

Let’s say 0,0\mathbf{0},\mathbf{0}^{\prime} is the zero vector of VV. Then, by the definition of vector spaces, the following holds.

0=0+0by (A4)=0+0by (A2)=0by (A4) \begin{align*} \mathbf{0} &= \mathbf{0} + \mathbf{0}^{\prime} && \text{by (A4)} \\ &= \mathbf{0}^{\prime} + \mathbf{0} && \text{by (A2)} \\ &= \mathbf{0}^{\prime} && \text{by (A4)} \end{align*}

Therefore, the two zero vectors are the same.

(1b)

Let’s say v,v\mathbf{v}, \mathbf{v}^{\prime} is the negative of u\mathbf{u}. Then, by the definition of vector spaces, the following holds.

v=v+0by (A4)=v+(u+v)by (A5)=(v+u)+vby (A3)=0+vby (A5)=vby (A4) \begin{align*} \mathbf{v} &= \mathbf{v} + \mathbf{0} && \text{by (A4)} \\ &= \mathbf{v} + \left( \mathbf{u} + \mathbf{v}^{\prime} \right) && \text{by (A5)} \\ &= \left( \mathbf{v} + \mathbf{u} \right) + \mathbf{v}^{\prime} && \text{by (A3)} \\ &= \mathbf{0} + \mathbf{v}^{\prime} && \text{by (A5)} \\ &= \mathbf{v}^{\prime} && \text{by (A4)} \end{align*}

Therefore, the two negatives of u\mathbf{u} are the same.

Theorem 2

Let VV be a vector space, u\mathbf{u} be an element of VV, and kk be a scalar.

(2a) 0u=00 \mathbf{u} = \mathbf{0}

(2b) k0=0k \mathbf{0} = \mathbf{0}

(2c) (1)u=u(-1) \mathbf{u} = -\mathbf{u}

(2d) If ku=0k \mathbf{u} = \mathbf{0}, then k=0k = 0 or u=0\mathbf{u} = \mathbf{0}.

Proof

This is a proof using the definition of vector spaces.

(2a)

0u=(0+0)u=0u+0uby (M3)    0u+(0u)=0u+0u+(0u)    0=0uby (A5) \begin{align*} && 0\mathbf{u} &= (0 + 0)\mathbf{u} \\ && &= 0\mathbf{u} + 0\mathbf{u} &&\text{by (M3)} \\ & & \\ \implies && 0\mathbf{u}+(-0\mathbf{u}) &= 0\mathbf{u} + 0\mathbf{u} +(-0\mathbf{u}) \\ \implies && \mathbf{0} &= 0\mathbf{u} &&\text{by (A5)} \end{align*}

(2b)

k0=k(0+0)by (A4)=k0+k0by (M2)    k0+(k0)=k0+k0+(k0)    0=k0by (A5) \begin{align*} && k\mathbf{0} &= k(\mathbf{0} + \mathbf{0}) &&\text{by (A4)} \\ && &= k\mathbf{0} + k\mathbf{0} &&\text{by (M2)} \\ & & \\ \implies && k\mathbf{0}+(-k\mathbf{0}) &= k\mathbf{0} + k\mathbf{0} +(-k\mathbf{0}) \\ \implies && \mathbf{0} &= k\mathbf{0} &&\text{by (A5)} \end{align*}

(2c)

u+(1)u=1u+(1)uby (M5)=(1+(1))uby (M3)=0u=0by (a2) \begin{align*} \mathbf{u} + (-1)\mathbf{u} &= 1 \mathbf{u} + (-1)\mathbf{u} &&\text{by (M5)} \\ &= \big( 1 + (-1) \big) \mathbf{u} &&\text{by (M3)} \\ &= 0 \mathbf{u} \\ &= \mathbf{0} &&\text{by (a2)} \end{align*}

Thus, by (A5), (1)u(-1)\mathbf{u} is the negative of u\mathbf{u}, and since the negative of u\mathbf{u} is unique by (1b),

(1)u=u (-1)\mathbf{u} = -\mathbf{u}

(2d)

kk must either be 00 or not 00, so let’s consider both scenarios.

  • If k=0k=0

    This satisfies the conclusion.

  • If k0k\ne 0

    Since kk is not 00, it can be divided by kk, hence

    ku=0    u=1k0=0by (2b) \begin{align*} && k \mathbf{u} &= \mathbf{0} \\ \implies && \mathbf{u} &= \frac{1}{k}\mathbf{0} \\ && &= \mathbf{0} && \text{by (2b)} \end{align*}

See Also

Abstract Algebra

The FF-vector spaces discussed in the documents below are essentially no different from the vector spaces mentioned above, albeit from a slightly different perspective. Vector spaces in linear algebra are abstractions of intuitive Euclidean spaces, whereas in abstract

algebra, vector spaces are brought into the realm of ‘algebra’ in the true sense.

Conversely, RR-modules generalize the scalar field FF of FF-vector spaces into scalar rings RR, thereby revealing their identity in a naming that is indifferent to the history and meaning of FF-vector fields. From the perspective of group GG, it’s about adding a new operation μ\mu to ring RR, thus also being a module.


  1. Howard Anton, Elementary Linear Algebra: Applications Version (12th Edition, 2019), p202-203 ↩︎

  2. If you are unfamiliar with fields, you can simply think of them as F=R\mathbb{F}=\mathbb{R} or F=C\mathbb{F}=\mathbb{C}↩︎