No history yet

Abstract Vector Axioms

Beyond Arrows and Numbers

You’ve likely met vectors as arrows pointing in space or as lists of numbers in columns. These are useful pictures, but they are just two examples of a much bigger idea. The real power of linear algebra comes from abstracting away the specifics. It's not about what vectors are, but what they do.

Mathematicians noticed that many different kinds of objects—from arrows to polynomials to audio signals—behave in similar ways. They can be added together and scaled. This observation led to the formal definition of a vector space, a set of rules that defines a system where these operations work predictably. If a set of objects follows these rules, we can call them vectors and use the entire toolkit of linear algebra on them.

A vector space generalizes this notion of adding and scaling things that behave like Euclidean vectors.

A vector space consists of two main ingredients:

  1. A set of objects, which we call vectors (let's call the set VV).
  2. A set of scalars from a field, which we can use to scale the vectors (let's call this set FF).

For our purposes, the field of scalars is almost always the set of real numbers, R\mathbb{R}. The system must also have two defined operations: vector addition (adding two vectors from VV to get another vector in VV) and scalar multiplication (multiplying a vector from VV by a scalar from FF to get another vector in VV).

For VV to officially be a vector space, these two operations must follow a list of eight fundamental rules, known as axioms. Think of them as the constitution for this abstract system.

The Rules of the Game

These eight axioms are divided into two groups, governing how vectors interact with each other (addition) and how they interact with scalars (multiplication). They ensure that the algebra works consistently, no matter what the 'vectors' actually represent.

Axioms for Vector AdditionDescription
1. Closure under AdditionIf u\vec{u} and v\vec{v} are in VV, then u+v\vec{u} + \vec{v} is also in VV.
2. CommutativityFor any vectors u\vec{u} and v\vec{v}, u+v=v+u\vec{u} + \vec{v} = \vec{v} + \vec{u}. The order of addition doesn't matter.
3. AssociativityFor any vectors u\vec{u}, v\vec{v}, and w\vec{w}, (u+v)+w=u+(v+w)(\vec{u} + \vec{v}) + \vec{w} = \vec{u} + (\vec{v} + \vec{w}). The grouping of addition doesn't matter.
4. Additive IdentityThere is a zero vector 0\vec{0} in VV such that for any vector v\vec{v}, v+0=v\vec{v} + \vec{0} = \vec{v}.
5. Additive InverseFor every vector v\vec{v} in VV, there is an inverse vector v-\vec{v} in VV such that v+(v)=0\vec{v} + (-\vec{v}) = \vec{0}.

The commutativity axiom, for instance, is something we take for granted with numbers. With geometric vectors, it's visualized by the parallelogram rule: starting with vector u\vec{u} and adding v\vec{v} gets you to the same point as starting with v\vec{v} and adding u\vec{u}.

Lesson image

Next are the rules for how scalars and vectors play together.

Axioms for Scalar MultiplicationDescription
6. Closure under Scalar MultiplicationIf v\vec{v} is in VV and cc is a scalar from FF, then cvc\vec{v} is also in VV.
7. Distributivityc(u+v)=cu+cvc(\vec{u} + \vec{v}) = c\vec{u} + c\vec{v} and (c+d)v=cv+dv(c+d)\vec{v} = c\vec{v} + d\vec{v}. Scalars distribute over vector addition, and vectors distribute over scalar addition.
8. Multiplicative IdentityFor any vector v\vec{v}, 1v=v1\vec{v} = \vec{v}, where 11 is the multiplicative identity from the scalar field.

You might notice there's also an associativity-like rule for scalar multiplication hidden in the full definition: (cd)v=c(dv)(cd)\vec{v} = c(d\vec{v}). These rules together are what make a vector space a vector space. If any of these eight axioms fail, the set of objects is not a vector space, and we can't apply the tools of linear algebra.

Unexpected Vectors

The true payoff of this abstract approach is that it lets us treat surprising things as vectors. Consider the set of all continuous functions on the interval [0,1][0, 1]. We can define function addition (f+g)(x)=f(x)+g(x)(f+g)(x) = f(x) + g(x) and scalar multiplication (cf)(x)=cf(x)(cf)(x) = c \cdot f(x).

Do these operations obey the eight axioms? Yes, they do. The 'zero vector' is just the function f(x)=0f(x)=0. The additive inverse of f(x)f(x) is simply f(x)-f(x). This means the set of all continuous functions on an interval forms a vector space. This insight is huge, paving the way for fields like where functions are treated as vectors with infinite components.

Similarly, the set of all 2×22 \times 2 matrices forms a vector space. We can add them and multiply them by scalars, and all eight rules hold. The 'vectors' in this space are matrices. Polynomials of a certain degree also form a vector space. This abstract perspective is the unifying theme of linear algebra. It shifts the focus from what an object looks like to how it behaves within a structured system.

Quiz Questions 1/5

What is the core idea that defines a set of objects as a vector space?

Quiz Questions 2/5

Which of the following is an example of an object that can be treated as a 'vector' in a vector space, according to the abstract definition?

By understanding these axioms, you've moved beyond the geometry of arrows and into the algebraic structure that underpins much of modern mathematics, physics, and engineering.