logo

Binomial operation's Jacobi Identity 📂Abstract Algebra

Binomial operation's Jacobi Identity

Definition

Set SS and binary operations :S×SS\ast : S \times S \to S, commutative binary operations +:S×SS+ : S \times S \to S, are considered. The following form of equation is called the Jacobi identity.

a(bc)+c(ab)+b(ca)=0,a,b,cS a \ast (b \ast c) + c \ast (a \ast b) + b \ast (c \ast a) = 0,\quad a,b,c \in S

If the above equation holds, \ast satisfies the Jacobi identity.

Description

It refers to an equation where rotating variables and summing them results in 00.

  • The vector cross product ×\times satisfies the Jacobi identity.

    x×(y×z)+z×(x×y)+y×(z×x)=0 \mathbf{x} \times (\mathbf{y} \times \mathbf{z}) + \mathbf{z} \times (\mathbf{x} \times \mathbf{y}) + \mathbf{y} \times (\mathbf{z} \times \mathbf{x}) = 0

  • In a ring (R,+,)(R, + , \cdot), the commutator [a,b]=abba[a, b] = ab - ba satisfies the Jacobi identity.

    a(bc)+c(ab)+b(ca)=a(bccb)+c(abba)+b(caac)=((abcacb)(bcacba))+((cabcba)(abcbac))+((bcabac)(cabacb))=0 \begin{align*} &a \ast (b \ast c) + c \ast (a \ast b) + b \ast (c \ast a) \\ &= a \ast (bc- cb) + c \ast (ab - ba) + b \ast (ca - ac) \\ &= (({\color{red}\cancel{\color{black}abc}} - {\color{blue}\cancel{\color{black}acb}}) - ({\color{green}\cancel{\color{black}bca}} - {\color{black}\cancel{\color{black}cba}})) + (({\color{magenta}\cancel{\color{black}cab}} - {\color{black}\cancel{\color{black}cba}}) - ({\color{red}\cancel{\color{black}abc}} - {\color{orange}\cancel{\color{black}bac}})) \\ & \quad + (({\color{green}\cancel{\color{black}bca}} - {\color{orange}\cancel{\color{black}bac}}) - ({\color{magenta}\cancel{\color{black}cab}} - {\color{blue}\cancel{\color{black}acb}})) \\ &= 0 \end{align*}

    • The commutator [A,B]=ABBA[A, B] = AB - BA of two matrices A,BMn×nA, B \in M_{n \times n} satisfies the Jacobi identity.

    • The Lie bracket of vector fields [X,Y]=XYYX[X, Y] = XY - YX satisfies the Jacobi identity.