Tensor[IsotropyType] - find the isotropy type for the infinitesimal isometries of a metric
Calling Sequences
IsotropyType(Gamma, pt, output)
IsotropyType(A, output)
IsotropyType(output)
Parameters
Gamma - a list of vectors, the infinitesimal generators for the isometry group of a metric g, equivalently, the Killing vectors of g
pt - a list of equations specifying the equations of a point
A - a list of matrices defining a subalgebra of the Lorentz Lie algebra so(3, 1)
output - (optional) the keyword argument output = str, where str is one of "Notation", "Notation1", "Notation2", "Notation3", "SO31I", "SO31II"
|
Description
|
|
•
|
Let g be a metric on a 4 dimensional manifold M with Lorentzian signature. The isometry group of g is the Lie group G of transformations phi : M -> M which preserves the metric g under pullback, that is, phi^*(g) = g. Pick a point p in M. Then the isotropy subgroup G_p of G at p is the subgroup of isometries phi in G which fix the point p, that is, phi(p) = p. The Jacobian phi_*(p): T_pM -> T_pM defines a representation of the isotropy subgroup G_p as a subgroup of the Lorentz group SO(3, 1). This representation is called the isotropy type of G_p.
|
•
|
The command IsotropyType works at the infinitesimal level. Let Gamma be the infinitesimal isometry algebra of the metric g and let Gamma_p be the infinitesimal isotropy subalgebra of Gamma at p. Let so(3, 1) be the Lorentz Lie algebra, viewed as a set of linear transformations on T_pM. The mapping rho: Gamma_p -> so(3, 1) defined by rho(X)(Y) = [X, Y] (where [X, Y] is the Lie bracket of X and Y), is called the linear infinitesimal isotropy representation of Gamma_p. It gives an identification of Gamma_p with a subalgebra of the Lorentz Lie algebra so(3, 1).
|
•
|
The subalgebras of so(3, 1) have been classified by Patera and Winternitz and labeled as F1, F2, ..., F14. (Continuous subgroups of the fundamental groups of physics I. General method and the Poincare group, J. Math Physics, 16 (1975), 1597--1614). Details of this classification are given in the examples below.
|
•
|
The command KillingVectors can be used to calculate the infinitesimal isometry algebra Gamma of the metric g.
|
•
|
The command IsotropySubalgebra can be used to calculate the infinitesimal isotropy subalgebra Gamma_p and the linear infinitesimal isotropy representation.
|
•
|
The command IsotropyType(Gamma, pt) calculates the Patera/Winternitz classification of the linear infinitesimal isotropy representation for the infinitesimal isometry group Gamma at the point p.
|
•
|
The calling sequence IsotropyType(output = "Notation") returns a short description of the notation used by Patera/Winternitz. The calling sequence IsotropyType(output = "SO31I") and IsotropyType(output = "SO31II") returns the explicit matrix basis used by Patera/Winternitz for the Lie algebra of the Lorentz group.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package and so can be used in the form IsotropyType(...) only after executing the commands with(DifferentialGeometry); with(Tensor); in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-IsotropyType.
|
|
|
Examples
|
|
Example 1.
We begin with two simple examples. For the first example we use the metric (12.24a) from Stephani, Kramer et al.
>
|
|
| (2.1) |
M >
|
|
| (2.2) |
M >
|
|
| (2.3) |
M >
|
|
| (2.4) |
M >
|
|
| (2.5) |
Example 2.
For our second example we use the metric (12.16) from Stephani, Kramer et al.
M >
|
|
| (2.6) |
M >
|
|
| (2.7) |
M >
|
|
| (2.8) |
M >
|
|
| (2.9) |
Example 3.
In this example we explore some of the details regarding the classification of the subalgebras of the Lorentz algebra so(3, 1). With output = "SO31I" we obtain the standard basis for SO(3, 1) consisting of 3 rotations R_x, R_y, R_z and 3 boosts K_x, K_y, K_z.
M >
|
|
| (2.10) |
With output = "SO31II" we obtain an alternative basis which is useful for listing the subalgebras.
M >
|
|
| (2.11) |
With output = "Notation" the relationship between these two basis is shown and the list of subalgebras of so(3, 1), as given in the aforementioned paper of Patera and Winternitz, is listed:
M >
|
|
B1 = 2Rz, B2 = -2Kz, B3 = -Ry - Kz, B4 = Rx - Ky, B5 = Ry - Kx, B6 = Rx + Ky, B(theta) = cos(theta) Rz - sin(theta)Kz
F1: {B1, B2, B3, B4, B5, B6}
F2: {B1, B2, B3, B4}
F3: {Rx, Ry, Rz}
F4: {Rz, Kx, Ky}
F5: {B(theta),B3, B4}
F6: {B1, B3, B4}
F7: {B2, B3, B4}
F8: {B2 ,B3}
F9: {B1, B2}
F10: {B3, B4}
F11: {B(theta)})
F12: {Rz}
F13: {Kz}
F14: {Ry + Kz}
F15: {0}
| |
As a simple consistency check on the IsotropyType program, let us pass to the program one of the matrix algebras from this list.
M >
|
|
| (2.12) |
This classification result is independent of the basis used to define the isotropy algebra:
M >
|
|
| (2.13) |
This classification is independent of the basis used for the tangent space:
M >
|
|
| (2.14) |
M >
|
|
| (2.15) |
M >
|
|
| (2.16) |
Example 4
With infolevel[IsotropyType] := 2, the branching in the program can be followed.
M >
|
|
| (2.17) |
M >
|
|
| (2.18) |
M >
|
|
| (2.19) |
M >
|
|
| (2.20) |
M >
|
|
Isotropy subalgebra has dimension 3
If isotropy subalgebra is 3 dimensional simple, then isotropy type is determined by the signature of the Killing form:
Matrix(3, 3, [[-3/2,1/4,0],[1/4,1/8,0],[0,0,2]])
If Killing form is negative-definite, then isotropy type is "F3"
If Killing form is indefinite, then isotropy type is "F4"
The command IsDefinite(h, 'query' = 'positive_definite') returns: false
The command IsDefinite(h, 'query' = 'indefinite') returns: true
| |
| (2.21) |
|
|