TaliskerBA
- 26
- 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.