Notes:Tensor product

From Maths
Jump to: navigation, search

Snippets

Page 47 of notebook, example is RmRn

Definitions

There are two. First of all is an arbitrary (finite?) operation where we define:

  • v1w1++vkwkUW
    for arbitrary kN

Second is via this property:

  • (note that the arrows are bilinear, and the single arrows linear maps. THIS IS NON-STANDARD

This diagram says:

  • There exists a bilinear map, t such that whenever f is a bilinear map, there exists a linear map, ˜f, such that the diagram commutes

Notes

Right now (9/6/2015 @ 0827) I have two "definitions" of tensor products. One as detailed on Notes:ToMond and another as the book(s) I have read.

Bilinear function

A function, f:U×VW is bilinear if:

  • It is linear in both variables, that is:
    • f(αu1+βu2,v)=αf(u1,v)+βf(u2,v)
      and
    • f(u,αv1+βv2)=αf(u,v1)+βf(u,v2)

As can be seen on Bilinear map (which is a page in need of cleanup!)

Scalar multiplication

Note that:

  • f(λu,v)=λf(u,v)
    and
  • f(u,λv)=λf(u,v)

So we can conclude that:

  • λf(u,v)=f(λu,v)=f(u,λv)

Tensor product

The tensor product of the vector spaces is UV and the elements are uv for a bilinear function: :U×VW

Questions

What is the 0 tensor

I have been told that the 0 of UV is 0U0V however I am not convinced of this yet. What I do know that the 0 vector is given by the 0 scalar multiplied by any vector, so I know:

  • 0(uv)=
    • (0u)v=0uv
    • u(0v)=u0v

I am convinced that 0uv=u0v but I am not yet convinced that we must therefor have =0v0u

Solved

Page 46 of notebook, gist is to show that (u,v) is in the kernel when u=0 or v=0 (done on bilinear page) then suppose that u0v0

and construct bilinear map with $f(u,v)\ne 0$ then by the characteristic property of the tensor product the tensor product is non zero.