What is this Tensor mapping to?

In summary, the scalar in the equation ##V^*\otimes V=V \otimes V^*## stands for a length in the manifold.
  • #1
sqljunkey
181
8
When I'm going from a smooth manifold to R with V* X V -> R what does the R scalar stand for. Is it some length in the manifold? and Does this have to do with the way V* and V are defined, since one is a contra-variant and one is a co-variant, are they related in the way the Pythagoras formula is related ? c^2 = a^2 + b^2
 
Physics news on Phys.org
  • #2
You shouldn't confuse the manifold with its tangent space. The main difficulty is, that differentiation can be viewed in so many ways, that any answer depends on the perspective taken. Just to illustrate what I mean, have a look at the 10 point list about a derivative at the beginning of
https://www.physicsforums.com/insights/journey-manifold-su2mathbbc-part/
##V^*\otimes V## are all linear functions ##V \longrightarrow V##. They form again a vector space and the functions ##V^*\otimes V \longrightarrow \mathbb{R}## are its dual vector space. In case of manifolds, ##V## is usually the tangent space of the manifold.

To have a look at what tensors are, see
https://www.physicsforums.com/insights/what-is-a-tensor/If you check the example at the end, the matrix multiplication, you will see, that there doesn't have to be a manifold. And in case the vector space is indeed a tangent space of a manifold, then the question is: what do you want to express, or calculate, and which perspective are you taken?
 
  • #3
sqljunkey said:
When I'm going from a smooth manifold to R with V* X V -> R what does the R scalar stand for. Is it some length in the manifold? and Does this have to do with the way V* and V are defined, since one is a contra-variant and one is a co-variant, are they related in the way the Pythagoras formula is related ? c^2 = a^2 + b^2
A tensor here in your case is a linear map that contains precisely the information needed, no more, no less, to define a multilinear map so that the multilinear map is replaced by a linear one. I assume instead of x here you mean ##V\otimes V*##. Then a bilinear map in those two arguments is replaced by a linear one. The meaning of the expression will depend on the context . Often in cases of ##V \otimes V*## you do a pairing ( an index contraction) and evaluate to v*(v) and this gives you a number.
 
  • #4
I was referring to the Riemannian manifold. But I did enjoy the answers.
 
  • #5
I would recommend a set of YouTube videos by Eigenchris. They ( videos) lay things out pretty clearly.
 
  • #6
fresh_42 said:
##V^*\otimes V## are all linear functions ##V \longrightarrow V##.
This is trivially true - ##V^*\otimes V:V \times V^* \to \mathbb{R}## is the general form, but yes, if ##V## is a vector space, then for sure so is ##V \times V^*##. Likewise, since ##\mathbb{R}## is a field it is equally a vector space.
They form again a vector space and the functions ##V^*\otimes V \longrightarrow \mathbb{R}## are its dual vector space.
How can ##V^*\otimes V## be its own dual?
 
  • #7
QuarkHead said:
This is trivially true - ##V^*\otimes V:V \times V^* \to \mathbb{R}## is the general form, but yes, if ##V## is a vector space, then for sure so is ##V \times V^*##. Likewise, since ##\mathbb{R}## is a field it is equally a vector space.
How can ##V^*\otimes V## be its own dual?
##(V^*\otimes V)^*=\operatorname{Hom}_\mathbb{R}(V^*\otimes V,\mathbb{R})## is what I said.
 
  • #8
Well, I didn't see that statement of yours.

And yet... ##(V^* \otimes V)^* = V \otimes V^*## is only true in a metric space on finite-dimensional vector spaces, so that the hom-set (your RHS term ) of all Real maps from the dual space to its "parent" is equal to the tensor product of a double dual space and its "parent" space?

This is not generally true
 
  • #9
QuarkHead said:
Well, I didn't see that statement of yours.

And yet... ##(V^* \otimes V)^* = V \otimes V^*## is only true in a metric space on finite-dimensional vector spaces, so that the hom-set (your RHS term ) of all Real maps from the dual space to its "parent" is equal to the tensor product of a double dual space and its "parent" space?

This is not generally true
Metric space? Where are we using a metric here?
 
  • Like
Likes fresh_42
  • #10
QuarkHead said:
Well, I didn't see that statement of yours.

And yet... ##(V^* \otimes V)^* = V \otimes V^*## is only true in a metric space on finite-dimensional vector spaces, so that the hom-set (your RHS term ) of all Real maps from the dual space to its "parent" is equal to the tensor product of a double dual space and its "parent" space?

This is not generally true
It is generally true. The Hom functor neither requires a metric nor a finite generation nor dimension.
Are we still in the math forums?
 
  • Like
Likes WWGD
  • #11
You do need ##V## to be finite dimensional for ##(V^*\otimes V)^*=V\otimes V^*## to hold (otherwise ##V^{**}## is bigger than ##V##), but if ##V## is the tangent space of a Riemannian manifold...
 
  • #12
Infrared said:
You do need ##V## to be finite dimensional for ##(V^*\otimes V)^*=V\otimes V^*## to hold (otherwise ##V^{**}## is bigger than ##V##), but if ##V## is the tangent space of a Riemannian manifold...
But then are we considering the continuous or algebraic dual? For algebraic answer is always no but I believe it us yes in some cases for the continuous dual ( also depending on our choice of topology).
 
  • #13
Algebraic. In the continuous case for inner product spaces, it is true for Hilbert spaces (Riesz representation theorem). You definitely need completeness though (otherwise if ##v_n## is a non-convergent, Cauchy sequence, then ##\lim_{n\to\infty}\langle v_n,\cdot\rangle## is a dual vector not in the image of ##V\to V^*##)

Anyway, this is drifting rather far away from anything to do with smooth manifolds.
 
  • #14
Ultimately, it is a legitimate general question. We have a bilinear map with inputs in ##V, V^*## (or a linear map on some element ##v \otimes v^*##)and output in the Reals. There are many options, many choices for these elements. The output value in ##\mathbb R## will depend on both the choice of map as well as the specific inputs. It would be nice if someone had a specific example, at the moment, I don't, will look for one.
 
  • #15
What do you mean by example? How about Strassen's algorithm for matrix multiplication?
 
  • #16
fresh_42 said:
What do you mean by example? How about Strassen's algorithm for matrix multiplication?
I mean a map into the Reals defined on a pair ##(v,v^*)## or ## v \otimes v^* ##on a manifold . And if possible an interpretation of the output, e.g., the curvature tensor ( I am rusty on this, just to illustrate).
 
  • #17
Are you asking for examples of endomorphisms of the tangent bundle of a manifold? If so, a (almost) complex structure or curvature are typical examples.
 
  • Like
Likes fresh_42
  • #18
I have a problem with manifold and linear in one sentence. Curvature is of course a tensor like tangents are linear maps, but they are derived concepts from the manifold. And something like ##v\otimes v^*## has at prior nothing to do with any manifold, except those which are vector spaces. I find Strassen's algorithm a good example for bilinear maps outside physics. Reading the physical questions on PF one could get the impression that tensors et al. require a manifold, and this is simply not the case.
 
  • #19
fresh_42 said:
I have a problem with manifold and linear in one sentence. Curvature is of course a tensor like tangents are linear maps, but they are derived concepts from the manifold. And something like ##v\otimes v^*## has at prior nothing to do with any manifold, except those which are vector spaces. I find Strassen's algorithm a good example for bilinear maps outside physics. Reading the physical questions on PF one could get the impression that tensors et al. require a manifold, and this is simply not the case.
Op is asking for examples in Riemannian manifolds( see post 3) And, of course, I am referring to maps defined on tangent/cotangent spaces. An example of why we are interested in pairing a vector with its dual to produce a number.
 
  • #20
WWGD said:
Op is asking for examples in Riemannian manifolds
and says, quote:
sqljunkey said:
When I'm going from a smooth manifold to R with V* X V -> R what does the R scalar stand for.
which is underdetermined, to say the least. If ##M## is this smooth manifold, then we make silently the following assumptions: ##R = \mathbb{R}## and ##V=T_pM##. But nobody said this. The entire process from ##M## to ##V## seems to be unclear to the OP. Hence the entire discussion above is pretty much off topic. That's why I start earlier: There is no ##V## for ##M## unless specified. One is linear and flat, including all parts of its tensor algebras and dual spaces, the other one is curved. There is no connection between flat and curved, except we clarify what is meant. And I want the OP to understand that the manifold is the ball and the vector space a plate lying on the ball: two objects, not one.
 
  • #21
Do you really think that at an intro level someone is considering general rings R and not the Reals? That they're thinking of generalized vector spaces and not the tangent/cotangent spaces? My take is s/he read something about manifolds and tensors and wants an idea for motivating the use or existence of tensors. I don't see the need to illustrate things in a perfectly bottom-up format, it seems giving an example would be helpful itself.
 
  • #22
WWGD said:
Do you really think that at an intro level someone is considering general rings R and not the Reals? My take is s/he read something about manifolds and tensors and wants an idea for motivating the use or existence of tensors.
Yes, me, too. And that's why I say: ##V## and ##M## do have nothing in common. The next step would be to answer: Why is a tangent##\,^*)## a linear map? Then why is a linear map an element of ##V^*\otimes V## and sometime later curvature.

_______________
##^*)## rhetorical exaggeration
 
  • #23
Hi, yeah I looked at video 9 of eigenchris and I think it kind of answered my question.

I failed to specify initially that the manifold had a tangent space, and was equipped with a metric tensor. I kinda assumed that V* X V -> R was all metric tensors.

And yeah I'm hoping to create a system of meshes like the CFD people do to simulate Navier Stokes solutions.

I did enjoy all the answers though.

Happy Turkey Day!
 
  • Like
Likes WWGD

1. What is a Tensor?

A Tensor is a mathematical object that represents a multi-dimensional array of numbers. It is commonly used in fields such as physics, engineering, and computer science to describe and analyze data.

2. How is a Tensor different from a vector or matrix?

A Tensor differs from a vector or matrix in that it can have an arbitrary number of dimensions, whereas a vector has one dimension and a matrix has two dimensions. Additionally, a Tensor can have different types of data, such as numbers, strings, or even other Tensors, in each element.

3. What does it mean to "map" a Tensor?

Mapping a Tensor refers to the process of transforming or converting it into a different form or representation. This can involve operations such as reshaping, transposing, or applying mathematical functions to the Tensor's elements.

4. How is Tensor mapping used in machine learning?

In machine learning, Tensor mapping is used to transform data into a format that can be processed by algorithms and used to train models. This can involve converting data from images, text, or audio into numerical Tensors, as well as manipulating Tensors to extract features and patterns.

5. Can a Tensor map to multiple outputs?

Yes, a Tensor can map to multiple outputs. This is commonly seen in machine learning models, where a single Tensor can represent the input data for a model, and the model's output can be a Tensor with multiple dimensions or elements representing different predictions or classifications.

Similar threads

  • Differential Geometry
Replies
20
Views
2K
  • Differential Geometry
Replies
10
Views
699
  • Differential Geometry
Replies
7
Views
2K
Replies
4
Views
2K
  • Differential Geometry
Replies
2
Views
880
  • Differential Geometry
Replies
6
Views
2K
  • Differential Geometry
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
7
Views
197
  • Differential Geometry
Replies
2
Views
578
  • Differential Geometry
Replies
4
Views
3K
Back
Top