Generators for Lorentz transformations

Wox
Messages
68
Reaction score
0
Consider Minkowski spacetime with signature (-+++) and coordinates (ct,x,y,z) with respect to the standard orthogonal basis. I'm looking for the smallest set of matrices that can generate any Lorentz transformation with respect to this basis. I came up with 8 matrices (see below). Am I missing something?

Three boosts (in x, y and z direction)
<br /> \text{Boost}_{x}(\tilde{\alpha})=\left[\begin{matrix}<br /> \cosh\tilde{\alpha}&amp;\sinh\tilde{\alpha}&amp;0&amp;0\\<br /> \sinh\tilde{\alpha}&amp;\cosh\tilde{\alpha}&amp;0&amp;0\\<br /> 0&amp;0&amp;1&amp;0\\<br /> 0&amp;0&amp;0&amp;1<br /> \end{matrix}\right]\quad<br /> \text{Boost}_{y}(\tilde{\beta})=\left[\begin{matrix}<br /> \cosh\tilde{\beta}&amp;0&amp;\sinh\tilde{\beta}&amp;0\\<br /> 0&amp;1&amp;0&amp;0\\<br /> \sinh\tilde{\beta}&amp;0&amp;\cosh\tilde{\beta}&amp;0\\<br /> 0&amp;0&amp;0&amp;1<br /> \end{matrix}\right]\quad<br /> \text{Boost}_{z}(\tilde{\gamma})=\left[\begin{matrix}<br /> \cosh\tilde{\gamma}&amp;0&amp;0&amp;\sinh\tilde{\gamma}\\<br /> 0&amp;1&amp;0&amp;0\\<br /> 0&amp;0&amp;1&amp;0\\<br /> \sinh\tilde{\gamma}&amp;0&amp;0&amp;\cosh\tilde{\gamma}\\<br /> \end{matrix}\right]\quad<br />
Three spatial rotations
<br /> \text{Rot}_{x}(\alpha)=\left[\begin{matrix}<br /> 1&amp;0&amp;0&amp;0\\<br /> 0&amp;1&amp;0&amp;0\\<br /> 0&amp;0&amp;\cos\alpha&amp;\sin\alpha\\<br /> 0&amp;0&amp;-\sin\alpha&amp;\cos\alpha\\<br /> \end{matrix}\right]\quad<br /> \text{Rot}_{y}(\beta)=\left[\begin{matrix}<br /> 1&amp;0&amp;0&amp;0\\<br /> 0&amp;\cos\beta&amp;0&amp;-\sin\beta\\<br /> 0&amp;0&amp;1&amp;0\\<br /> 0&amp;\sin\beta&amp;0&amp;\cos\beta\\<br /> \end{matrix}\right]\quad<br /> \text{Rot}_{z}(\gamma)=\left[\begin{matrix}<br /> 1&amp;0&amp;0&amp;0\\<br /> 0&amp;\cos\gamma&amp;\sin\gamma&amp;0\\<br /> 0&amp;-\sin\gamma&amp;\cos\gamma&amp;0\\<br /> 0&amp;0&amp;0&amp;1\\<br /> \end{matrix}\right]<br />
Two inversions
<br /> I=\left[\begin{matrix}<br /> 1&amp;0&amp;0&amp;0\\<br /> 0&amp;-1&amp;0&amp;0\\<br /> 0&amp;0&amp;-1&amp;0\\<br /> 0&amp;0&amp;0&amp;-1<br /> \end{matrix}\right]\quad<br /> \tilde{I}=\left[\begin{matrix}<br /> -1&amp;0&amp;0&amp;0\\<br /> 0&amp;1&amp;0&amp;0\\<br /> 0&amp;0&amp;1&amp;0\\<br /> 0&amp;0&amp;0&amp;1<br /> \end{matrix}\right]<br />
 
Last edited:
Physics news on Phys.org
What do you mean by "generator" and "generate"? I suspect that you take your meanings from the math community. For the physics community, "generator" often means "element of the Lorentz Lie algebra".

Do you really need rotations about all three axes? For example, what does a rotation about the x-axis followed by a rotation about the y-axis give?

If you have all the rotations, do you need boosts in three linearly independent directions?
 
George Jones said:
Do you really need rotations about all three axes? For example, what does a rotation about the x-axis followed by a rotation about the y-axis give?

To describe an arbitrary rotation I need all three, no?

As for generators: I mean in the mathematical sense. Every Lorentz transformation can be written as a combination of these generators. I was thinking about the generators of a group, but this is different because \text{Rot}_{x}(\alpha) is not one element of the Lorentz group but many elements, so I'm not sure how this is mathematically formalized.
 
George Jones said:
For example, what does a rotation about the x-axis followed by a rotation about the y-axis give?

I should have written
For example, what does a rotation of pi/2 about they y-axis followed by an arbitrary rotation about the x-axis followed by a rotation of -pi/2 about the y-axis give?
 
Hmmm, I see what you mean. So I can skip one rotation and two boosts. But more importantly, are there Lorentz transformations that can't be written as a combinations of the transformations given?
 
Your set of transformations covers everything. However, they are not the "generators". The generators of a Lie group are the elements of the Lie algebra. The boosts and rotations you gave are exponentials of Lie algebra elements, so you're close.
 
George Jones said:
What do you mean by "generator" and "generate"? I suspect that you take your meanings from the math community. For the physics community, "generator" often means "element of the Lorentz Lie algebra".
Ben Niehoff said:
Your set of transformations covers everything. However, they are not the "generators". The generators of a Lie group are the elements of the Lie algebra. The boosts and rotations you gave are exponentials of Lie algebra elements, so you're close.
From Wikipedia (which I think is common usage in the math community)
Equivalently, a generating set of a group is a subset such that every element of the group can be expressed as the combination (under the group operation) of finitely many elements of the subset and their inverses.
 
Back
Top