Vector Spaces
College Math · Linear AlgebraPreview
1. Introduction
A vector space is the central abstraction of linear algebra — a setting in which we can add objects together and scale them by numbers, while obeying a short list of natural rules. The objects need not be the familiar arrows of : they can be polynomials, matrices, continuous functions, or solutions of a differential equation. By stripping away everything except addition and scalar multiplication, the vector-space framework lets a single theory describe all of these at once. A theorem proved about abstract vector spaces applies instantly to every concrete example.
The genius of the theory is that a vast space can be reconstructed from a tiny, finite skeleton. A basis is a minimal set of vectors from which every other vector is built uniquely as a linear combination, and the size of that basis — the dimension — is an intrinsic number that pins down the space up to isomorphism. Concepts like linear independence, span, basis, dimension, and coordinates turn vague geometric intuition ("how many independent directions are there?") into precise, computable algebra.
This article develops the structure rigorously: the vector-space axioms, subspaces and the subspace test, linear combinations and span, linear independence, bases and the uniqueness of coordinates, dimension and its invariance, the four fundamental subspaces of a matrix, and the Rank–Nullity Theorem with proof. The aim is to move fluently between abstract definitions and concrete computations with row reduction.
The vector-space abstraction is what makes linear algebra universal: the same theorems govern arrows in , polynomials, matrices, and solutions of differential equations. Dimension is the precise answer to "how many independent degrees of freedom does this system have?" — a question that arises in physics, computer science, statistics, and engineering.
2. Core Concepts
2.1 The Vector Space Axioms
A vector space over a field (usually ) is a set with addition and scalar multiplication satisfying ten axioms: closure, commutativity, associativity, zero vector, additive inverses, distributivity, scalar associativity, and .
Familiar examples: ; (polynomials of degree ); (matrices); (continuous functions).
2.2 Subspaces and the Subspace Test
A subspace is a subset that is itself a vector space. Verify with three conditions:
- ;
- Closed under addition;
- Closed under scalar multiplication.
Examples: lines/planes through the origin; solutions of ; symmetric matrices in .
2.3 Linear Combinations and Span
A linear combination is . The span is all such combinations: The span is always a subspace — the smallest subspace containing the given vectors.
2.4 Linear Independence
is linearly independent if implies all . Otherwise the set is dependent, and at least one vector is redundant.
2.5 Basis and Coordinates
A basis is a set that is both independent and spanning. Every has a unique representation , and are the coordinates in that basis. Standard basis of : . Standard basis of : .
2.6 Dimension
Every basis of a given has the same number of vectors; this is . Thus , , . Consequences:
- Any independent set of vectors is a basis.
- Any spanning set of vectors is a basis.
- More than vectors are always dependent; fewer cannot span.
Proof sketch of basis size invariance. If is independent and spans, then (each is a combination of the ; independence forces ). Reversing roles gives , so .
2.7 The Four Fundamental Subspaces
For an matrix :
- Column space : span of columns (range). Dimension = rank.
- Null space : solutions of . Dimension = nullity.
- Row space : span of rows; dimension = rank.
- Left null space: .
2.8 The Rank–Nullity Theorem
Proof. Row-reduce to RREF. The number of pivots is the rank . Each pivot column has no free variable; each non-pivot column has one free variable. The null space is parametrized by the free variables, so . Thus .
Intuitively, each input dimension either survives into the output (rank) or collapses to zero (nullity).
2.9 Change of Basis
If and are two bases, the change-of-basis matrix has columns giving coordinates of in basis . Then .
Continue reading with Premium
Upgrade to read the full article and unlock all Premium features.
Free
- Unlimited practice — all difficulties
- 3 hints / day
- Community solutions
- 2 timed mocks / month
Premium
- ✓Full article + all 57+ theory guides
- ✓Unlimited hints on practice problems
- ✓Unlimited timed mock exams & PDF worksheets