What is a Tensor? | Math Definition & Use in Algebra

  • Thread starter Thread starter lineintegral1
  • Start date Start date
  • Tags Tags
    Tensor
AI Thread Summary
A tensor is defined as a multilinear map that takes several vector and dual vector inputs and produces a scalar, with its components changing according to the tensor transformation law when the basis changes. The tensor product is a crucial concept in pure mathematics, representing a bilinear map that factors through a vector space, allowing for operations like extending scalars in vector spaces. Tensors can vary based on the mathematical or physical context, but their fundamental properties remain consistent. The discussion emphasizes the importance of understanding tensor products and their associative and distributive properties. Overall, tensors play a significant role in advanced mathematical concepts, particularly in algebra and geometry.
lineintegral1
Messages
77
Reaction score
1
Hey all,

Can anyone describe to me the formal mathematical definition of a tensor? I've done some research on tensors and I've been having trouble piecing together a general definition. Or do tensors vary depending on the mathematical or physical paradigm in question? Also, what will I be using tensors for (I'm a pure math major) and how do they relate to "tensor products?"

I'll be learning more about tensors and tensor products this year in my study of Algebra, but I wanted a bit of a head start. :) Thanks everyone!

Regards,

Zach
 
Mathematics news on Phys.org
lineintegral1 said:
Hey all,

Can anyone describe to me the formal mathematical definition of a tensor? I've done some research on tensors and I've been having trouble piecing together a general definition. Or do tensors vary depending on the mathematical or physical paradigm in question? Also, what will I be using tensors for (I'm a pure math major) and how do they relate to "tensor products?"

I'll be learning more about tensors and tensor products this year in my study of Algebra, but I wanted a bit of a head start. :) Thanks everyone!

Regards,

Zach

This is a very gppd question. To my knowledge, there are different flavors of the tensor product. I'll only describe the tensor product here, since you are a pure math major.

The tensor product is one of the most important things in pure mathematics, so see that you know it well. You'll encounter it everywhere!

In general, consider a bilinear map f:A\times B\rightarrow C between vector spaces. The tensor product is some kind of linear approximation of this map. That is, the bilinear map factors as

A\times B\rightarrow A\otimes B\rightarrow C

where the middle space is a vector space which is called the tensor product. In general, every bilinear map factors over A\otimes B.

Tensor products can also be defined over general noncommutative rings or algebra's. They can be used to "change the base ring". For example, let's say we have a vector space V over \mathbb{R}. Let's say that we want to extend V to form a vector space over the complex numbers instead? How do we do this? Well, just form the tensor product V\times_\mathbb{R} \mathbb{C}. This is called "extension of scalars".

Now you may ask, what exactly is the tensor product? How exactly do we define it? Well, this is actually a non-question. The important thing is the properties that the tensor product has. How exactly it is defined is of no real importance. However, it is only important THAT is can be defined in some way.

Also read http://www.dpmms.cam.ac.uk/~wtg10/tensors3.html for an extended explanation.
 
Thanks micromass, I appreciate it. I'll be taking a look at that website and take to heart the importance of tensor products. Only a few more weeks until the quarter starts and I start playing with this stuff!
 
A good thing to take forward is that here is (another) example of a process that follows the associative and distributive laws

\begin{array}{l}<br /> \left( {R \otimes S} \right) \otimes T = R \otimes \left( {S \otimes T} \right) \\ <br /> R \otimes \left( {S + T} \right) = R \otimes S + R \otimes T \\ <br /> \left( {R + S} \right) \otimes T = R \otimes T + S \otimes T \\ <br /> \end{array}

But note that the product order is important so in general

R \otimes S \ne S \otimes R

Where R, S and T are tensors and \otimes denotes their product
 
Let V be a finite-dimensional vector space, and V* its dual space. A tensor of type (n,m) is a multilinear map T:\underbrace{V^*\times\cdots\times V^*}_{\text{$n$ factors}}\times\underbrace{V\times\cdots\times V}_{\text{$m$ factors}}\rightarrow\mathbb R. The components of the tensor in a basis \{e_i\} for V are the numbers T^{i_1\dots i_n}{}_{j_1\dots j_m}=T(e^{i_1},\dots,e^{i_n},e_{j_1},\dots,e_{j_m}), where the e^i are members of the dual basis of \{e_i\}. The multilinearity of T ensures that the components will change in a certain way when you change the basis. The rule that describes that change is called "the tensor transformation law".

An alternative, and in my opinion ridiculous, way to define "tensor" is to say that an association of an (n+m)-tuple of numbers witch each basis is a tensor, if the relationship between tuples associated with different bases is described by the tensor transformation law. If you state the alternative definition in this way, it's awkward, but at least it makes sense. Unfortunately a lot of people try to dumb this down, and "define" the term by saying that a tensor is something that transforms as described by the tensor transformation law. This obviously doesn't make any sense.

The most interesting situation is when V is the tangent space at a point p of a manifold M. Then the tensor would be called a "tensor of type (n,m) at p". The set of all (n,m) tensors at p can be given the structure of a vector space in an obvious way. Let's call that vector space T^n_m(p). The union T^n_m=\bigcup_{p\in M}T^m_n(p) is a vector bundle, the bundle of (n,m) tensors. A local section of that bundle is called a tensor field. This means that a tensor field is a function T:U\rightarrow T^n_m such that U is an open subset of M, and for all p in M, T(p) is a tensor at p.

People often call tensor fields "tensors" when they're being a bit lazy.

(We can of course generalize the above by allowing the factors of V* and V to appear in a different order in the definition of a tensor).
 
Last edited:
I like to think of the tensor product as the fundamental piece for the universal property. In my linear alg class, it's quite hard to grasp when you first see it and I think I learned the most about it when I learned the fundamental theorems revolving it.
 
Suppose that X and Y are finite-dimensional vector spaces over \mathbb R. Suppose that A\in X^*,\ B\in Y^*. Define A\otimes B(x,y)=A(x)B(y) for all (x,y)\in X\times Y. The map (A,B)\mapsto A\otimes B is a tensor product, right? How do we show this?

The definition I'm familiar with says that a bilinear function \tau:U\times V\rightarrow Z is a tensor product if for each bilinear function \sigma:U\times V\rightarrow W, where W is any vector space, there's a unique linear function \sigma_*:W\rightarrow Z such that \tau=\sigma_*\circ\sigma.

If the case I'm asking about, we can define \tau:X^*\times Y^*\rightarrow Z, where Z=\mathbb R^{X\times Y}, by \tau(A,B)=A\otimes B. For all (x,y)\in X\times Y, we have \tau(A,B)(x,y)=A\otimes B(x,y)=A(x)B(y).

I'm probably missing something really simple, but I don't see how to proceed from here. OK, the next step would be to say this: Let \sigma:X^*\times Y^*\rightarrow W be a bilinear but otherwise arbitrary function. But now what?
 

Similar threads

Back
Top