The ten axioms describe an abstract structure; the canonical examples make that structure concrete. The table below collects the four standard vector spaces side by side, naming what the role of "vector" is in each, the addition and scaling rules that satisfy the axioms, the specific element that serves as the zero vector, and the recipe for the additive inverse. Reading across each row instantiates the abstract axioms in a single specific space; reading down each column shows the same axiomatic ingredient taking different concrete forms.
| Vector space |
What "vectors" are |
Operations |
Zero vector |
Additive inverse of v |
| ℝⁿ |
ordered n-tuples (v₁, …, vₙ) |
entry-by-entry addition and scaling |
(0, 0, …, 0) |
(−v₁, …, −vₙ) |
| 𝒫ₙ (polynomials of degree ≤ n) |
a₀ + a₁x + ⋯ + aₙxⁿ |
combine like terms; scale every coefficient |
the zero polynomial (all coefficients 0) |
negate every coefficient |
| ℝᵐˣⁿ (real m × n matrices) |
m × n grids of real entries |
entry-by-entry addition and scaling |
the zero matrix O (every entry 0) |
negate every entry |
| C[a, b] (continuous functions on [a, b]) |
continuous functions f : [a, b] → ℝ |
pointwise: (f + g)(x) = f(x) + g(x), (cf)(x) = c · f(x) |
the function z(x) = 0 for all x |
(−f)(x) = −f(x) |