I met in a book a mention of Sklyanin algebra for $(S_0,S_1,S_2,S_3)$: $$\{S_0,S_{\alpha}\}=\varepsilon_{\alpha\beta\gamma}S_{\beta}S_{\gamma}(J_{\beta}-J_{\gamma})$$ $$\{S_{\alpha},S_{\beta}\}=\varepsilon_{\alpha\beta\gamma}S_{0}S_{\gamma}$$ where $\alpha,\beta,\gamma\in\{1,2,3\}$ and $J_1,J_2,J_3$ are some constants. My question is, how can there be three indexes in one expression? Can I consider them like Einstein summing but with three components?
2026-03-27 11:44:06.1774611846
Einstein notation with three indexes
443 Views Asked by user187581 https://math.techqa.club/user/user187581/detail At
1
There are 1 best solutions below
Related Questions in TENSORS
- Linear algebra - Property of an exterior form
- How to show that extension of linear connection commutes with contraction.
- tensor differential equation
- Decomposing an arbitrary rank tensor into components with symmetries
- What is this notation?
- Confusion about vector tensor dot product
- Generalization of chain rule to tensors
- Tensor rank as a first order formula
- $n$-dimensional quadratic equation $(Ax)x + Bx + c = 0$
- What's the best syntax for defining a matrix/tensor via its indices?
Related Questions in ALGEBRAS
- Algebraic step including finite sum and binomial coefficient
- idempotent in quiver theory
- All maximal subfields of a Division Algebra are isomorphic.
- Finitely generated $k-$algebras of regular functions on an algebraic variety
- Special $k$-algebra is finitely generated
- Spectral radius inequality for non-abelian Banach algebras
- Question about R-algebra "generated by"
- Pushout in Commutative $\mathbb{Z}$-Alg
- Is multiplication in a normed algebra distributive?
- On the definition of free algebra and localization of a non-commutative ring
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
In the first tensor equation, it appears $\alpha$ is the free index whereas $\beta,\gamma$ are dummy indices for Einstein summation notation (where repeated indices implies summation over said indices). Usually we use raised and lowered indices in Einstein notation, but whatever. This means for each of $\alpha=1,2,3$ we sum over all possible values of $\beta$ and $\gamma$ (from $\{1,2,3\}$?) on the right-hand side. For example if $\alpha=1$ we get
$$ \begin{array}{ccccccc} \{S_0,S_1\} = & \phantom{+}\,\varepsilon_{111}S_1S_1(J_1-J_1) + \varepsilon_{112}S_1S_2(J_1-J_2) +\varepsilon_{113}S_1S_3(J_1-J_3) \\ & +\, \varepsilon_{121}S_2S_1(J_2-J_1) + \varepsilon_{122}S_2S_2(J_2-J_2) +\varepsilon_{123}S_2S_3(J_2-J_3) \\ & +\,\varepsilon_{131}S_3S_1(J_3-J_1) + \varepsilon_{132}S_3S_2(J_3-J_2) +\varepsilon_{133}S_3S_3(J_3-J_3) \end{array} $$
So there are nine summands on the right-hand side of each equation (for all values of $\beta$ and $\gamma$) and there are three scalar equations (for all values of $\alpha$). Of course, $J_\beta-J_\gamma=0$ if $\beta=\gamma$ so the summands along the "diagonal" (as I have represented them in an array) vanish.
In the second tensor equation, it appears $\alpha$ and $\beta$ are free variables while $\gamma$ is the dummy variable on the right. Thus for example if $\alpha=1$ and $\beta=2$ then the equation reads
$$ \{S_1,S_2\}=\varepsilon_{121}S_0S_1+\varepsilon_{122}S_0S_2+\varepsilon_{123}S_0S_3. $$
So the second tensor equation splits into nine possible scalar equations, each involving a sum of three terms on its right-hand side. This is my interpretation, anyway.