3

Why does $[x,x]=0\implies [x,y]=-[y,x]$ in regard to Lie brackets.

I have tried to play around with bilinearity, but I can't get it to work.

$$[ax+by,z]=a[x,z]+b[y,z],[x,x]=0$$

I have tried subbing in $z=x$ and $z=y$, but I just can't obtain anti-commutativity. Thanks

2 Answers2

5

$$[x+y,x+y]=0=[x,x]+[x,y]+[y,x]+[y,y]=[x,y]+[y,x]\Rightarrow [x,y]=-[y,x]$$

Moya
  • 5,248
  • I like to think of this as some sort of Lie algebra analogue of the parallelogram identity for inner products. – Cameron Williams Aug 08 '15 at 05:23
  • Thanks. This looks like the sort of answer that you see once and know forever, but is there a thought path that would get you to try this? – So many hats Aug 08 '15 at 05:24
  • Honestly, just experience with algebraic manipulation; it's essentially binomial expansion to be honest. I intuitively approach bilinear forms/operators/etc. as generalizations of multiplication, so you use a similar approach. Note that the two are actually equivalent. – Moya Aug 08 '15 at 05:30
0

One can easily show that $[x,x]= x \cdot x - x \cdot x = 0$ and \begin{align} [ax + by, cx + dy] &= ac \, [x,x] + ad \, [x,y] + bc \, [y,x] + bd \, [y,y] \\ &= ad \, [x,y] + bc \, [y,x] \end{align} By letting $c = a$, $d = b$ then $0 = [x,y] + [y,x]$. With this then $$[ax + by, cx + dy] = (ad - bc) \, [x,y].$$

Leucippus
  • 26,329