The page treated each piece of the vector-space framework — definition, basis, coordinates, change of basis, subspaces — across its own section, but the running theme has been that the same abstract structure shows up in many concrete settings. The table below collects the catalog of vector spaces touched across the page: the typical kind of object, the operations on it, the dimension, the standard basis, and the isomorphism class. The central conclusion of the theory is visible at a glance — any two finite-dimensional real vector spaces with the same dimension are isomorphic, so every finite-dimensional example here is ultimately a copy of some ℝⁿ.
| Vector space |
Typical element |
Operations |
Dimension |
Standard basis |
Isomorphic to |
| ℝⁿ |
(v₁, …, vₙ) |
entry-by-entry |
n |
{e₁, e₂, …, eₙ} |
itself (canonical model) |
| 𝒫ₙ (polynomials, deg ≤ n) |
a₀ + a₁x + … + aₙxⁿ |
ordinary polynomial + and scaling |
n + 1 |
monomials {1, x, x², …, xⁿ} |
ℝⁿ⁺¹ |
| 𝒫 (all polynomials) |
polynomial of any degree |
ordinary polynomial + and scaling |
∞ |
{1, x, x², …} (infinite) |
not isomorphic to any ℝⁿ |
| ℝᵐˣⁿ (real matrices) |
m × n matrix |
entry-by-entry |
mn |
matrix units {Eᵢⱼ} |
ℝᵐⁿ |
| C[a, b] (continuous functions on [a, b]) |
continuous f: [a, b] → ℝ |
pointwise (f + g)(x) = f(x) + g(x) |
∞ |
no finite basis |
not isomorphic to any ℝⁿ |
| Solutions of y″ + py′ + qy = 0 |
function y(x) |
pointwise (sums of solutions are solutions) |
2 |
any two independent solutions y₁, y₂ |
ℝ² |