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
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top