✦ For everyone, free.

Practical knowledge for real and everyday life

Home

12.5.5 Tensor Scalar Multiplication Algebraic Law

Tensor Scalar Multiplication Algebraic Law defines how scalars interact with tensors, ensuring distributive and associative properties in algebraic operations.

Tensor Scalar Multiplication Algebraic Law is the collection of algebraic identities governing how scalar multiplication interacts with tensor addition, scalar addition, and repeated scalar multiplication, establishing the formal rules that make tensors of a fixed type behave as elements of a vector space over their underlying field.


The Core Identities

Distributivity Over Tensor Addition

For scalars k and tensors A, B of the same type, scalar multiplication distributes over tensor addition:

k ( A + B ) = k A + k B

This holds componentwise, since scalar multiplication of a sum of two numbers equals the sum of the two scaled numbers, a property of the underlying field that carries over directly to every tensor component.

Distributivity Over Scalar Addition

For scalars k, l and a tensor A, the sum of two scalars multiplying the same tensor distributes as:

( k + l ) A = k A + l A

Associativity of Scalar Multiplication

Applying two scalars in succession to a tensor is equivalent to applying their field product at once:

k ( l A ) = ( k l ) A

Multiplicative Identity Law

Multiplying any tensor by the multiplicative identity of the field leaves it unchanged:

1 A = A

Derived Consequences

Multiplication by the Zero Scalar

Combining the distributive law with the fact that 0+0=0 in the field yields:

0 A = 0

so multiplying any tensor by the additive identity of the field always produces the zero tensor of the same type.

Multiplication by Negative One

Applying the algebraic law with k=-1 shows that (-1)A is exactly the additive inverse of A, since:

A + ( - 1 ) A = ( 1 + ( - 1 ) ) A = 0 A = 0

This provides the algebraic foundation for tensor subtraction being expressible through scalar multiplication by -1.


Why These Laws Matter

Foundation of the Vector Space Structure

These algebraic laws are precisely the axioms required for a set equipped with an addition operation and a scalar multiplication operation to qualify as a vector space. Their validity for tensors of a fixed type is what justifies referring to the collection of such tensors as a vector space over the underlying field.

Enabling Linear Combinations

Because these laws hold, expressions involving several tensors scaled by different scalars and then summed, such as k1A1+k2A2, can be manipulated using the same algebraic rules familiar from ordinary vector algebra, allowing tensors to be combined, rearranged, and simplified predictably.


Illustration

k(A+B) = kA + kB (k+l)A = kA + lA k(lA) = (kl)A 1A = A These identities give tensors of fixed type a vector space structure.