5.10 Tensor Product Dimension Structure
The tensor product's dimension structure reveals how the combined space's dimension arises from the product of individual dimensions.
Tensor Product Dimension Structure is the study of how the dimension of a tensor product space relates to the dimensions of its factor spaces, centered on the multiplicative dimension formula, its consequences for the growth rate of tensor spaces as more factors are added, and the downstream effects this growth has on tensor rank bounds and on the computational cost of representing and manipulating tensors.
The Multiplicative Dimension Formula
For finite-dimensional vector spaces V1, V2, …, Vn over a field F, with dimensions d1, d2, …, dn, the dimension of the tensor product is
This multiplicative law follows directly from the induced basis construction, since the induced basis has exactly one element per tuple in the Cartesian product of the individual index sets, and the size of that Cartesian product is the product of the individual sizes.
Comparison with Other Constructions
The multiplicative growth of the tensor product's dimension is what distinguishes it structurally from other standard ways of combining vector spaces.
Direct Sum: Additive Growth
The direct sum V1 ⊕ V2 ⊕ ⋯ ⊕ Vn has dimension equal to the sum d1 + d2 + ⋯ + dn, growing only linearly as more factors are added. The tensor product's multiplicative growth, by contrast, means that adding a single additional factor of dimension d multiplies the total dimension by d, rather than merely adding d to it — a qualitative difference with major consequences whenever more than a couple of factors are combined.
Hom Spaces and Duality
For finite-dimensional V and W, the space of linear maps Hom(V, W) is naturally isomorphic to V* ⊗ W, and its dimension, dim(V) · dim(W), matches the tensor product dimension formula exactly, giving a second, independent confirmation of the multiplicative law through the well-known dimension count for spaces of linear maps.
Exponential Growth with the Number of Factors
When many factors of comparable dimension are combined, the multiplicative dimension formula produces growth that quickly outpaces ordinary linear-algebraic intuition.
The Growth Rate
If each of n factor spaces has the same dimension d, the tensor product has dimension d^n, growing exponentially in the number of factors n even though each individual factor space may be quite small. A modest choice such as d = 10 and n = 6 already yields a tensor product of dimension one million, despite each factor contributing only ten dimensions.
The Curse of Dimensionality
This exponential blow-up is the algebraic origin of what is informally called the curse of dimensionality in numerical tensor methods: storing a general tensor's full coordinate array becomes computationally infeasible once the number of factors grows even moderately large, which is the primary motivation for representing tensors approximately via sums of few decomposable terms rather than storing the full array explicitly.
Dimension Structure and Tensor Rank Bounds
The dimension of the ambient tensor product space imposes hard upper limits on tensor rank, connecting dimension structure directly to the theory of tensor decomposition.
The Trivial Upper Bound
Because the induced basis itself supplies a (typically very inefficient) decomposition of any tensor into a sum of at most dim(T) decomposable terms — one for each nonzero coefficient in the coordinate expansion — the tensor rank of any element is bounded above by the dimension of the ambient space, though this bound is almost never tight or useful in practice.
The Sharper Two-Factor-Grouping Bound
A much sharper bound groups the n factors into two blocks and observes that tensor rank cannot exceed the smaller of the two resulting matricized dimensions; iterating this grouping across different partitions of the factors into two blocks yields the standard bound that tensor rank is at most the product of the two smallest factor dimensions, a bound directly derived from the dimension structure of the factor spaces rather than from the ambient product dimension alone.
Infinite-Dimensional Extensions
Dimension structure takes a different, more delicate form once one or more of the factor spaces is infinite-dimensional.
Algebraic Tensor Product of Infinite-Dimensional Spaces
If Vi has an infinite (but still well-defined, via a basis in the sense of a Hamel basis) dimension, the tensor product likewise has infinite dimension, and the same induced-basis construction applies formally, with the Cartesian product of bases now taken over infinite index sets, though such bases are rarely used directly in practice for infinite-dimensional spaces arising in analysis.
Contrast with Hilbert Space Tensor Products
In functional analysis, tensor products of infinite-dimensional Hilbert spaces are typically completed with respect to a norm, producing a topological rather than purely algebraic dimension structure; the resulting completed tensor product's "dimension," properly understood via an orthonormal basis, still follows the same multiplicative pattern in cardinality terms, but the completion step introduces analytic considerations absent from the finite-dimensional algebraic theory.
Illustrative Diagram
The three narrow strips on the left, whose widths simply add together, contrast with the single dense grid on the right, whose area — the tensor product dimension — grows as the product of the factor dimensions.