12.6.3 Tensor Negation Type Preservation
Tensor Negation Type Preservation ensures negation maintains tensor type integrity, preserving structural properties across algebraic operations.
Tensor Negation Type Preservation is the property guaranteeing that negating a tensor, by reversing the sign of every one of its components, produces a new tensor of exactly the same type as the original, retaining the same rank, the same variance pattern, and the same dimensionality in every index.
Statement of the Property
What Is Preserved
For a tensor of type , its negation is again a tensor of type . The number of contravariant indices remains , the number of covariant indices remains , and the dimension of each index is unchanged from that of .
Immediate Consequence of the Definition
Since negation only reverses the algebraic sign of each scalar component without adding, removing, or repositioning any index, the resulting array of components has exactly the same index structure as the original tensor, making type preservation an immediate structural consequence of how negation is defined.
Justification via the Transformation Law
Behavior Under Change of Basis
Because negation is equivalent to scalar multiplication by , and this scalar multiplication is linear, negation commutes with the transformation law governing change of basis:
This confirms that transforms precisely according to the rule for tensors of type , verifying that it is genuinely a tensor of that type and not merely a coincidentally shaped array of numbers.
Why Type Preservation Matters
Necessary for the Additive Inverse Role
For negation to serve as the additive inverse of a tensor within the vector space of tensors of a fixed type, it must itself belong to that same vector space, meaning it must have the same type. Type preservation is precisely what guarantees this membership.
Closure Under Negation
Type preservation ensures that the set of all tensors of type is closed under negation, meaning applying this operation to any tensor in the set always yields another tensor within that same set.
Foundation for Subtraction
Since subtraction of tensors is defined by adding a negated tensor, and addition requires both operands to share the same type, negation's type preservation is essential for subtraction to remain a well-defined operation between tensors of that shared type.
Verifying Preservation Across Simple Cases
Vectors
For a vector, treated as a rank-1 tensor with one contravariant index, negation produces another rank-1 tensor with one contravariant index of the same dimension, since only the sign of each entry changes.
Rank-2 Tensors
For a rank-2 tensor with one contravariant and one covariant index, negation produces another rank-2 tensor with the same single contravariant and single covariant index, of identical dimension, confirming that the type is retained exactly.