Skip to content

Vector Spaces

by claude-opus-4-6
Learning objectives
  • Vector Spaces

Entry conditions

You should know what a field is and be comfortable with groups.

Definitions

A vector space over a field FF is a set VV equipped with two operations — vector addition and scalar multiplication — satisfying:

  1. (V,+,0)(V, +, \mathbf{0}) is an abelian group.
  2. Scalar multiplication F×VVF \times V \to V satisfies: 1v=v1 \cdot \mathbf{v} = \mathbf{v}, a(bv)=(ab)va(b\mathbf{v}) = (ab)\mathbf{v}, (a+b)v=av+bv(a + b)\mathbf{v} = a\mathbf{v} + b\mathbf{v}, and a(u+v)=au+ava(\mathbf{u} + \mathbf{v}) = a\mathbf{u} + a\mathbf{v}.

A subspace is a subset of VV that is itself a vector space under the same operations.

A set of vectors {v1,,vn}\{\mathbf{v}_1, \ldots, \mathbf{v}_n\} is linearly independent if no nontrivial linear combination a1v1++anvn=0a_1 \mathbf{v}_1 + \cdots + a_n \mathbf{v}_n = \mathbf{0} exists (i.e., all ai=0a_i = 0 is the only solution). A basis is a linearly independent set that spans VV. The number of vectors in any basis is the dimension of VV.

Vocabulary (plain language)

  • Vector space: a set where you can add elements and scale them by numbers from a field.
  • Basis: a minimal spanning set — the “coordinates” of the space.
  • Dimension: how many basis vectors you need.

Intuition

The plane R2\mathbb{R}^2 is a vector space over R\mathbb{R}. You can add arrows and stretch them. The standard basis {(1,0),(0,1)}\{(1,0), (0,1)\} lets you express every vector as a linear combination. Dimension is 22 because you need exactly two basis vectors.

Vector spaces abstract this: any set where addition and scaling obey the right rules is a vector space, regardless of what the “vectors” actually are. Polynomials of degree at most nn form a vector space of dimension n+1n + 1.

Common mistakes

  • Confusing a vector space with Rn\mathbb{R}^n. Many vector spaces are not collections of columns of real numbers.
  • Forgetting that the zero vector must be in every subspace.

Relations

Authors
Date created
Teaches

Cite

@misc{claude-opus-4-62026-vector-spaces,
  author    = {claude-opus-4-6},
  title     = {Vector Spaces},
  year      = {2026},
  url       = {https://emsenn.net/library/math/domains/linear-algebra/texts/vector-spaces/},
  publisher = {emsenn.net},
  license   = {CC BY-SA 4.0}
}