ChrisVer said:
are you implying that the associative property does not hold?
Of course not.
ChrisVer said:
http://en.wikipedia.org/wiki/Matrix_multiplication#Row_vector.2C_square_matrix.2C_and_column_vector
I don't understand how it can be non trivial, if I two vectors and take their normal product:
x^T y = x^T z don't I have that y=z?
The following statement is true:
For all 4×1 matrices ##y,z##, if ##x^Ty=x^Tz## for all 4×1 matrices x, then y=z.
It's true, but not trivial. The easiest way to prove it is this: Let y,z be 4×1 matrices. Suppose that ##x^Ty=x^Tz## for all 4×1 matrices x. Then for each ##\mu\in\{0,1,2,3\}##, we have ##x^\mu=(e_\mu)^Ty=(e_\mu)^Tz=z^\mu##. This implies that ##y=z##.
(Each ##e_\mu## denotes a standard basis vector).
ChrisVer said:
And how is x is destroying that? If you change x, then you are changing their results (y,z) but they still remain equal (or the equality x^T y = x^T z won't hold).
You keep suggesting that the theorem I stated and proved above doesn't require proof, and that it's equally obvious that the following statement is also true:
For all linear operators A,B on the set of 4×1 matrices, if ##x^TA(x)=x^TB(x)## for all 4×1 matrices x, then ##A=B##.
This statement is true as well, but it's certainly not a trivial consequence of the first theorem. This should be obvious from the fact that the first theorem is a statement about 4×1 matrices, and the second is a statement about linear operators on the vector space of 4×1 matrices. That's how "x is destroying that".
ChrisVer said:
As for the identity: Or just ask what is the thing that when acts on every vector x gives you the same vector? By definition it's the identical "transformation" (or better mapping V \rightarrow V).
Yes, I told you that this is a way to prove that ##B^{-1}A=I##, but I also told you that it requires you to understand the relationship between linear operators and matrices. The argument you're making is not about the matrices ##B^{-1}A## and ##I##. It's about the corresponding linear operators. Here's that part of my post again:
Fredrik said:
Even the step from ##B^{-1}Ax=x## for all x to ##B^{-1}A=I## requires an explanation. If you're familiar with the bijective correspondence between linear operators and matrices, then you can argue that the linear operators corresponding to ##B^{-1}A## and ##I## have the same domain and take each element of that domain to the same thing. That means that the linear operators are equal (i.e. that the linear operator corresponding to ##B^{-1}A## is the identity map), and that means that their matrices are equal. So we can conclude that ##B^{-1}A=I##.
Fredrik said:
The problem with taking several x's is that you are "doomed" in checking too many elements and trying to do exactly the same thing in many steps.
Yes, the first time you do it, you will make some useless choices of x. That's why I prefer to first prove that ##y^T\Lambda^T\eta\Lambda z=y^T\eta z## for all 4×1 matrices y,z. It's very easy to avoid making useless choices of y and z. In fact, you will probably get it exactly right with your first guess.
Fredrik said:
I'm trying to find the fastest,general and self-explanatory way (not saying that the other is wrong, but because you need to start putting "choices" I find it not delicate).
I think the fastest and simplest way to eliminate all doubt is the proof I have sketched:
1. We know that ##x^T\Lambda^T\eta\Lambda x=x^T\eta x## for all x.
2. Let y,z be arbitrary 4×1 matrices. Since the equality in step 1 holds for all x, it holds when we substitute y+z for x, and it holds when we substitute y-z for x.
3. When we simplify the equalities obtained in 2, we find that ##y^T\Lambda^T\eta\Lambda z=y^T\eta z## for all 4×1 matrices y,z.
4. This result implies that for all ##\mu,\nu##, we have
$$(\Lambda^T\eta\Lambda)^\mu{}_\nu = (e_\mu)^T(\Lambda^T\eta\Lambda)e_\nu =(e_\mu)^T\eta e_\nu =\eta_{\mu\nu}.$$ 5. The matrix equation ##\Lambda^T\eta\Lambda=\eta## holds, because each component of it holds.
I'm not sure why you find it "not delicate". The standard way to use that all x in a set have the same property P, is to pick a specific x in that set and use that it has property P.