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 so3,1
output - (optional) the keyword argument output = str, where str is one of "Notation", "Notation1", "Notation2", "Notation3", "SO31I", "SO31II"
Description
Examples
See Also
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 φ:M→M which preserve the metric g under pullback, that is, φ∗g=g. Pick a point p∈M. Then the isotropy subgroup Gp⊆G at p is the subgroup of isometries φ∈G which fix the point p, that is, φp=p. The Jacobian φp∗:TpM→TpM defines a representation of the isotropy subgroup Gp as a subgroup of the Lorentz group SO3,1. This representation is called the isotropy type of Gp.
The command IsotropyType works at the infinitesimal level. Let Γ be the infinitesimal isometry algebra of the metric g and let Γp be the infinitesimal isotropy subalgebra of Γ at p. (Γp is the Lie algebra of Gp.) Let so3,1 be the Lorentz Lie algebra, viewed as a set of linear transformations on TpM. The mapping ρ:Γp→so3,1 defined by ρX·Y = X,Y (where X,Y is the Lie bracket of X and Y), is called the infinitesimal linear isotropy representation of Γp. It gives an identification of Γp with a subalgebra of the Lorentz Lie algebra so3,1.
The subalgebras of so3,1 have been classified (up to conjugation) 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 IsotropyType(Gamma, p) returns the Patera-Winternitz classification of the isotropy subalgebra Γp.
The command KillingVectors can be used to calculate the infinitesimal isometry algebra Γ of the metric g.
The command IsotropySubalgebra can be used to calculate the infinitesimal isotropy subalgebra Γp and the linear infinitesimal isotropy representation.
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.
with⁡DifferentialGeometry:with⁡Tensor:with⁡GroupActions:
Example 1.
We begin with two simple examples. For the first example we use the metric (12.24a) from Stephani, Kramer et al.
DGsetup⁡t,x,y,z,M
frame name: M
g1a≔evalDG⁡14+x2+y2+z2⁢4−2⁢dx&tdx+dy&tdy+dz&tdz−dt&tdt
g1a:=−dt⁢dt+16⁢dx⁢dx4+x2+y2+z2+16⁢dy⁢dy4+x2+y2+z2+16⁢dz⁢dz4+x2+y2+z2
Gamma1a≔KillingVectors⁡g1a,output=list
Gamma1a:=−116⁢z⁢D_x+116⁢x⁢D_z,−116⁢z⁢D_y+116⁢y⁢D_z,−116⁢y⁢D_x+116⁢x⁢D_y,−D_t
IsotropyType⁡Gamma1a,x=0,t=0,y=0,z=0
F3
IsotropyType⁡Gamma1a,x=0,t=0,y=0,z=0,output=Notation2
[Rx, Ry, Rz]
Example 2.
For our second example we use the metric (12.16) from Stephani, Kramer et al.
DGsetup⁡t,x,φ,θ,M
g1b≔evalDG⁡dx&tdx−sinh⁡x2⁢dt&tdt+dtheta&tdtheta+sin⁡θ2⁢dphi&tdphi
g1b:=−sinh⁡x2⁢dt⁢dt+dx⁢dx+sin⁡θ2⁢dphi⁢dphi+dtheta⁢dtheta
Gamma1b≔KillingVectors⁡g1b
Gamma1b:=cos⁡θ⁢cos⁡φ⁢D_phisin⁡θ+sin⁡φ⁢D_theta,−cos⁡θ⁢sin⁡φ⁢D_phisin⁡θ+cos⁡φ⁢D_theta,D_phi,−ⅇt⁢cosh⁡x⁢D_tsinh⁡x+ⅇt⁢D_x,ⅇ−t⁢cosh⁡x⁢D_tsinh⁡x+ⅇ−t⁢D_x,−D_t
IsotropyType⁡Gamma1b,x=x0,t=t0,θ=θ0,φ=φ0,output=Notation2
[Rz, Kz]
Example 3.
In this example we explore some of the details regarding the classification of the subalgebras of the Lorentz algebra so3,1. With output = "SO31I" we obtain the standard basis for so3,1 consisting of 3 rotations Rx,Ry,Rz and 3 boosts Kx,Ky,Kz.
Rx,Ry,Rz,Kx,Ky,Kz≔op⁡IsotropyType⁡output=SO31I
With output = "SO31II" we obtain an alternative basis which is useful for listing the subalgebras.
B1,B2,B3,B4,B5,B6≔op⁡IsotropyType⁡output=SO31II
With output = "Notation" the relationship between these two basis is shown and the list of subalgebras of so3,1, as given in the aforementioned paper of Patera and Winternitz, is listed:
IsotropyType⁡output=Notation
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.
IsotropyType⁡B1,B3,B4
F6
This classification result is independent of the basis used to define the isotropy algebra:
IsotropyType⁡B1+B3,B3−B4,B1+2⁢B4
This classification is independent of the basis used for the tangent space:
P≔Matrix⁡1,1,0,1,0,1,1,0,1,0,0,1,0,−1,0,1
C1,C3,C4≔P−1·B1·P,P−1·B3·P,P−1·B4·P
IsotropyType⁡C1,C3,C4
Example 4
With infolevel[IsotropyType] := 2, the branching in the program can be followed.
infolevelIsotropyType≔2
infolevelDifferentialGeometry:-Tensor:-IsotropyType:=2
g≔evalDG⁡y3⁢dt&tdt−y3⁢dx&tdx−dy&tdy−y3⁢dz&tdz
g:=y3⁢dt⁢dt−y3⁢dx⁢dx−dy⁢dy−y3⁢dz⁢dz
Gamma≔KillingVectors⁡g
Γ:=z⁢D_x−x⁢D_z,−D_z,−z⁢D_t−t⁢D_z,−x⁢D_t−t⁢D_x,−D_x,D_t
IsotropyType⁡Gamma,t=4,x=2,y=2,z=1
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
F4
DifferentialGeometry, Tensor, LieAlgebras, IsotropySubalgebra
Download Help Document