ADM: how to see the normal vector proportional to a 1-form?

Click For Summary

Homework Help Overview

The discussion revolves around understanding the representation of a normal vector in the ADM formalism as a 1-form. Participants are exploring the relationship between tensors and forms, particularly in the context of differential geometry and the properties of the Levi-Civita symbol.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the representation of the normal vector using the Levi-Civita symbol and question how to interpret it as a 1-form. There are attempts to clarify the conventions regarding indices and their implications for understanding the nature of the objects involved.

Discussion Status

Some participants have provided insights into the conventions of tensor and form indices, while others are still seeking clarity on how to conceptualize the normal vector as a 1-form. The discussion is ongoing, with various interpretations being explored.

Contextual Notes

There is a mention of avoiding the Frobenius theorem and a request for simpler explanations, indicating constraints on the types of guidance being sought. Participants are also reflecting on the implications of conventions in mathematical notation.

symplectic
Messages
11
Reaction score
0
Hi

Homework Statement



In the ADM formalsim, we need at some point to see the normal vector (to the 3D surfaces) as a 1-form.

Homework Equations



How can we (simply) see that? (Please no Frobenius theorem, otherwise, with more explanation about this theorem)

The Attempt at a Solution



No idea!
 
Last edited:
Physics news on Phys.org
Consider this kind of object:

nνναβγaαbβcγ

where n is perpendicular to the hyperplane that contains a,b,c.
 
turin said:
Consider this kind of object:

nνναβγaαbβcγ

where n is perpendicular to the hyperplane that contains a,b,c.

Okey, and how can I see it as a 1-form?!
 
It has a lower index. The convention that I learned is that upper indices are n-tensor indices, and lower indices are n-form indices. You can reverse this convention if you like. The main point is that the three sets of coefficients on the RHS that contract with the Levi-Civita symbol are 1-tensors, and their indices are in the opposite position to the coefficient on the LHS, which is a 1-form (coefficient).

Maybe I don't know what you mean by "see it as a 1-form". If so, I appologize for the distraction. In the language of MTW, when a 1-tensor is contracted with a 1-form, the result sort-of tells you how many 1-form "surfaces" are pieced by the 1-tensor. In that description, the 1-tensor (coeffients with upper index) is sort-of a line, and the 1-form (coefficients with lower index) is sort-of a series of surfaces.
 
Thank you turin,

turin said:
It has a lower index. The convention that I learned is that upper indices are n-tensor indices, and lower indices are n-form indices. You can reverse this convention if you like. The main point is that the three sets of coefficients on the RHS that contract with the Levi-Civita symbol are 1-tensors, and their indices are in the opposite position to the coefficient on the LHS, which is a 1-form (coefficient).

Yes, I guess that this is a manner to see it but ... I wonder how to do if there were no convention!

turin said:
Maybe I don't know what you mean by "see it as a 1-form". If so, I appologize for the distraction. In the language of MTW, when a 1-tensor is contracted with a 1-form, the result sort-of tells you how many 1-form "surfaces" are pieced by the 1-tensor. In that description, the 1-tensor (coeffients with upper index) is sort-of a line, and the 1-form (coefficients with lower index) is sort-of a series of surfaces.

I still wait an answer which convince me :wink:
 
Writing it out in full, you would have

[tex]\mathbf{n} = n_\mu \mathrm{dx}^\mu = \epsilon_{\mu\nu\lambda\sigma} a^\nu b^\lambda c^\sigma \mathrm{dx}^\mu[/tex]

where [itex]\mathrm{dx}^\mu[/itex] are the basis 1-forms. Beyond that, I also don't know what you mean by "see it as a 1-form".
 
Ben Niehoff said:
Writing it out in full, you would have

[tex]\mathbf{n} = n_\mu \mathrm{dx}^\mu = \epsilon_{\mu\nu\lambda\sigma} a^\nu b^\lambda c^\sigma \mathrm{dx}^\mu[/tex]

where [itex]\mathrm{dx}^\mu[/itex] are the basis 1-forms. Beyond that, I also don't know what you mean by "see it as a 1-form".

Hi againe,
OK, here is what I found in almost all papers that I read:
We have a 3d surface ∑ embedded in a 4d space M via the embedding Xt defined by:
Xt(x) = X(t,x) where X is a diffeomorphism X : σ x ℝ → M (x are coordinates on ∑ and X are those of M) so one can think about the surface as defined by : f(X) = t = constant so that:
0 = limε→0 [f (Xt (x + εb) − f (Xt (x))]/ε = baXμ,a(f)|X = Xt(x) for any tangential b of σ = X(∑) on x ... so that on can see n as : nμ = F f (a 1-form)
My problem is that I don't understand very well what we mean by all that !
 
symplectic, I think you missed my point. The convention does not matter. The RHS has 1-tensor coefficients, and the LHS has a 1-form coefficient. The only reason that I mentioned the convention was to clarify that the position of the index tells you that it is a 1-form.

Here's a different (more explicit) way to look at it. A 3-surface is basically a volume. A differential "area" of the 3-surface would have the form dxdydz, right. So, generalize these differentials to 1-tensors: dxαdyβdzγ, where these differentials are some specific directions in space-time. This product has units of 3-surface area (volume), but it is a 3-tensor, not a 1-form. You convert it to a 1-form by contracting with the Levi-Civita symbol. This is similar to converting a 1-tensor to a 1-form by contracting with the metric.

I don't know if this is standard notation, but, instead of using indices, imagine that the Levi-Civita symbol is a function that "eats" n-tensors and spits out (4-n)-forms.

ε(⋅,⋅,⋅,⋅)

So, in this case, the Levi-Civita symbol "eats" three 1-tensors, dx, dy, and dz.

ε(⋅,dx,dy,dz)=~dV

The tilde in front is my way to identify the object as a n-form. 1 argument of the Levi-Civita symbol is left open, so the result is a 1-form.

This is similar to the idea of the metric "eating" an n-tensor, resulting in a (2-n)-form.

η(⋅,⋅)

So, if the metric "eats" a vector (1-tensor), the result is a 1-form.

η(⋅,dx)=~dx

In the index approach, this is called "lowering" the index.

One more point to make: ε(dt,dx,dy,dz) is Lorentz invariant. This is true regardless of what dt, dx, dy, and dz represent, as long as they are 1-tensors.
 
turin said:
symplectic, I think you missed my point. The convention does not matter. The RHS has 1-tensor coefficients, and the LHS has a 1-form coefficient. The only reason that I mentioned the convention was to clarify that the position of the index tells you that it is a 1-form.

Here's a different (more explicit) way to look at it. A 3-surface is basically a volume. A differential "area" of the 3-surface would have the form dxdydz, right. So, generalize these differentials to 1-tensors: dxαdyβdzγ, where these differentials are some specific directions in space-time. This product has units of 3-surface area (volume), but it is a 3-tensor, not a 1-form. You convert it to a 1-form by contracting with the Levi-Civita symbol. This is similar to converting a 1-tensor to a 1-form by contracting with the metric.

I don't know if this is standard notation, but, instead of using indices, imagine that the Levi-Civita symbol is a function that "eats" n-tensors and spits out (4-n)-forms.

ε(⋅,⋅,⋅,⋅)

So, in this case, the Levi-Civita symbol "eats" three 1-tensors, dx, dy, and dz.

ε(⋅,dx,dy,dz)=~dV

The tilde in front is my way to identify the object as a n-form. 1 argument of the Levi-Civita symbol is left open, so the result is a 1-form.

This is similar to the idea of the metric "eating" an n-tensor, resulting in a (2-n)-form.

η(⋅,⋅)

So, if the metric "eats" a vector (1-tensor), the result is a 1-form.

η(⋅,dx)=~dx

In the index approach, this is called "lowering" the index.

One more point to make: ε(dt,dx,dy,dz) is Lorentz invariant. This is true regardless of what dt, dx, dy, and dz represent, as long as they are 1-tensors.

Okey, you succeeded ... I don't see it anymore as a vector :smile:
If I understood, writing n as :
nμ = εμνρσdxνdxρdxσ
Tells us that it is in fact a 1-form, and not a vector !
 

Similar threads

Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 73 ·
3
Replies
73
Views
9K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K