jeebs
- 314
- 5
This isn't strictly a homework problem but anyway...
I'm reading through a QFT textbook that is using index notation, and sometimes a new index symbol will be introduced during some mathematics and it always throws me off. I'll give a simple example, take the Minkowski metric:
g^{\mu\nu} = \left(\begin{array}{cccc}1&0&0&0\\0&-1&0&0\\0&0&-1&0\\0&0&0&-1\end{array}\right) and its inverse: g_{\mu\nu} = \left(\begin{array}{cccc}1&0&0&0\\0&-1&0&0\\0&0&-1&0\\0&0&0&-1\end{array}\right)
We can multiply these 2 matrices together, ie. we could take g^{\mu\nu}g_{\mu\nu} to get the identity matrix. However - and this confuses me - we could also take g^{\mu\nu}g_{\mu\nu} to mean just the sum of the products of the matrix elements over both indices, as both are repeated:
g^{\mu\nu}g_{\mu\nu} = g^{00}g_{00} + g^{01}g_{01} + g^{02}g_{02} + g^{03}g_{03} + g^{10}g_{10} + g^{11}g_{11} + g^{12}g_{13} + g^{20}g_{20} + g^{21}g_{21} + g^{22}g_{22} + g^{23}g_{23} + g^{30}g_{30} + g^{31}g_{31} + g^{32}g_{32} + g^{33}g_{33}
So, the first thing that confuses me is, how come we use indices when we refer to the full matrix g^{\mu\nu}, when normally we would just call a matrix (for example) A, and only mention indices i, j when we want to refer to the i^{th}, j^{th} element of the matrix, A^{ij} ?
It seems to me that there is ambiguity here, when is g^{\mu\nu}g_{\mu\nu} a matrix and when is it just a number?
Also, to get to the main part of my question, my book makes the statement that g^{\mu\nu}g_{\nu\rho} = \delta^{\nu}_{\rho}, the kronecker delta.
Here it has introduced a new index \rho. I can see that this is true if I do the summation over \nu:
g^{\mu\nu}g_{\nu\rho} = g^{\mu 0}g_{0\rho} + g^{\mu 1}g_{1\rho} + g^{\mu 2}g_{2\rho} + g^{\mu 3}g_{3\rho}
then if we set, say, \mu = 0, \rho = 0, we get
g^{\mu\nu}g_{\nu\rho} = g^{0 0}g_{00} + g^{0 1}g_{10} + g^{0 2}g_{20} + g^{0 3}g_{30} = (1)(1) + (0)(0) + (0)(0) + (0)(0) = 1
or if we set, say, \mu = 0, \rho = 1, we get
g^{\mu\nu}g_{\nu\rho} = g^{0 0}g_{01} + g^{0 1}g_{11} + g^{0 2}g_{21} + g^{0 3}g_{31} = (1)(0) + (0)(-1) + (0)(0) + (0)(0) = 0
So clearly the Kronecker delta condition is satisfied, so the statement g^{\mu\nu}g_{\nu\rho} = \delta^{\nu}_{\rho} is true. However, if I was writing out my own solution to a problem that involved index notation, I would never know to introduce a new index symbol myself. It's just lucky that the textbook told me and I could verify it with an explicit calculation.
Can anyone explain to me how to know when a new index symbol should be introduced?
I'm reading through a QFT textbook that is using index notation, and sometimes a new index symbol will be introduced during some mathematics and it always throws me off. I'll give a simple example, take the Minkowski metric:
g^{\mu\nu} = \left(\begin{array}{cccc}1&0&0&0\\0&-1&0&0\\0&0&-1&0\\0&0&0&-1\end{array}\right) and its inverse: g_{\mu\nu} = \left(\begin{array}{cccc}1&0&0&0\\0&-1&0&0\\0&0&-1&0\\0&0&0&-1\end{array}\right)
We can multiply these 2 matrices together, ie. we could take g^{\mu\nu}g_{\mu\nu} to get the identity matrix. However - and this confuses me - we could also take g^{\mu\nu}g_{\mu\nu} to mean just the sum of the products of the matrix elements over both indices, as both are repeated:
g^{\mu\nu}g_{\mu\nu} = g^{00}g_{00} + g^{01}g_{01} + g^{02}g_{02} + g^{03}g_{03} + g^{10}g_{10} + g^{11}g_{11} + g^{12}g_{13} + g^{20}g_{20} + g^{21}g_{21} + g^{22}g_{22} + g^{23}g_{23} + g^{30}g_{30} + g^{31}g_{31} + g^{32}g_{32} + g^{33}g_{33}
So, the first thing that confuses me is, how come we use indices when we refer to the full matrix g^{\mu\nu}, when normally we would just call a matrix (for example) A, and only mention indices i, j when we want to refer to the i^{th}, j^{th} element of the matrix, A^{ij} ?
It seems to me that there is ambiguity here, when is g^{\mu\nu}g_{\mu\nu} a matrix and when is it just a number?
Also, to get to the main part of my question, my book makes the statement that g^{\mu\nu}g_{\nu\rho} = \delta^{\nu}_{\rho}, the kronecker delta.
Here it has introduced a new index \rho. I can see that this is true if I do the summation over \nu:
g^{\mu\nu}g_{\nu\rho} = g^{\mu 0}g_{0\rho} + g^{\mu 1}g_{1\rho} + g^{\mu 2}g_{2\rho} + g^{\mu 3}g_{3\rho}
then if we set, say, \mu = 0, \rho = 0, we get
g^{\mu\nu}g_{\nu\rho} = g^{0 0}g_{00} + g^{0 1}g_{10} + g^{0 2}g_{20} + g^{0 3}g_{30} = (1)(1) + (0)(0) + (0)(0) + (0)(0) = 1
or if we set, say, \mu = 0, \rho = 1, we get
g^{\mu\nu}g_{\nu\rho} = g^{0 0}g_{01} + g^{0 1}g_{11} + g^{0 2}g_{21} + g^{0 3}g_{31} = (1)(0) + (0)(-1) + (0)(0) + (0)(0) = 0
So clearly the Kronecker delta condition is satisfied, so the statement g^{\mu\nu}g_{\nu\rho} = \delta^{\nu}_{\rho} is true. However, if I was writing out my own solution to a problem that involved index notation, I would never know to introduce a new index symbol myself. It's just lucky that the textbook told me and I could verify it with an explicit calculation.
Can anyone explain to me how to know when a new index symbol should be introduced?
Last edited: