miemie0205 said:
So ##k\cdot k'=\sum_{over all \alpha} k_\alpha k'^\alpha## right?
Yes. But since you need to ask this question, read
this Wiki page about the Einstein summation convention. I was using that convention when I wrote ##k_\alpha k'^\alpha## -- the summation over ##\alpha## is understood and need not be shown explicitly.
Which book? (Btw, it's always best to mention your sources at the beginning of this kind of thread.)
when they mention the 4-vector, they wrote p (without the above arrow). Normal vector they wrote ##\vec p## or ##\bf p## and ##p^\mu## is the contravariant vector, which is ##p^\mu=(E, p_x, p_y, p_z)##
You'd have to check the author's conventions carefully. Sometimes the over-arrow denotes a 3-vector. Sometimes bold font denotes a 3-vector, but ordinary font denotes 4-vector. Sometimes Greek indices denote 4-vector indices, while Latin indices (i,j,k, etc) denote 3-vector indices.
Then I can interpret M as another form as follow:
M=C/m(k\cdot k' g^{\mu\nu} - k^\nu k'^\mu)\epsilon^*_\mu(k,\lambda) \epsilon^*_\nu(k',\lambda')<br />
=C/m(g_{\mu\nu}k^\mu k'^\nu - k^\nu k'^\mu)\epsilon^*_\mu(k,\lambda) \epsilon^*_\nu(k',\lambda')
At this point everything makes sense.
NO. Your right hand side is wrong. You should have written $$C/m(k_\alpha k'^\alpha g^{\mu\nu} - k^\nu k'^\mu)\epsilon^*_\mu(k,\lambda) \epsilon^*_\nu(k',\lambda') ~.$$Can you see the difference? In the original ##M## there's implicit summation over ##\mu## and ##\nu##, so ##M## is a scalar. You can't just introduce more of the same indices inside the expression. (Write out ##M## with explicit summation signs to see what I mean.)
Btw, both your ##\epsilon## now seem to have a star, but in your OP only one of them did.
And ##g_{\mu\nu}##, ##g^{\mu\nu}##, are they equal?
Those components
happen to be
numerically equal
in this case because that matrix is its own inverse. I.e., let $$g ~:=~ \begin{pmatrix}
1 & 0 & 0 & 0\\
0 & -1 & 0 & 0\\
0 & 0 & -1 & 0\\
0 & 0 & 0 & -1
\end{pmatrix}$$Then ##g^{-1} = g##. The matrix equation ##g g^{-1} = 1## is written in component form as
$$g_{\mu\lambda}\, g^{\lambda\nu} ~=~ \delta_\mu^\nu ~,$$where ##\delta_\mu^\nu## is the
Kronecker delta. You'll need to become familiar with translating between such matrix notation and component notation, and understand how to use the summation convention on repeated indices.