I Is my use of Einstein notation correct in this example?

AI Thread Summary
The discussion centers on the correct application of Einstein notation for a diagonal matrix R, specifically R = diag[1, -1, 1]. It is clarified that using equal indices in both upper and lower positions implies summation, which makes the initial notation incorrect. The proper way to express the relationship R^T R = I in Einstein notation involves using the Kronecker delta, δαβ, rather than the identity matrix notation. Additionally, it is suggested to treat the diagonal entries as distinct numbers rather than components of a tensor. Overall, the conversation emphasizes the importance of adhering to standard conventions in tensor notation.
redtree
Messages
335
Reaction score
15
TL;DR Summary
I am wondering if I am using it correctly
I am wondering if I am using Einstein notation correctly in the following example.

For a matrix ##R## diagonal in ##1##, except for one entry ##-1##, such as ##R = [1,-1,1]##, is it proper to write the following in Einstein notation:
##R_{\alpha} R_{\beta} = \mathbb{1}_{\alpha \beta} ##, such that ##\Gamma_{\alpha} \Gamma_{\beta} = \Gamma_{\alpha} \Gamma_{\beta} \mathbb{1}_{\alpha \beta} = \big(R_{\alpha}\Gamma_{\alpha} \Big) \Big( R_{\beta}\Gamma_{\beta}\Big)##
 
Mathematics news on Phys.org
It is wrong.
First of all, equal index in up and down positions implies summation. So

##R_a R_b = 1_{a b}## Is wrong, and to be honest, i don't even understand what did you was trying to say.

The second equation is also wrong, the index on left hand of the equation is different of the index on right hand side.
 
LCSphysicist said:
I don't even understand what did you was trying to say.
First off, I am trying to write the following in Einstein notation, where ##R=\mathrm{diag}[1,-1,1]##, then ##R^T R = \mathbb{1}_{\dim{R}}##.
 
##R## is a matrix and so it has two indices not one. Is the notation ##R = \text{diag} [1,-1,1]## confusing you? They are the entries of the diagonal of the matrix, rather than the components of a vector in some basis. They are the diagonal components of a second rank tensor in some basis. You use ##\delta_{\alpha \beta}## instead of ##\mathbb{1}_{\alpha \beta}##. Anyway, using Einstein's summation convention you would write

$$
R^T R= \mathbb{1}
$$

as

$$
(R^T)^\alpha_{\;\; \gamma} R^\gamma_{\;\; \beta} = \delta^\alpha _{\;\; \beta} .
$$

or

$$
R^{\;\; \alpha}_ \gamma R^\gamma_{\;\; \beta} = \delta^\alpha _{\;\; \beta} .
$$

or as ##R## is symmetric

$$
R^\alpha_{\;\; \gamma} R^\gamma_{\;\; \beta} = \delta^\alpha _{\;\; \beta} .
$$I suppose, it's not standard, you could introduce the numbers ##r_{(1)}= 1 , r_{(2)} = -1, r_{(3)} = 1## where I have used brackets around the indices to indicate that I'm simply taking them to be numbers rather than components of a tensor in some basis, which is what they actually are. And then write

$$
R^\alpha_{\;\; \beta} = r_{(\beta)} \delta^\alpha_{\;\; \beta}
$$

no summation over ##\beta## is implied. Then you could write

\begin{align*}
R^\alpha_{\;\; \gamma} R^\gamma_{\;\; \beta} & = r_{(\alpha)} r_{(\beta)} \delta^\alpha_{\;\; \gamma} \delta^\gamma_{\;\; \beta}
\nonumber \\
& = r_{(\alpha)} r_{(\beta)} \delta^\alpha_{\;\; \beta}
\nonumber \\
& = r_{(\alpha)}^2 \delta^\alpha_{\;\; \beta}
\nonumber \\
& = \delta^\alpha_{\;\; \beta}
\end{align*}

But this is an abuse of the usual convention.
 
Last edited:
  • Like
Likes vanhees71, topsquark and redtree
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top