Tensor Addition
Relevant parts to questions...
- Tensors with the same rank and index structure can be added componentwise.
- Tensors with different ranks or different index positions cannot.
- The proof is always the same: factor the common -matrices out of the sum.
Tensor Addition is defined componentwise. Given two tensors and of the same rank and same index structure (covariant, contravariant, or mixed in the same way), their sum is the tensor whose components are
(and analogously for any index arrangement). The result is a tensor of the same rank and structure.
Why the Sum is a Tensor
Because both and transform with the same pattern of -matrices, the transformation matrix factors out of the sum:
So obeys the covariant rank-2 transformation law. The identical argument - extracting the common s - works for any matching index structure and any rank.
When Addition Fails
Different structures don't add
is not a tensor: one term transforms with , the other with , and those matrices cannot be factored out. The sum has no tensor transformation law.
Similarly, you cannot add tensors of different ranks (e.g. ) - the dimensional shape itself disagrees.
Properties
- Commutative and associative:: and , directly from scalar arithmetic on each component.
- Cartesian collapse::all flavours coincide in Cartesian coordinates, so the structure-matching restriction quietly disappears there.
- Generalises to many summands:: for any number of terms, provided every term shares rank and structure.
Applications
- Building new tensors of the same shape, by linear combination::e.g. the stress tensor as a sum of contributions.
- Decompositions into structurally simpler parts, such as the symmetric/antisymmetric split (see Symmetry and Antisymmetry).
- Cartesian matrix addition is the special case of rank-2 tensor addition in an orthonormal basis.
Ordinary matrix addition
Let and . The sum is
. The tensor character is preserved automatically - it is just entry-wise arithmetic.
Same rank + same structure → can add; factor out the s.