Why $H$ is a (1,2) tensor field?

  • Context: Graduate 
  • Thread starter Thread starter CAF123
  • Start date Start date
  • Tags Tags
    Field Tensor
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
CAF123
Gold Member
Messages
2,918
Reaction score
87
I have a conceptual question associated with one of the worked examples in my notes. The question is:
'Let ##\nabla## and ##\nabla^*## be connections on a manifold ##M##. Show that ##H(X,Y) = \nabla_X Y - \nabla_X^* Y## where ##X,Y## are vector fields defines a (1,2) tensor on M.

To show it is a tensor, one needs to check linearity of the arguments X and Y. This is clear, but I don't understand why these arguments show that H is necessarily of rank (1,2)? The notation H(X,Y) seems to suggest it is a (1,1) tensor since the map H acts on one covector and one vector argument. The solution says we may define a (1,2) tensor by ##(\lambda, X,Y) \mapsto \langle \lambda, H(X,Y)\rangle##, but I am not sure why it must be (1,2) and why this means H is of rank (1,2)?

Thanks!
 
Physics news on Phys.org
The inputs are two vector fields, and the output is a vector field. In index notation, that means that two upper index quantities are converted into an upper index quantity. The components of the tensor that does this must thus have two lower indices and one upper.

Another way to view this, because of the antisymmetry on exchange of X and Y, is to say that H is a vector-valued 2-form.

If you define a tensor as a mapping from [itex]T : \underbrace{V \times \cdots \times V}_{\mbox{r factors}} \times \underbrace{ V^* \times \cdots \times V^*}_{\mbox{s factors}} \rightarrow R[/itex], you get equivalent definitions of the same tensor by removing factors of [itex]V \mbox{ and } V^*[/itex] and taking their duals when you place them on the RHS of the arrow. Thus [itex]H: V^* \times V \times V \rightarrow R[/itex] is equivalent to [itex]H:V \times V \rightarrow V[/itex]
 
Last edited:
MarcusAgrippa said:
The inputs are two vector fields, and the output is a vector field. In index notation, that means that two upper index quantities are converted into an upper index quantity. The components of the tensor that does this must thus have two lower indices and one upper.

Another way to view this, because of the antisymmetry on exchange of X and Y, is to say that H is a vector-valued 2-form.

If you define a tensor as a mapping from [itex]T : \underbrace{V \times \cdots \times V}_{\mbox{r factors}} \times \underbrace{ V^* \times \cdots \times V^*}_{\mbox{s factors}} \rightarrow R[/itex], you get equivalent definitions of the same tensor by removing factors of [itex]V \mbox{ and } V^*[/itex] and taking their duals when you place them on the RHS of the arrow. Thus [itex]H: V^* \times V \times V \rightarrow R[/itex] is equivalent to [itex]H:V \times V \rightarrow V[/itex]
Thanks! So can I write the equation ##H(X,Y) \rightarrow \nabla_XY - \nabla_X^* Y## in components as ##H^a_{\,\,bc}X^b Y^c = Z^a - Z^{*\,a}##?

Also, why do we define the mapping to be ##(\lambda, X,Y) \rightarrow \langle \lambda, H(X,Y)\rangle##? As far as I understand the notation ##\langle \lambda, H(X,Y) \rangle## means ##\lambda ( H(X,Y))##. Is it because ##H(X,Y) \in V## and therefore since ##\lambda \in V^*## we have a covector acting on a vector which is in R (a co-vector is a mapping ##\lambda: V \rightarrow \mathbb{R}##, so ##\lambda(H(X,Y)) \in \mathbb{R}##) and hence the mapping ##H: (\lambda, X,Y) \mapsto \langle \lambda, H(X,Y)\rangle## is a mapping ##V^* \times V \times V \rightarrow \mathbb{R}## as you wrote?
 
Exactly so.