Vector Spaces
Entry conditions
You should know what a field is and be comfortable with groups.
Definitions
A vector space over a field is a set equipped with two operations — vector addition and scalar multiplication — satisfying:
- is an abelian group.
- Scalar multiplication satisfies: , , , and .
A subspace is a subset of that is itself a vector space under the same operations.
A set of vectors is linearly independent if no nontrivial linear combination exists (i.e., all is the only solution). A basis is a linearly independent set that spans . The number of vectors in any basis is the dimension of .
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 is a vector space over . You can add arrows and stretch them. The standard basis lets you express every vector as a linear combination. Dimension is 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 form a vector space of dimension .
Common mistakes
- Confusing a vector space with . Many vector spaces are not collections of columns of real numbers.
- Forgetting that the zero vector must be in every subspace.