>
|
|
Example 1.
First create a vector bundle over M with base coordinates [t, x, y, z] and fiber coordinates [z1, z2, w1, w2].
N >
|
|
| (2.1) |
Define a spacetime metric g on M with signature [1, -1, -1, -1].
M >
|
|
| (2.2) |
Define an orthonormal frame on M with respect to the metric g. Verify using the command GRQuery.
M >
|
|
| (2.3) |
M >
|
|
| (2.4) |
Calculate the solder form sigma from the frame F.
M >
|
|
| (2.5) |
Let us obtain this result directly from the the definition. First we define the 4 Pauli matrices.
M >
|
|
| (2.6) |
Define the corresponding rank 2 Hermitian spinors.
M >
|
|
| (2.7) |
M >
|
|
| (2.8) |
M >
|
|
| (2.9) |
M >
|
|
| (2.10) |
Define the dual coframe to F.
M >
|
|
| (2.11) |
M >
|
|
| (2.12) |
This coincides with sigma.
M >
|
|
| (2.13) |
Example 2.
The solder form satisfies two important identities. The first identity involves contracting a pair of solder forms over their spinor indices:
sigma_i^{AA'}*sigma_j_{AA'} = g_{ij}.
The second identity involves contracting a pair of solder forms over their tensor indices:
sigma_j^{AA'}*sigma^j^{BB'} = epsilon^{AB}epsilon^{A'B'}.
Let us check the first identity using the the solder form from Example 1. First calculate the covariant form of the solder form, using the orthonormal frame of the previous example.
M >
|
|
| (2.14) |
Note that this coincides with the result of using RaiseLowerSpinorIndices to lower the spinor indices of sigma using the epsilon spinor.
M >
|
|
| (2.15) |
The contraction of sigma and sigmaCov over their spinor indices gives the metric g.
M >
|
|
| (2.16) |
The same result can be obtained using SpinorInnerProduct.
M >
|
|
| (2.17) |
To check the second identity calculate the contravariant form of sigma.
M >
|
|
| (2.18) |
Note that this coincides with the result of using RaiseLowerIndices to raise the tensor index of sigma using the inverse of the metric g.
M >
|
|
| (2.19) |
The contraction of sigma and sigmaCon over their tensor indices gives a product of epsilon spinors (EpsilonSpinor).
M >
|
|
| (2.20) |
Rearrange the indices so that the spinor indices are first, the barred spinor indices second.
M >
|
|
| (2.21) |
M >
|
|
| (2.22) |
Example 3.
Here we compute a solder form for the Godel spacetime. (See (12.26) in Stephani Kramer et al.) First create a vector bundle over M with base coordinates [t, x, y, z] and fiber coordinates [z1, z2, w1, w2].
M >
|
|
| (2.23) |
Define the Godel metric g on M. (Note that we have adjusted the metric to conform to the signature conventions [1, -1, -1, -1] used by the spinor formalism in DifferentialGeometry.See SpacetimeConventions.)
M >
|
|
| (2.24) |
Use DGGramSchmidt to SolderForm calculate an orthonormal frame F for the metric g.
M >
|
|
| (2.25) |
Use SolderForm to compute the solder form sigma from the frame F.
M >
|
|
| (2.26) |
Example 4.
For any metric of Lorentz signature [1, -1, -1, -1], a compatible solder form can be constructed.
M >
|
|
| (2.27) |
Define a spacetime metric g.
N >
|
|
| (2.28) |
Use the command DGGramSchmidt to find a orthonormal frame.
N >
|
|
| (2.29) |
Calculate the solder form from F3.
N >
|
|
| (2.30) |
Use SpinorInnerProduct to check that sigma3 is compatible with the metric g3.
N >
|
|
| (2.31) |