JDoolin said:
Earlier, you defined that tensor \eta as {{-1,0,0,0},{0,1,0,0},{0,0,1,0},{0,0,0,1}}
I cannot see how that tensor in any way resembles the Minkowski Metric. The Minkowski Metric is simply a Cartesian Coordinate system with time. The tensor you defined simply describes a reflection along the t=0 hyperplane. You'll have to try to make the connection between these two completely unrelated concepts for me.
This isn't about reflection. The metric defines the dot product between vectors:
\vec{v} \cdot \vec{w} = v^\alpha v^\beta \eta_{\alpha\beta}
If you remember your special relativity, you may remember that, for instance, the space-time distance between points is:
s^2 = t^2 - x^2 - y^2 - z^2
Or that the mass of a particle is:
m^2 = E^2 - p_x^2 - p_y^2 - p_z^2
It shouldn't be difficult to verify that the metric I gave previously gives the proper dot product for four-vectors in Special Relativity.
JDoolin said:
Why not have a notation that is unambiguous? If you have to transfer it to matrices and then figure out how to multiply the linear algebra sums to figure out whether the subscript and superscript represent rows or vectors, why not just leave it in matrix form in the first place?
Because in General Relativity, we have to work with third-rank and fourth-rank tensors, not just first and second-rank ones. And the notation is perfectly unambiguous, by the way. You just have to use a little bit of thought to translate between the different ways of doing things, when it's possible at all to translate to standard linear algebra.
JDoolin said:
I don't think it was "genius" either. At least we have that in common. And it would be okay if you didn't arbitrarily start putting in superscripts and subscripts randomly. There should be a clear order for row, colum, page, book, edition, etc.
The superscripts and subscripts aren't arbitrary at all. In fact, a vector with an upper index is different from a vector with a lower index. Specifically,
v_\beta = v^\alpha \eta_{\alpha\beta}
So with \eta being the metric for Minkowski space, this means that the difference between the vector with the lower index and the one with the upper index is that the spatial components take on negative values. This doesn't mean, by the way, that the vector is mirrored, just that the vector with the upper index and the one with the lower index use a different sign notation (and in General Relativity, the two vectors can be very different, since the metric can be a function of time and space, and have off-diagonal components).
You may have noticed that before, I only combined an upper index with a lower one? This is specifically because when you're using this notation, that's the only kind of operation you
can perform. If you want to sum over a pair of indices that are both lower or both upper, you first have to raise or lower one of them with the metric. This is why the metric appears in the dot product:
v^2 = v^\alpha v_\alpha = v^\alpha v^\beta \eta_{\alpha\beta}
JDoolin said:
No, what you did is NOT a Lorentz Transformation. What you did was a Lorentz Transformation followed by a reflection followed by another Lorentz Transformation. You know this evaluates to the reflection at the end. (what you erroneously call the tensor representing the Minkowski Metric)
Once again, the \Lambda matrix represents a Lorentz transformation, so that:
v'^\alpha = \Lambda^\alpha_\beta v^\beta
We know that Lorentz transformations do not change the dot product. This means, for instance, the quantity:
m^2 = E^2 - p_x^2 - p_y^2 - p_z^2
...will evaluate to the same mass no matter which reference frame you perform the operations in.
This means that:
m^2 = p^\alpha p^\beta \eta_{\alpha\beta} = p'^\alpha p'^\beta \eta_{\alpha\beta}
This evaluates to:
p^\alpha p^\beta \eta_{\alpha\beta} = p^\alpha \Lambda_\alpha^\mu p^\beta \Lambda_\beta^\nu \eta_{\mu\nu}
Which implies:
\eta_{\alpha\beta} = \Lambda_\alpha^\mu \Lambda_\beta^\nu \eta_{\mu\nu}
...since the previous equation must hold for all choices of the momentum 4-vector p^\alpha. This last equation is equivalent to the matrix operations I gave previously, and it defines the possible ways to transform between different coordinate systems in Special Relativity, which includes rotations, translations, and boosts.