7.23.2 Tensor Component Representation Boundary
The Tensor Component Representation Boundary defines limits on how tensor components can be expressed within a given coordinate system and algebraic framework.
Tensor Component Representation Boundary is the limit, within a fixed basis or coordinate chart, beyond which a tensor's component representation ceases to be valid, well-defined, or non-singular. It marks the edge of the domain over which a particular set of component values T^{i₁...iₚ}_{j₁...j_q} faithfully represents the underlying tensor, whether that edge arises from the finite range of the index values themselves or from the geometric limits of the coordinate chart in which the components are expressed.
Two Sources of a Representation Boundary
Index-Range Boundaries
Every component index in a tensor of a given dimension n runs over a finite set, typically 1 through n (or 0 through n − 1). The representation boundary in this sense is simply the endpoint of that range: components indexed at the extreme values i = 1 or i = n sit at the edge of the array of numbers representing the tensor, and no component exists for an index value outside this range. Any formula or algorithm that references T^{i} for i outside 1, ..., n is referring to a component that the representation does not define.
Chart-Domain Boundaries
The second, geometric source of a boundary arises when the components are expressed in a coordinate chart that covers only part of the space or manifold on which the tensor is defined. The representation boundary here is the edge of the chart's domain of validity: as the point of evaluation approaches this edge, the component functions may remain finite, diverge, or become ill-defined, even though the tensor itself, as a coordinate-independent object, remains perfectly well-behaved at that point.
Behavior of Components Near a Chart Boundary
Coordinate Singularities
A chart-domain boundary frequently coincides with what is called a coordinate singularity: a point where the coordinate functions fail to form a valid local coordinate system, so that the Jacobian of the transformation to or from that chart becomes singular. Tensor components expressed in such a chart can blow up near the boundary purely as an artifact of the coordinate choice, while an alternative chart covering the same region shows the same tensor with perfectly finite components.
Distinguishing Coordinate Artifacts from True Singularities
Because the transformation law for tensor components involves the Jacobian, a divergence of the components as a chart boundary is approached does not by itself indicate a genuine singularity of the tensor. The standard diagnostic is to compute a coordinate-independent scalar built from the tensor, such as a full contraction of the tensor with itself using the metric; if that scalar remains finite at the boundary, the divergence in the components was an artifact of the representation, not a property of the tensor.
Diagram of a Chart-Domain Boundary
Boundary Effects in Practical Computation
Numerical Overflow at Index Extremes
In computational settings, an implementation that iterates a tensor component index up to a fixed maximum must guard against off-by-one access past that maximum; requesting a component one step beyond the representation boundary corresponds to reading past the end of the underlying array of stored numbers, which is a distinct failure mode from a genuine coordinate singularity.
Patching Across a Boundary
Where a single chart cannot cover an entire manifold without a representation boundary — as is generically the case for curved or topologically nontrivial spaces — the standard remedy is to cover the space with an atlas of overlapping charts, each valid up to its own boundary, together with transition functions relating tensor components in the overlap regions. A tensor is then represented consistently everywhere by such an atlas, even though no single chart's component representation extends across the whole space.
Relationship to Domain of Definition of the Tensor Field
The Tensor Field Itself May Extend Past the Boundary
It is the component representation, not necessarily the tensor field, that has a boundary: the underlying tensor field can be smooth and fully defined at and beyond the point where one particular chart's components fail. The representation boundary is therefore a property of the pairing between the tensor and the chosen chart or basis, not an intrinsic property of the tensor alone.
Boundary as a Signal to Change Representation
Recognizing that a component expression is approaching its representation boundary is the standard cue, in both analytic and computational tensor work, to switch to an alternative chart or basis in which the same underlying tensor is represented by components that remain regular through the region where the original representation broke down.