✦ For everyone, free.

Practical knowledge for real and everyday life

Home

4.3.3 Tensor Trilinear Third Argument Slot

The trilinear third argument slot positions the third vector in a trilinear map, enabling operations across three vector spaces.

Tensor Trilinear Third Argument Slot is the designated input position of a trilinear map that, when the first and second arguments are both held fixed at any chosen values, receives a linear function of that single remaining variable. Given a trilinear map T:V×W×XU the third argument slot is the coordinate reserved for elements of X, and trilinearity guarantees that fixing any vV and wW produces a linear map T(v,w,):XU acting purely on the third slot.


Formal Statement

The Linearity Condition

For every fixed pair vV, wW, every x1,x2X, and every scalar γ, the third argument slot satisfies

T(v,w,x1+γx2) = T(v,w,x1) + γT(v,w,x2)

Notation for the Frozen Partial Map

The partial map obtained by freezing the first and second slots is written

Tv,w : X U , Tv,w(x) = T(v,w,x)

The third slot completes the family of three partial linear maps that together characterize a trilinear map, alongside the analogous constructions for the first and second slots.


Coordinate Description

Index Position in the Structure Constants

Relative to bases with structure constants cijkl, the third argument slot corresponds to the index k. Fixing i and j leaves an expression linear in xk:

T(v,w,x) = k xk ( i,j cijkl vi wj ) ul

Currying and Embedding

Embedding into the Last Tensor Factor

Under the universal property of the triple tensor product, the third argument slot's linearity is what allows the assignment xvwx, for fixed v and w, to be linear, identifying the third slot with the rightmost tensor factor in VWX.

Reduction to a Bilinear Map

Fixing only the third slot at a specific value x0 yields a bilinear map T(,,x0):V×WU, showing that evaluating the third slot alone reduces trilinear structure to bilinear structure in the remaining two arguments, the natural counterpart to fixing the first slot to reduce to a bilinear map in the second and third.


Significance in Applications

The Trailing Slot in Composed Operations

In many concrete trilinear maps, such as the scalar triple product v(w×x), the third argument enters through an operation, here the cross product, applied to the second and third slots jointly before combining with the first; even though the third slot's individual linearity still holds by trilinearity of the overall expression, recognizing which slot plays this trailing computational role is essential for correctly evaluating and differentiating such expressions.

Contraction on the Last Index

Contracting a rank-three tensor against a covector in its third index produces a rank-two tensor by evaluating the third argument slot at a fixed vector while leaving the first and second slots free. Because index order determines which contraction is performed, precise identification of the third argument slot, as distinct from the first and second, is necessary whenever the tensor's components are not fully symmetric.