Explore Geometry of Symmetric Spaces & Lie Groups on PF

  • #91
garrett said:
Ah, yes, mathematicians often write a vector operating on a function as \vec{v}f = v^i \partial_i f. I do not write it that way. Instead, I would write the same thing as
<br /> \vec{v} \underrightarrow{\partial} f = v^i \partial_i f<br />
I like to have conservation of arrows in my notation. :)
I am a bit confused. I understand the desire to conserve arrows and the fact that a function is a 0-form but I would have expected you to write this as
<br /> \vec{v} \underrightarrow{ f} = v^i \partial_i f<br />
no?!:confused:

In the way you wrote it, what do you mean by {\vec v} ? Normally one would write {\vec v} = v_i \partial_i but your partial derivatives are part of the 0-form?!?

Thanks
 
Physics news on Phys.org
  • #92
nrqed said:
I am a bit confused. I understand the desire to conserve arrows and the fact that a function is a 0-form but I would have expected you to write this as
<br /> \vec{v} \underrightarrow{ f} = v^i \partial_i f<br />
no?!:confused:

In the way you wrote it, what do you mean by {\vec v} ? Normally one would write {\vec v} = v_i \partial_i but your partial derivatives are part of the 0-form?!?

Let me give you some of the cast of characters:
coordinate basis vectors:
<br /> \vec{\partial_i}<br />
coordinate basis 1-forms:
<br /> \underrightarrow{dx^i}<br />
partial derivative operator with respect to a coordinate:
<br /> \partial_i<br />

OK, with those guys, we can build vectors:
<br /> \vec{v} = v^i \vec{\partial_i}<br />
forms:
<br /> \underrightarrow{f} = f_i \underrightarrow{dx^i}<br />
and the exterior derivative operator:
<br /> \underrightarrow{\partial} = \underrightarrow{dx^i} \partial_i<br />

There is a contraction rule between basis vectors and basis forms:
<br /> \vec{\partial_i} \underrightarrow{dx^j} = \delta_i^j<br />

That's it!

Now, for some examples. A vector contracted with a 1-form:
<br /> \vec{v} \underrightarrow{f} = v^i f_i<br />
The exterior derivative of a 1-form:
<br /> \underrightarrow{\partial} \underrightarrow{f} = \underrightarrow{dx^i} \underrightarrow{dx^j} \partial_i f_j<br /> = \underrightarrow{\underrightarrow{F}}<br />
And the derivative of a 1-form along a vector, obtained by first contracting the vector with the exterior derivative:
<br /> ( \vec{v} \underrightarrow{\partial} ) \underrightarrow{f}<br /> = ( v^i \partial_i f_j ) \underrightarrow{dx^j}<br />

Happy?
 
Last edited:
  • #93
garrett said:
OK, so at this point we've figured out quite a bit about our group manifold.

... even though we haven't said what the metric is. Time to change that!

Can you explain how to talk about the metric in your notation?

The metric tends to be formulated as, g = g_{ij} dx^i \otimes dx^j, however your \underrightarrow{dx^i} basis elements are antisymmetric, not symmetric. How do you define this?

Mathematically, a vector field is Killing iff the Lie derivative of the metric with respect to the vector field is zero.

Of course, operating on a scalar, the lie derivative is equivalent to the covariant derivative, reducing to the expression I mentioned early on, \xi_{i;j} + \xi_{j;i} = 0. Can you give me some hints as to how to derive the expression for the lie derivative acting on the viel-bein? (We've not mentioned covariant derivatives yet!).
 
  • #94
Taoy said:
Can you explain how to talk about the metric in your notation? The metric tends to be formulated as, g = g_{ij} dx^i \otimes dx^j, however your \underrightarrow{dx^i} basis elements are antisymmetric, not symmetric. How do you define this?

Sure. From my point of view, the vielbein is more fundamental than the metric. The vielbein -- the set of orthonormal vectors defined at each point -- includes information about its orientation and about its scale. The metric is just a convenient way of describing just the scale information. It doesn't, by itself, exist as a well defined geometric object in my way of thinking, but just as a useful bit of scale information related to the vielbein. Here's how it pops up:

In order to compare two vectors at a point, one can map them into a local inertial frame using the frame (inverse vielbein) and then take their dot product. This is where defining the frame as a Clifford vector valued 1-form comes in, as we can write:
<br /> (\vec{u}\underrightarrow{e}) \cdot (\vec{v}\underrightarrow{e})<br /> = u^i (e_i)^\alpha v^j (e_j)^\beta \gamma_\alpha \cdot \gamma_\beta<br /> = u^i v^j \left( (e_i)^\alpha (e_j)^\beta \eta_{\alpha \beta} \right)<br /> = u^i v^j g_{ij}<br />
which shows exactly how the metric pops up.

Of course, operating on a scalar, the lie derivative is equivalent to the covariant derivative, reducing to the expression I mentioned early on, \xi_{i;j} + \xi_{j;i} = 0. Can you give me some hints as to how to derive the expression for the lie derivative acting on the viel-bein? (We've not mentioned covariant derivatives yet!).

Well, the definition of the Lie derivative of a vielbein vector is
<br /> {{\cal L}_\vec{\xi}} \, \vec{e_\alpha}<br /> = (\vec{\xi} \underrightarrow{\partial}) \vec{e_\alpha} - ( \vec{e_\alpha} \underrightarrow{\partial}) \vec{\xi}<br /> = (\xi^i \partial_i (e_\alpha)^j - (e_\alpha)^i \partial_i \xi^j) \vec{\partial_j}<br />
And the Lie derivative of Clifford basis elements is zero. That let's you calculate the Lie derivative of \vec{e}. If you'd like, I could derive why the Lie derivative is what it is, in terms of vector induced flows, but it's kind of involved. I'll work on putting that derivation up on the wiki though.
 
Last edited:
  • #95
garrett said:
Let me give you some of the cast of characters:
coordinate basis vectors:
<br /> \vec{\partial_i}<br />
coordinate basis 1-forms:
<br /> \underrightarrow{dx^i}<br />
partial derivative operator with respect to a coordinate:
<br /> \partial_i<br />

OK, with those guys, we can build vectors:
<br /> \vec{v} = v^i \vec{\partial_i}<br />
forms:
<br /> \underrightarrow{f} = f_i \underrightarrow{dx^i}<br />
and the exterior derivative operator:
<br /> \underrightarrow{\partial} = \underrightarrow{dx^i} \partial_i<br />

There is a contraction rule between basis vectors and basis forms:
<br /> \vec{\partial_i} \underrightarrow{dx^j} = \delta_i^j<br />

That's it!

Now, for some examples. A vector contracted with a 1-form:
<br /> \vec{v} \underrightarrow{f} = v^i f_i<br />
The exterior derivative of a 1-form:
<br /> \underrightarrow{\partial} \underrightarrow{f} = \underrightarrow{dx^i} \underrightarrow{dx^j} \partial_i f_j<br /> = \underrightarrow{\underrightarrow{F}}<br />
And the derivative of a 1-form along a vector, obtained by first contracting the vector with the exterior derivative:
<br /> ( \vec{v} \underrightarrow{\partial} ) \underrightarrow{f}<br /> = ( v^i \partial_i f_j ) \underrightarrow{dx^j}<br />

Happy?

Yes, it makes perfect sense. Sorry, I was not trying to be difficult. It is clear now and it's a nice notation (I had assumed that the single under arrow was for any n-form but now I see that there are n arrows for an n-form). It's the first time that I see explicitly the exterior derivative as being assign a specific symbol like your \underrightarrow{\partial}, in the conventional (but not as clear) notation, the "d" is always applied on something, the "d" is never presented on its own. But I do like your notation much more.

Thank you for the clarification. It's appreciated.

Patrick
 
  • #96
Garrett can you explain please what is the difference between a killing vector field and a killing form.
I mean how to use a killing form to find a killing vector field.
 
  • #97
Mehdi_ said:
Garrett can you explain please what is the difference between a killing vector field and a killing form.
I mean how to use a killing form to find a killing vector field.

They aren't directly related -- just named after the same guy.
A Killing vector field gives a flow on a manifold that preserves its geometric shape.
A Killing form comes from the classifications of Lie groups and their structure constants.
They're sort of related, but not directly, and it would take a lot of explaining and abstraction to get to Killing forms -- so I advise you not to worry about them yet.
 
  • #98
Glad you like it, Patrick. :)
 
  • #99
Hey Joe, you figure out the metric yet?
If not, I'll post it in the morning.
 
  • #100
garrett said:
Hey Joe, you figure out the metric yet?
If not, I'll post it in the morning.


Hey Garrett, no not yet; I'm off to Berlin today for a week (to the Marcel Grossman conference), so I won't get to post anything for a week or so. BUT I'm expecting to have it all worked out by next weekend :). Feel free to post the next bit though if you want; I'll catch up.

BTW, my last question was ill formed. What I meant to ask was how if a vector field is Killing iff the Lie derivative of the metric with respect to the vector field is zero, that leads to the condition on the lie derivative of the vielbein that you quoted. I've scratched my head, but not derived it yet. However, that doesn't mean that I can't derive it! :) (... but it's tricky then a hint would be helpful :).

Joe
 
  • #101
Hey Joe,

Wow, MG11 looks cool -- have fun. No hurry on the SU(2) metric, get to it when you feel like it.

The derivation of the version of Killing's equation using the frame or vielbein instead of the metric is pretty straightforward. Start with the expression for the Lie derivative of the metric components, then plug in the expression for the metric in terms of the frame components.

Here's what may be causing confusion though: there is no pretty (index free) way, using the notation I've described, to deal with the metric. So I choose to think of Killing's equation in terms of the Lie derivative of the vielbein as fundamental. The two expressions are equivalent, so it's a matter of taste.

(And, oops, I had an index wrong in a previous expression for Killing's equation. It should be:
<br /> {{\cal L}_\vec{\xi}} \, \vec{e_C} = B_C{}^D \vec{e_D}<br />
with
<br /> B_C{}^D = - B^D{}_C<br />
)

If you can't prove the equivalence of the two expressions for Killing's equation to your satisfaction, let me know and I'll go through it.
 
Last edited:
  • #102
Hey Garrett, finally found some wireless connectivity here at Freie University, Berlin; and for my sins I stayed up last night until I'd done my homework... yes; I'm coked up on coffee to make up for it :).

Ok, here's what I think.

garrett said:
OK, once you believe all this, which may take a while, I'll have three "homework" questions for you:
1) Are the set of three \vec{\xi&#039;_B} also Killing, even though we've chosen them as our orthonormal basis vector fields? (Why?)

I think that the answer is yes, because {\cal L}_{\vec{\xi&#039;_A}} \vec{\xi&#039;_B} = 2 \epsilon_{ABC} \vec{\xi&#039;_C}, and for a fixed B, the right hand side is antisymmetric in A and C, and so like rotation - it therefore fulfils the requirement for a killing vector.

However, the \vec{\xi_A} fields are non-killing vectors with respect to this metric; BUT we can also form a metric out of these other fields, and they are killing vectors with respect to that metric. We appear then to have two independant metrics that this manifold can support.

2) What is the metric, g_{ij} corresponding to this choice of orhonormal basis vectors?

I believe it is,

<br /> g&#039;_{ij} = \frac{r^2}{\sin^2 r} \delta_{ij} + x_i x_j \left(\frac{1}{r^2} - \frac{1}{\sin^2 r} \right)<br />

3) Would the metric have been different if we had chosen to use \vec{\xi_B} as the orthonormal basis vectors?

Apparently not. The difference in sign of the \epsilon term doesn't contribute to a change in the form of g_{ij} under the replacement of \vec{\xi&#039;_A} with \vec{\xi_A}.
 
Last edited:
  • #103
garrett said:
Hey Joe,
Wow, MG11 looks cool -- have fun.

It should be. I'm primarily here because tomorrow David Hestenes is hosting a parallel session on Geometric Algebra and Gravity; Doran and Lasenby are here too apparently. I'm hoping to find some people who are into the conformal projective framework... I'll definitely let you know how it goes :).
 
  • #104
Taoy said:
It should be. I'm primarily here because tomorrow David Hestenes is hosting a parallel session on Geometric Algebra and Gravity; Doran and Lasenby are here too apparently. I'm hoping to find some people who are into the conformal projective framework... I'll definitely let you know how it goes :).

Well, you've certainly found the best bunch.

Make sure to talk with Chris Doran about black holes -- he's written a couple of especially clear papers on them in the past couple of years.

And, err, don't expect them to talk about differential forms. ;)
 
  • #105
Taoy said:
Hey Garrett, finally found some wireless connectivity here at Freie University, Berlin; and for my sins I stayed up last night until I'd done my homework... yes;
Great.
I'm coked up on coffee to make up for it :).
OK, we'll see how that works out... ;)
For our set of three orthonormal vector fields, we choose
<br /> \vec{e_A}=\vec{\xi&#039;_A}<br />
The first question was whether these vector fields are Killing with respect to the metric associated with this orthnormal basis.
I think that the answer is yes, because {\cal L}_{\vec{\xi&#039;_A}} \vec{\xi&#039;_B} = 2 \epsilon_{ABC} \vec{\xi&#039;_C}, and for a fixed B, the right hand side is antisymmetric in A and C, and so like rotation - it therefore fulfils the requirement for a killing vector.
Yes. Except your wording is funny. The relevant equation is:
<br /> {\cal L}_{\vec{\xi&#039;_A}} \vec{e_B} = 2 \epsilon_{ABC} \vec{e_C}<br />
Each vector field, \vec{\xi&#039;_A}, is Killing because it generates a rotation of the orthonormal basis -- 2 \epsilon_{ABC} is antisymmetric in B and C.
However, the \vec{\xi_A} fields are non-killing vectors with respect to this metric;
Nope, actually they are also Killing.
<br /> {\cal L}_{\vec{\xi_A}} \vec{e_B} = 0<br />
The Lie derivative of the orthonormal basis vectors with respect to these vectors vanishes. If you wish to be pedantic, note that 0 is technically antisymmetric in its indices, since 0=-0.
BUT we can also form a metric out of these other fields, and they are killing vectors with respect to that metric. We appear then to have two independant metrics that this manifold can support.
You answer this below -- both choices of orthonormal basis vectors produce the same metric.
I believe it is,
<br /> g&#039;_{ij} = \frac{r^2}{\sin^2 r} \delta_{ij} + x_i x_j \left(\frac{1}{r^2} - \frac{1}{\sin^2 r} \right)<br />
Yes, this is what I got for the "inverse metric":
<br /> g^{ij} = \frac{r^2}{\sin^2 r} \delta^{ij} + x^i x^j \left(\frac{1}{r^2} - \frac{1}{\sin^2 r} \right)<br />
and for the metric I got
<br /> g_{ij} = \frac{\sin^2 }{r^2} \delta_{ij} + x^i x^j \frac{1}{r^2} \left( 1 - \frac{\sin^2 r}{r^2} \right)<br />
The difference in sign of the \epsilon term doesn't contribute to a change in the form of g_{ij} under the replacement of \vec{\xi&#039;_A} with \vec{\xi_A}.
Correct! So, choosing either set of Killing vector fields to be the orthonormal basis vectors gives the same metric for SU(2). I like to choose \vec{e_A}=\vec{\xi&#039;_A} because they have the nice property that {\cal L}_{\vec{\xi_A}} \vec{e_B} = 0, and the \vec{\xi_A} Killing vector fields have the same commutation relations as the su(2) generators, T_A.

One more quick question, when you get a chance:
What's the expression for the frame (vielbein) 1-form -- corresponding to the chosen orthonormal basis vectors?
<br /> \underrightarrow{e}=?<br />
 
Last edited:
  • #106
Let me answer that last question, since I was just being lazy. Also, I want to put delta functions into raise and lower the indices properly -- which has been bothering me.

<br /> \underrightarrow{e}=\underrightarrow{dx^i} \left(<br /> \delta_i^B \frac{\sin(r)\cos(r)}{r} + <br /> \delta_{ij} x^j x^B ( \frac{1}{r^2} - \frac{\sin(r)\cos(r)}{r^3} ) - <br /> \delta^{BC} \epsilon_{ikC} x^k \frac{\sin^2(r)}{r^2}<br /> \right) \sigma_B<br />
 
Last edited:
  • #107
garrett said:
Let me answer that last question, since I was just being lazy. Also, I want to put delta functions into raise and lower the indices properly -- which has been bothering me.

Yay :) That was bothering me too.

p.s. have had great conversations with Hestenes and Lasenby (more the former); Doran had to cancel so no low-down on BHs.
 
  • #108
garrett said:
Correct! So, choosing either set of Killing vector fields to be the orthonormal basis vectors gives the same metric for SU(2). I like to choose \vec{e_A}=\vec{\xi&#039;_A} because they have the nice property that {\cal L}_{\vec{\xi_A}} \vec{e_B} = 0, and the \vec{\xi_A} Killing vector fields have the same commutation relations as the su(2) generators, T_A.

Hmm, so from the perspective of the metric the different between left and right invariant fields gets hidden; they are separate and distinct at the level of the vierbein though. What's the geometric meaning of this?
 
  • #109
Sorry to take so long to reply -- I was away for a few days, at my sister's wedding.

What's the geometric meaning of this?

Well, remember that the vielbein and metric are things we just decided to impose on our group manifold. All we really have are the two sets of three vector fields associated with the flows generated by the three generators acting from the left or right. We then chose a metric so that these flows would be symmetries, and chose a vielbein so the Lie derivative of the vielbein with respect to the Killing vectors associated with left acting generators was zero. As it happens, the vector fields associated with right acting generators, equal to the vielbein vectors, are also Killing.

What this implies, relating to Kaluza-Klein theory, is that this SU(2) manifold has more symmetries than just SU(2) -- it has SU(2)xSU(2) as its symmetry group. We can however use group theory to trim a dimension off of our SU(2) manifold to make one that only has SU(2) symmetry -- this is called a symmetric space, or coset space.

But first, we should define what a covariant derivative is, and a connection, and calculate what the connection should be for our SU(2) manifold and choice of frame.
 
  • #110
OK, the set of Clifford algebra vectors, \gamma_\alpha, are the basis elements for the flat space that is the rest frame at each manifold point. In differential geometry, these basis elements comprise a local trivialization of the Clifford fiber. The covariant derivative,
<br /> \underrightarrow{\nabla} = \underrightarrow{dx^i} \nabla_i<br />
keeps track of how these basis elements rotate as one moves around on the base manifold:
<br /> \underrightarrow{\nabla} \gamma_\alpha = \underrightarrow{\omega} \times \gamma_\alpha<br />
(That should be somewhat familiar from a month ago in this thread, when we discussed Clifford rotations.) The spin connection is a bivector valued 1-form,
<br /> \underrightarrow{\omega} = \underrightarrow{dx^i} \frac{1}{2} \omega_i{}^{\alpha \beta} \gamma_{\alpha \beta}<br />
So, using this, the covariant derivative of any Clifford valued field is
<br /> \underrightarrow{\nabla} C = \underrightarrow{\partial} C + \underrightarrow{\omega} \times C<br />

Now, since we now have a frame and a covariant derivative, the first nice object we build is the torsion, a Clifford vector valued 2-form,
<br /> \underrightarrow{\underrightarrow{T}} = \underrightarrow{\nabla} \underrightarrow{e}<br /> = \underrightarrow{\partial} \underrightarrow{e} + \underrightarrow{\omega} \times \underrightarrow{e}<br />
If we insist that our connection be torsion free, as we often will, then we can solve
<br /> 0 = \underrightarrow{\partial} \underrightarrow{e} + \underrightarrow{\omega} \times \underrightarrow{e}<br />
explicitly for the spin connection. It's not so easy to find, but this equation has a closed form solution!

Here's a question:
What's the above equation look like if we write it out in components?
I'll begin:
<br /> 0 = \partial_{\left[ i \right.} \left( e_{\left. j \right]} \right)^\alpha + ?<br />
 
  • #111
garrett said:
Let me answer that last question, since I was just being lazy. Also, I want to put delta functions into raise and lower the indices properly -- which has been bothering me.

<br /> \underrightarrow{e}=\underrightarrow{dx^i} \left(<br /> \delta_i^B \frac{\sin(r)\cos(r)}{r} + <br /> \delta_{ij} x^j x^B ( \frac{1}{r^2} - \frac{\sin(r)\cos(r)}{r^3} ) - <br /> \delta^{BC} \epsilon_{ikC} x^k \frac{\sin^2(r)}{r^2}<br /> \right) \sigma_B<br />

Wait; how many Clifford bases are we using here? Are you using \sigma_B \equiv \gamma_B, or are these bases separate and distinct?
 
  • #112
Taoy said:
Wait; how many Clifford bases are we using here? Are you using \sigma_B \equiv \gamma_B, or are these bases separate and distinct?

Ah, sorry, good question -- and answer. I use \gamma_\alpha for the general case of Clifford vector elements, and in this specific case of our three dimensional group manifold we do have \sigma_B = \gamma_B -- so feel free to interchange sigma's for gamma's, and Greek indices for capital latin ones.
 
  • #113
(This post has been corrected.)

garrett said:
What's the above equation look like if we write it out in components?
I'll begin:
<br /> 0 = \partial_{\left[ i \right.} \left( e_{\left. j \right]} \right)^\alpha + ?<br />

Well expanded it looks like,

<br /> 0 = \underrightarrow{dx^i} \underrightarrow{dx^j} \left( \partial_i (e_j)^\alpha \gamma_\alpha<br /> + \frac{1}{2} \omega_i{}^{\mu \nu} (e_j)^\alpha \gamma_{\mu \nu} \times \gamma_\alpha \right) <br />

So, what is the clifford commutator? I would write:

<br /> \begin{align*}<br /> \gamma_{\mu \nu} \times \gamma_\alpha &amp; = \frac{1}{2} \left( \gamma_\mu \wedge \gamma_\nu \gamma_\alpha - \gamma_\alpha \gamma_\mu \wedge \gamma_\nu \right) \\<br /> &amp; = \frac{1}{2} \left( \gamma_\mu \wedge \gamma_\nu \cdot \gamma_\alpha + \gamma_\mu \wedge \gamma_\nu \wedge \gamma_\alpha - \gamma_\alpha \cdot \gamma_\mu \wedge \gamma_\nu - \gamma_\alpha \wedge \gamma_\mu \wedge \gamma_\nu \right) \\<br /> &amp; = \frac{1}{2} \left( \gamma_\mu \wedge \gamma_\nu \cdot \gamma_\alpha - \gamma_\alpha \cdot \gamma_\mu \wedge \gamma_\nu \right) \\<br /> &amp; = \frac{1}{2} \left( \gamma_\mu \delta_{\nu \alpha} - \gamma_\nu \delta_{\mu \alpha} - \delta_{\alpha \mu} \gamma_\nu + \delta_{\alpha \nu} \gamma_{\mu} \right) \\<br /> &amp; = \gamma_\mu \delta_{\nu \alpha} - \gamma_\nu \delta_{\mu \alpha}<br /> \end{align*}<br />

therefore,

<br /> 0 = \underrightarrow{dx^i} \underrightarrow{dx^j} \left( \partial_i (e_j)^\mu <br /> + \frac{1}{2} (\omega_i{}^{\mu \nu} - \omega_i{}^{\nu \mu}) (e_j)^\alpha \delta_{\nu \alpha}<br /> \right) \gamma_\mu<br />

and so the components are,

<br /> \partial_{[i} (e_{j]})^\mu + \frac{1}{2} (\omega_{[i}{}^{\mu \nu} - \omega_{[i}{}^{\nu \mu}) (e_{j]})^\alpha \delta_{\nu \alpha}<br />
 
Last edited:
  • #114
Sign error, probably because you insist on using that evil wedge. ;)
The cross product is defined as
<br /> A \times B = \frac{1}{2} ( AB - BA )<br />
and the bivector basis elements are
<br /> \gamma_{\mu \nu} = \gamma_\mu \times \gamma_\nu<br />
The derived identity you need is
<br /> \gamma_{\mu \nu} \times \gamma_\alpha = \gamma_\mu \delta_{\nu \alpha} - \gamma_\nu \delta_{\mu \alpha}<br />
 
  • #115
garrett said:
Sign error, probably because you insist on using that evil wedge. ;)

Pah! :) In that context the wedge is just as evil as that evil \times :). No, it was just me using the wrong sign :). I was in a hurry to get to a class, so I wasn't as careful as I should have been. I'll fix the original post (so as to avoid unnecessary bad posts :).
 
  • #116
Yep, that's it. Only \omega_{i}{}^{\nu \mu} is antisymmetric in the last two indices, and we can use the delta to lower an index, so in components the equation
<br /> 0 = \underrightarrow{\partial} \underrightarrow{e} + \underrightarrow{\omega} \times \underrightarrow{e}<br />
is equivalent to
<br /> 0 = \partial_{[i} (e_{j]})^\mu + \omega_{[i}{}^\mu{}_\alpha (e_{j]})^\alpha<br />
or, if you like doing things half way, and want to write it in terms of the frame 1-forms,
<br /> 0 = \underrightarrow{\partial} \underrightarrow{e}^\mu + \underrightarrow{\omega}^\mu{}_\alpha \underrightarrow{e}^\alpha<br />
 
Last edited:
  • #117
This is a famous equation called "Cartan's first structure equation." Remarkably, it is solvable for the spin connection. To find the solution, it is convenient to define this intermediate quantity:
<br /> \underrightarrow{\underrightarrow{f}} = \underrightarrow{\partial} \underrightarrow{e}<br />
the "anholonomy," a Clifford vector valued 2-form. The not so famous solution of Cartan's first structure equation,
<br /> 0=\underrightarrow{\underrightarrow{f}} + \underrightarrow{\omega} \times \underrightarrow{e}<br />
is
<br /> \underrightarrow{\omega} = - \vec{e} \times \underrightarrow{\underrightarrow{f}} + \frac{1}{4} \left( \vec{e} \times \vec{e} \right) ( \underrightarrow{e} \cdot \underrightarrow{\underrightarrow{f}} )<br />
How's that for a blaze of notation! Of course, to actually calculate anything we're going to have to slug it out with indices. To make things easier, we introduce the idea of using the frame or orthonormal basis matrices to change an index from latin coordinate indices to Greek frame labels and back again -- similar to the way we use delta to raise and lower Greek indices. This is consistent with the definition of the metric in terms of the frame, and the way it's often used to raise and lower indices. So, for example:
<br /> \omega_{i j}{}^\mu = \omega_{i \alpha}{}^\mu \left( e_j \right)^\alpha <br />
In this way, Cartan's first structure equation is
<br /> 0 = \frac{1}{2} f_{ij}{}^\mu - \omega_{\left[ i j \right]}{}^\mu<br />
or, using
<br /> f_{\alpha \beta}{}^\mu = \left( e_\alpha \right)^i \left( e_\beta \right)^j \left( \partial_i \left( e_j \right)^\mu - \partial_j \left( e_i \right)^\mu \right)<br />
it's simply
<br /> \frac{1}{2} f_{\alpha \beta}{}^\mu = \omega_{\left[ \alpha \beta \right]}{}^\mu<br />
And using some index gymnastics gives the explicit solution,
<br /> \omega_{\alpha \beta \nu} = \frac{1}{2} \left( f_{\alpha \beta \nu} - f_{\beta \nu \alpha} + f_{\nu \alpha \beta} \right)<br />
This is the closed form solution to Cartan's first structure equation, giving the spin connection coefficients in terms of the frame and its derivatives. It's use is equivalent in pain and practicality to calculating the Christoffel symbol coefficients from a metric. One could just plug in our frame and calculate... but we're going to be smarter. I think.
 
Last edited:
  • #118
OK, so let's be smarter about this. We have this equation:
<br /> 0 = \underrightarrow{\partial} \underrightarrow{e}^\mu + \underrightarrow{\omega}^\mu{}_\alpha \underrightarrow{e}^\alpha<br />
and we want to calculate \omega, having already chosen a set of orthonormal basis vectors for our group manifold. Where did we get them again? We started with a relation between Killing vector flows and the action of our Lie algebra generators:
<br /> \vec{\xi&#039;_B} \underrightarrow{\partial} g = g T_B<br />
solved this for the Killing vector fields, and chose them to be our orthonormal basis vectors. Since it pops up everywhere, let's go ahead and assign a symbol to this Lie algebra valued 1-form, the Cartan form:
<br /> \underrightarrow{w} = g^- \underrightarrow{\partial} g = \underrightarrow{\xi&#039;}^B T_B = \underrightarrow{e}^B T_B<br />
The generator orthogonality relation then let us calculate the frame 1-forms as
<br /> \underrightarrow{e}^B = - \left&lt; \underrightarrow{w} T^B \right&gt;<br />
We can also use this to calculate the exterior derivative of these 1-forms. The derivative of the Cartan form is
<br /> \underrightarrow{\partial} \underrightarrow{w} = (\underrightarrow{\partial} g^-)(\underrightarrow{\partial} g) = - g^- (\underrightarrow{\partial} g) g^- (\underrightarrow{\partial} g) = - \underrightarrow{w} \underrightarrow{w}<br />
So the exterior derivative of the frame 1-forms is
<br /> \underrightarrow{\partial} \underrightarrow{e}^B<br /> = - \left&lt; \underrightarrow{\partial} \underrightarrow{w} T^B \right&gt;<br /> = \left&lt; \underrightarrow{w} \underrightarrow{w} T^B \right&gt;<br /> = \underrightarrow{e}^A \underrightarrow{e^C} \left&lt; T_A T_C T^B \right&gt;<br /> = ( \underrightarrow{e}^A \epsilon_{AC}{}^B ) \underrightarrow{e^C}<br />
and comparing this with Cartan's first structure equation, which we're trying to solve, we see the solution:
<br /> \underrightarrow{\omega}^B{}_C = - \underrightarrow{e}^A \epsilon_{AC}{}^B<br />
This means the spin connection coefficients (with frame label indices) are equal to minus the group structure constants
<br /> \omega_{ABC} = \epsilon_{ABC}<br />
This is really neat, and it gets better. The spin connection bivector is
<br /> \underrightarrow{\omega} = \underrightarrow{e}^A \frac{1}{2} \epsilon_{A}{}^{CB} \sigma_{CB}<br />
and, if you'll recall, the Lie algebra generators could also be expressed as Clifford bivectors,
<br /> T_A = \frac{1}{2} \epsilon_{A}{}^{CB} \sigma_{CB}<br />
which means... drum roll please...
<br /> \underrightarrow{\omega} = \underrightarrow{e}^A T_A = \underrightarrow{w} <br />
The spin connection bivector is Cartan's form.

Homework assignment:
Wrap your head around how cool that is!
 
Last edited:
  • #119
What is then the real use Cartan's first structure equation and the spin connection in what is above ?
 
  • #120
The spin connection describes how the frame rotates as you move around on the manifold. Cartan's first structure equation is the mathematical embodiment of this statement.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
26
Views
5K
  • Poll Poll
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
15
Views
2K