Tensor product

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In mathematics, the tensor product, denoted by , may be applied in different contexts to vectors, matrices, tensors, vector spaces, algebras, topological vector spaces, and modules, among many other structures or objects. In each case the significance of the symbol is the same: the freest bilinear operation. In some contexts, this product is also referred to as outer product. The general concept of a "tensor product" is captured by monoidal categories; that is, the class of all things that have a tensor product is a monoidal category. The \boxtimes variant of is used in control theory.

Tensor product of vector spaces

The tensor product of two vector spaces V and W over a field K is another vector space over K. It is denoted VK W, or VW when the underlying field K is understood.

Prerequisite: the free vector space

The definition of requires the notion of the free vector space F(S) on some set S, a vector space whose basis is parameterized by S. By definition, F(S) is the set of all functions f from S to a given field K that have finite support; i.e., f is identically zero outside some finite subset of S. It is a vector space with the usual addition and scalar multiplication of functions. It has a basis parameterized by S. Indeed, for each s in S, let δs: SK be the function given by δs(s) = 1 and δs(t) = 0 for any ts (in a fancier language, it is Dirac's delta function with point mass at s when S is viewed as a discrete space.) Then { δs | s ∈ S } is a basis of F(S), since each element of F(S) can be uniquely written as a linear combination of δs's. Because of this explicit expression, an element of F(S) is often called a formal sum of symbols in S.

By construction, the (possibly infinite) dimension of the vector space F(S) equals the cardinality of the set S.

Definition

Let us first consider a special case: let us say V,W are free vector spaces for the sets S,T respectively. That is, V=F(S),W=F(T). In this special case, the tensor product is defined as F(S)⊗F(T)=F(S×T). In most typical cases, any vector space can be immediately understood as the free vector space for some set, so this definition suffices. However, there is also an explicit way of constructing the tensor product directly from V,W, without appeal to S,T.

In general, given two vector spaces V and W over a field K, the tensor product U of V and W, denoted as U = VW is defined as the vector space whose elements and operations are constructed as follows:

From the cartesian product V × W, the free vector space F(V × W) over K is formed. The vectors of VW are then defined to be the equivalence classes of F(V × W) under the following equivalence relations:

\begin{align}
&v, v_1, v_2 \in V; w, w_1, w_2 \in W; c \in K; \\
&(v_1,w) + (v_2,w) \sim (v_1 + v_2,w) \\
&(v,w_1) + (v,w_2) \sim (v,w_1+w_2) \\
&c(v,w) \sim (cv,w) \sim (v,cw)
\end{align}

The operations of VW, i.e. the map of vector addition +: U × UU and scalar multiplication ⋅: K × UU are defined to be the respective operations +F and F from F(V × W), acting on any representatives

\tilde u_1, \tilde u_2

in the involved equivalence classes outputting the one equivalence class of the result.

\tilde u_1 \in u_1 , \tilde u_2 \in u_2 \Rightarrow (+): (u_1,u_2) \mapsto [\tilde u_1 +_F \tilde u_2]
\tilde u_1 \in u_1 \Rightarrow (\cdot): (c,u_1) \mapsto [c \cdot_F \tilde u_1]

The result is independent of which representatives of the involved classes have been chosen. In other words, the operations are well-defined.

In other words, the tensor product VW is defined as the quotient space F(V × W)/N, where N is the subspace of F(V × W) consisting of the equivalence class of the zero element, N = [∅], ∅ ∈ F(V × W), under the equivalence relation of above. The following expression explicitly gives the subspace N:

\begin{align}
N = \{ n \in F(V \times W) \,|\, & \exists v_1,v_2 \in V , \exists w_1,w_2 \in W , \exists c \in K :\\
&n = (v_1,w_1) + (v_2,w_1) - (v_1 + v_2,w_1) \lor\\
&n = (v_1,w_1) + (v_1,w_2) - (v_1,w_1+w_2) \lor\\
&n = c(v_1,w_1) - (cv_1,w_1) \lor\\
&n = c(v_1,w_1) - (v_1,c w_1) \}
.\end{align}

In the quotient, where N is mapped to the zero vector, the following equalities,

\begin{align}
(v_1,w_1) + (v_2,w_1) &= (v_1 + v_2,w_1),\\
(v_1,w_1) + (v_1,w_2) &= (v_1,w_1+w_2),\\
c(v_1,w_1) &= (cv_1,w_1),\\
c(v_1,w_1) &= (v_1,c w_1)
\end{align}

all hold (unlike in F(V × W)), which is exactly what is desired. In these latter expressions, the (v1, w1), etc, are images in the quotient of vectors in the free product under the quotient map. Usually, some other notation is employed for them, see below.

Notation

Elements of VW are often referred to as tensors, although this term refers to many other related concepts as well.[1] If v belongs to V and w belongs to W, then the equivalence class of (v, w) is denoted by vw, which is called the tensor product of v with w. In physics and engineering, this use of the "⊗" symbol refers specifically to the outer product operation; the result of the outer product vw is one of the standard ways of representing the equivalence class vw.[2] An element of VW that can be written in the form vw is called a pure or simple tensor. In general, an element of the tensor product space is not a pure tensor, but rather a finite linear combination of pure tensors. For example, if v1 and v2 are linearly independent, and w1 and w2 are also linearly independent, then v1w1 + v2w2 cannot be written as a pure tensor. The number of simple tensors required to express an element of a tensor product is called the tensor rank (not to be confused with tensor order, which is the number of spaces one has taken the product of, in this case 2; in notation, the number of indices), and for linear operators or matrices, thought of as (1, 1) tensors (elements of the space VV), it agrees with matrix rank.

Dimension

Given bases {vi} and {wj} for V and W respectively, the tensors {viwj} form a basis for VW. Therefore, if V and W are finite-dimensional, the dimension of the tensor product is the product of dimensions of the original spaces; for instance RmRn is isomorphic to Rmn.

Tensor product of linear maps

The tensor product also operates on linear maps between vector spaces. Specifically, given two linear maps S : VX and T : WY between vector spaces, the tensor product of the two linear maps S and T is a linear map

S\otimes T:V\otimes W\rightarrow X\otimes Y

defined by

(S\otimes T)(v\otimes w)=S(v)\otimes T(w).

In this way, the tensor product becomes a bifunctor from the category of vector spaces to itself, covariant in both arguments.[3]

If S and T are both injective, surjective, or continuous then ST is, respectively, injective, surjective, continuous.

By choosing bases of all vector spaces involved, the linear maps S and T can be represented by matrices. Then, the matrix describing the tensor product ST is the Kronecker product of the two matrices. For example, if V, X, W, and Y above are all two-dimensional and bases have been fixed for all of them, and S and T are given by the matrices \begin{bmatrix}
    a_{1,1} & a_{1,2} \\
    a_{2,1} & a_{2,2} \\
  \end{bmatrix} and \begin{bmatrix}
    b_{1,1} & b_{1,2} \\
    b_{2,1} & b_{2,2} \\
  \end{bmatrix}, respectively, then the tensor product of these two matrices is


  \begin{bmatrix}
    a_{1,1} & a_{1,2} \\
    a_{2,1} & a_{2,2} \\
  \end{bmatrix}
\otimes
  \begin{bmatrix}
    b_{1,1} & b_{1,2} \\
    b_{2,1} & b_{2,2} \\
  \end{bmatrix}
=
  \begin{bmatrix}
    a_{1,1}  \begin{bmatrix}
              b_{1,1} & b_{1,2} \\
              b_{2,1} & b_{2,2} \\
            \end{bmatrix} & a_{1,2}  \begin{bmatrix}
                                      b_{1,1} & b_{1,2} \\
                                      b_{2,1} & b_{2,2} \\
                                    \end{bmatrix} \\
     & \\
    a_{2,1}  \begin{bmatrix}
              b_{1,1} & b_{1,2} \\
              b_{2,1} & b_{2,2} \\
            \end{bmatrix} & a_{2,2}  \begin{bmatrix}
                                      b_{1,1} & b_{1,2} \\
                                      b_{2,1} & b_{2,2} \\
                                    \end{bmatrix} \\
  \end{bmatrix}
=
  \begin{bmatrix}
    a_{1,1} b_{1,1} & a_{1,1} b_{1,2} & a_{1,2} b_{1,1} & a_{1,2} b_{1,2} \\
    a_{1,1} b_{2,1} & a_{1,1} b_{2,2} & a_{1,2} b_{2,1} & a_{1,2} b_{2,2} \\
    a_{2,1} b_{1,1} & a_{2,1} b_{1,2} & a_{2,2} b_{1,1} & a_{2,2} b_{1,2} \\
    a_{2,1} b_{2,1} & a_{2,1} b_{2,2} & a_{2,2} b_{2,1} & a_{2,2} b_{2,2} \\
  \end{bmatrix}.

The resultant rank is at most 4, and thus the resultant dimension is 4. Here rank denotes the tensor rank (number of requisite indices), while the matrix rank counts the number of degrees of freedom in the resulting array.

A dyadic product is the special case of the tensor product between two vectors of the same dimension.

Universal property

This commutative diagram presents the universal property of tensor product.

The tensor product as defined above is a universal property. In this context, this means that the tensor product is uniquely defined, up to isomorphism: there is only one tensor product. In the context of linear algebra and vector spaces, the maps in question are required to be linear maps. The tensor product of vector spaces, as defined above, satisfies the following universal property: there is a bilinear map (i.e., linear in each variable v and w) φ : V × WVW such that given any other vector space Z together with a bilinear map h : V × WZ, there is a unique linear map ~h : VWZ satisfying h = ~hφ. In this sense, φ is the most general bilinear map that can be built from V × W. In particular, this implies that any spaces with such a (uniquely defined) tensor product are examples of symmetric monoidal categories, as this is the defining characteristic of the category. Uniqueness of the tensor product means that for any other bilinear map φ′ : V × WV ⊗′ W with the above property there is an isomorphism k : VWV ⊗′ W such that φ′ = kφ holds.

This characterization can simplify proving statements about the tensor product. For example, the tensor product is symmetric: that is, there is a canonical isomorphism:

V \otimes W \cong W \otimes V.

To construct, say, a map from left to right, it suffices, by the universal property, to give a bilinear map V × WWV. This is done by mapping (v, w) to wv. Constructing a map in the opposite direction is done similarly, as is checking that the two linear maps VWWV and WVVW are inverse to one another.

Similar reasoning can be used to show that the tensor product is associative, that is, there are natural isomorphisms

V_1\otimes(V_2\otimes V_3)\cong (V_1\otimes V_2)\otimes V_3.

Therefore, it is customary to omit the parentheses and write V1V2V3.

Tensor powers and braiding

Let n be a non-negative integer. The nth tensor power of the vector space V is the n-fold tensor product of V with itself. That is

V^{\otimes n} \;\overset{\mathrm{def}}{=}\; \underbrace{V\otimes\cdots\otimes V}_{n}.

A permutation σ of the set {1, 2, ..., n} determines a mapping of the nth Cartesian power of V

\sigma : V^n\to V^n

defined by

\sigma(v_1,v_2,\dots,v_n) = (v_{\sigma 1}, v_{\sigma 2},\dots,v_{\sigma n}).

Let

\varphi:V^n \to V^{\otimes n}

be the natural multilinear embedding of the Cartesian power of V into the tensor power of V. Then, by the universal property, there is a unique isomorphism

\tau_\sigma : V^{\otimes n} \to V^{\otimes n}

such that

\varphi\circ\sigma = \tau_\sigma\circ\varphi.

The isomorphism τσ is called the braiding map associated to the permutation σ.

Product of tensors

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

For non-negative integers r and s a (r,s)-tensor on a vector space V is an element of

 T^r_s(V) = \underbrace{ V\otimes \dots \otimes V}_{r} \otimes \underbrace{ V^*\otimes \dots \otimes V^*}_{s} = V^{\otimes r}\otimes V^{*\otimes s}.

Here V is the dual vector space (which consists of all linear maps f from V to the ground field K).

There is a product map, called the (tensor) product of tensors

T^r_s (V) \otimes_K T^{r'}_{s'} (V) \to T^{r+r'}_{s+s'}(V).

It is defined by grouping all occurring "factors" V together: writing vi for an element of V and fi for elements of the dual space,

(v_1 \otimes f_1) \otimes (v'_1) = v_1 \otimes v'_1 \otimes f_1.

Picking a basis of V and the corresponding dual basis of V, Tr
s
(V)
is endowed with a natural basis (this basis is described in the article on Kronecker products). In terms of these bases, the components of a (tensor) product of two (or more) tensors can be computed. For example, if F and G are two covariant tensors of rank m and n respectively (i.e. FT 0
m
, and GT 0
n
), then the components of their tensor product are given by

(F\otimes G)_{i_1i_2...i_{m+n}} = F_{i_{1}i_{2}...i_{m}}G_{i_{m+1}i_{m+2}i_{m+3}...i_{m+n}}.

[4] Thus, the components of the tensor product of two tensors are the ordinary product of the components of each tensor. Another example: let U be a tensor of type (1, 1) with components Uαβ, and let V be a tensor of type (1, 0) with components Vγ. Then

 U^\alpha {}_\beta V^\gamma = (U \otimes V)^\alpha {}_\beta {}^\gamma

and

 V^\mu U^\nu {}_\sigma = (V \otimes U)^{\mu \nu} {}_\sigma.

Relation to dual space

A particular example is the tensor product of some vector space V with its dual vector space V (which consists of all linear maps f from V to the ground field K). In this case, there is a natural "evaluation" map

V \otimes V^* \to K

which on elementary tensors is defined by

v \otimes f \mapsto f(v).

The resulting map

T^r_s (V) \to T^{r-1}_{s-1}(V)

is called tensor contraction (for r, s > 0).

On the other hand, if V is finite-dimensional, there is a map in the other direction (called coevaluation)

K \to V \otimes V^*, \lambda \mapsto \sum_i \lambda v_i \otimes v^*_i.

where v1, ..., vn is a basis of V, and vi is its dual basis. The interplay of evaluation and coevaluation map can be used to characterize finite-dimensional vector spaces without referring to bases.[5]

Tensor product vs. Hom

Given three vector spaces U, V, W the tensor product is linked to the vector space of all linear maps, as follows:

 \mathrm{Hom} (U \otimes V, W) \cong \mathrm{Hom} (U, \mathrm{Hom}(V, W)).

Here Hom(-,-) denotes the K-vector space of all linear maps. This is an example of adjoint functors: the tensor product is "left adjoint" to Hom.

Adjoint representation

The tensor  \scriptstyle T^r_s(V) may be naturally viewed as a module for the Lie algebra End(V) by means of the diagonal action: for simplicity let us assume r = s = 1, then, for each u ∈ End(V),

 u(a \otimes b)  = u(a) \otimes b - a \otimes u^*(b),

where u in End(V) is the transpose of u, that is, in terms of the obvious pairing on VV,

\langle u(a), b \rangle = \langle a, u^*(b) \rangle.

There is a canonical isomorphism \scriptstyle T^1_1(V) \rightarrow \mathrm{End}(V) given by

(a \otimes b)(x) = \langle x, b \rangle a.

Under this isomorphism, every u in End(V) may be first viewed as an endomorphism of \scriptstyle T^1_1(V) and then viewed as an endomorphism of End(V). In fact it is the adjoint representation ad(u) of End(V).

Tensor products of modules over a ring

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The tensor product of two modules A and B over a commutative ring R is defined in exactly the same way as the tensor product of vector spaces over a field:

A \otimes_R B := F (A \times B) / G

where now F(A × B) is the free R-module generated by the cartesian product and G is the R-module generated by the same relations as above.

More generally, the tensor product can be defined even if the ring is non-commutative (abba). In this case A has to be a right-R-module and B is a left-R-module, and instead of the last two relations above, the relation

(ar,b)-(a,rb)

is imposed. If R is non-commutative, this is no longer an R-module, but just an abelian group.

The universal property also carries over, slightly modified: the map φ : A × BAR B defined by (a, b) → ab is a middle linear map (referred to as "the canonical middle linear map".[6]); that is,[7] it satisfies:

 \begin{align}
\phi(a+a',b)=\phi(a,b)+\phi(a',b) \\
\phi(a,b+b')=\phi(a,b)+\phi(a,b') \\
\phi(ar,b)=\phi(a,rb)
\end{align}

The first two properties make φ a bilinear map of the abelian group A × B. For any middle linear map ψ of A × B, a unique group homomorphism f of AR B satisfies ψ = fφ, and this property determines  \phi within group isomorphism. See the main article for details.

Computing the tensor product

For vector spaces, the tensor product VW is quickly computed since bases of V of W immediately determine a basis of VW, as was mentioned above. For modules over a general (commutative) ring, not every module is free. For example, Z/n is not a free abelian group (= Z-module). The tensor product with Z/n is given by

M \otimes_\mathbf Z \mathbf Z/n = M/n.

More generally, given a presentation of some R-module M, that is, a number of generators miM, iI together with relations \sum_{j \in J} a_{ji} m_i = 0, with , the tensor product can be computed as the following cokernel:

M \otimes_R N = \operatorname{coker} (N^J \rightarrow N^I)

Here NJ := ⨁jJ N and the map is determined by sending some nN in the jth copy of NJ to ajin (in NI). Colloquially, this may be rephrased by saying that a presentation of M gives rise to a presentation of MR N. This is referred to by saying that the tensor product is a right exact functor. It is not in general left exact, that is, given an injective map of R-modules M1M2, the tensor product

M_1 \otimes_R N \to M_2 \otimes_R N

is not usually injective. For example, tensoring the (injective) map given by multiplication with n, n : ZZ with Z/n yields the zero map 0 : Z/nZ/n, which is not injective. Higher Tor functors measure the defect of the tensor product being not left exact. All higher Tor functors are assembled in the derived tensor product.

Tensor product of algebras

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Let R be a commutative ring. The tensor product of R-modules applies, in particular, if A and B are R-algebras. In this case, the tensor product AR B is an R-algebra itself by putting

(a_1 \otimes b_1) \cdot (a_2 \otimes b_2) = (a_1 \cdot a_2) \otimes (b_1 \cdot b_2).

For example,

R[x] \otimes_R R[y] \cong R[x, y].

A particular example is when A and B are fields containing a common subfield R. The tensor product of fields is closely related to Galois theory: if, say, A = R[x] / f(x), where f is some irreducible polynomial with coefficients in R, the tensor product can be calculated as

A \otimes_R B \cong B[x] / f(x)

where now f is interpreted as the same polynomial, but with its coefficients regarded as elements of B. In the larger field B, the polynomial may become reducible, which brings in Galois theory. For example, if A = B is a Galois extension of R, then

A \otimes_R A \cong A[x] / f(x)

is isomorphic (as an A-algebra) to the Adeg(f).

Other examples of tensor products

Tensor product of sheaves of modules

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Tensor product of Hilbert spaces

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Topological tensor product

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Tensor product of graded vector spaces

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Tensor product of quadratic forms

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Tensor product of multilinear maps

Given multilinear maps \scriptstyle f (x_1,\dots,x_k) and \scriptstyle g (x_1,\dots, x_m) their tensor product is the multilinear function

 (f \otimes g) (x_1,\dots,x_{k+m}) = f(x_1,\dots,x_k) g(x_{k+1},\dots,x_{k+m}).

Tensor product of graphs

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

It should be mentioned that, though called "tensor product", this is not a tensor product of graphs in the above sense; actually it is the category-theoretic product in the category of graphs and graph homomorphisms. However it is actually the Kronecker tensor product of the adjacency matrices of the graphs. Compare also the section Tensor product of linear maps above.

Monoidal categories

A general context for tensor product is that of a monoidal category.

Applications

Exterior and symmetric algebra

Two notable constructions in linear algebra can be constructed as quotients of the tensor product: the exterior algebra and the symmetric algebra. For example, given a vector space V, the exterior product

V \wedge V

is defined as

V \otimes V/(v\otimes v \text{ for all } v\in V).

Note that when V's underlying field does not have characteristic 2, then this definition is equivalent to

V \otimes V / (v_1 \otimes v_2 + v_2 \otimes v_1 \text{ for all } v_1, v_2 \in V).

The image of v_1 \otimes v_2 in the exterior product is usually denoted v_1 \wedge v_2 and satisfies, by construction, v_1 \wedge v_2 = - v_2 \wedge v_1. Similar constructions are possible for V \otimes \dots \otimes V (n factors), giving rise to \Lambda^n V, the n-th exterior power of V. The latter notion is the basis of differential n-forms.

The symmetric algebra is constructed in a similar manner:

Sym^n V := \underbrace{V \otimes \dots \otimes V}_n / (\dots \otimes v_i \otimes v_{i+1} \otimes \dots - \dots \otimes v_{i+1} \otimes v_{i} \otimes \dots)

That is, in the symmetric algebra two adjacent vectors (and therefore all of them) can be interchanged. The resulting objects are called symmetric tensors.

Tensor product of line bundles

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Tensor product in programming

Array programming languages

Array programming languages may have this pattern built in. For example, in APL the tensor product is expressed as \scriptstyle\circ . \times (for example \scriptstyle A \circ . \times B or \scriptstyle A \circ . \times B \circ . \times C). In J the tensor product is the dyadic form of */ (for example a */ b or a */ b */ c).

Note that J's treatment also allows the representation of some tensor fields, as a and b may be functions instead of constants. This product of two functions is a derived function, and if a and b are differentiable, then a */ b is differentiable.

However, these kinds of notation are not universally present in array languages. Other array languages may require explicit treatment of indices (for example, MATLAB), and/or may not support higher-order functions such as the Jacobian derivative (for example, Fortran/APL).

See also

Notes

  1. See Tensor or Tensor (intrinsic definition).
  2. This similar to how the engineering use of "\pmod n" specifically returns the remainder, one of the many elements of the \pmod n equivalence class.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Analogous formulas also hold for contravariant tensors, as well as tensors of mixed variance. Although in many cases such as when there is an inner product defined, the distinction is irrelevant.
  5. See Compact closed category.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.

References

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.