Prove that the proper orthochronous Lorentz group is a linear group

TaliskerBA
Messages
26
Reaction score
0

Homework Statement


Prove that the proper orthochronous Lorentz group is a linear group. That is SOo(3, 1) = {a \in SO(3, 1) | (ae4, e4) < 0 } where (x,y) = x^T\etay for \eta = [1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 -1] (sorry couldn't work out how to properly display a matrix).

Homework Equations


a is in SO(3,1) if det(a) = 1 and a^T\etaa = \eta

The Attempt at a Solution


To show it is a linear group I need to show that the matrices in SOo(3, 1) are invertible, and that if a matrix is in SOo(3, 1) then its inverse is in there as well, and that it is closed under matrix multiplication. I have done the latter two bits already, but the thing I am struggling with is closure by matrix multiplication.

let a_{ij} be the element in the ith row and jth column of a. For a to be in SOo(3, 1) the element a_{44} must be positive. Therefore if a,b \in SOo(3, 1) I need to show that given a_{44} and b_{44} positive, then ab_{44} is also positive. This is what I'm stuck on - I can't work out how to manipulate the inequality to show that it is positive. I have managed to work out that a_{14}^{2} + a_{24}^{2} + a_{34}^{2} = a_{44}^{2} - 1 from a^T\etaa = \eta. This also tells me that a_{44} ≥ 1.

So, assuming my workings are correct so far, I am trying to manipulate the following:
a_{14}^{2} + a_{24}^{2} + a_{34}^{2} = a_{44}^{2} - 1
b_{14}^{2} + b_{24}^{2} + b_{34}^{2} = b_{44}^{2} - 1
a_{44} ≥ 1, b_{44} ≥ 1

To show that:
ab_{44} = a_{14}b_{41} + a_{24}b_{42} + a_{34}b_{43} > 0

Appreciate any guidance or hints in the right direction. I have been trying to use the triangle inequality so far but to no avail. Thanks.
 
Physics news on Phys.org
TaliskerBA said:
(sorry couldn't work out how to properly display a matrix).
See our LaTeX FAQ.

The only real problem is to prove that ##(ab)_{44}\geq 1##, right? Can you rewrite ##(ab)_{44}## in the form ##a_{44}b_{44}(1+u\cdot v)## where u and v are members of ##\mathbb R^3## and the dot is the standard dot product? Any ideas about how to argue that ##1+u\cdot v## is greater than something else?

TaliskerBA said:
ab_{44} = a_{14}b_{41} + a_{24}b_{42} + a_{34}b_{43}
This right-hand side is wrong in two different ways. There's a term missing, and the three terms you've got there are all wrong. :smile:
 
Last edited:
Sorry that'd be ab_{44} = a_{41}b_{14} + a_{42}b_{24} + a_{43}b_{34} + a_{44}b_{44}.

So could you set u= (a_{41}/a_{44},a_{42}/a_{44}, a_{43}/a_{44})^{T} and v= (b_{14}/b_{44},b_{24}/b_{44}, b_{34}/b_{44})^{T}?

I'm assuming we want to show the dot product is positive, but not sure of an easy way to figure it out (I'm trying to spot something more than anything). Is there are easy way to show that the direction of these vectors are within 90 degrees of each other?
 
Yes, that's how I would define u and v. It's actually sufficient to show that ##1+u\cdot v\geq 0##, if you also prove that ab is a Lorentz transformation and that the 44 component of any Lorentz transformation is always either ≥1 or ≤-1.
 
TaliskerBA said:
Is there are easy way to show that the direction of these vectors are within 90 degrees of each other?
No. It's even possible that u=-v.
 
Did you figure out the rest?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top