Lie Algebra Minute
Introduction: Just as you found the standard basis `{e_1 \ , ... \ , e_n}` for `bbb"F"^n` , every Lie Algebra has a basis. However , in a Lie Algebra , we don't just care about vectors themselves , we care about how the basis vectors "multiply" with each other through the bracket.
Basis Interactions (Structure Constants): Let's look at the most famous Lie Algebra in all of mathematics: `sl(2 \ , RR)`. It is a 3-dimensional vector space , meaning it has exactly three basis vectors. We usually call them e , f and h.
Comment: In `sl(2 \ , bbb"F")` , the "`sl`" stands for special linear. More generally , `SL(n \ , bbb"F")` is the special linear group of `n times n` matrices over a field `bbb"F"` with determinant 1 , and `sl(n \ , bbb"F")` is its Lie Algebra , consisting of all `n times n` matrices over `bbb"F"` with "trace" 0. The trace of a square matrix is the sum of its diagonal elements.
Exercise: In the Lie Algebra `sl(2 \ , RR)` , the basis vectors are defined as the following matrices:
`e = ([0 , 1] , [0 , 0]) \ , \ f = ([0 , 0] , [1 , 0]) \ , \ h = ([1 , 0] , [0 , -1])`
Calculate the Lie Bracket `[e \ , f]` and determine if the result can be expressed as a linear combination of the basis `{e \ , f \ , h}`.
General Strategy: We will use the commutator definition `[e \ , f] = ef - fe`. After computing the resulting matrix , we will check if it matches one of our basis vectors or if it is a sum of them.
Specific Theory Used:
- Basis Property: Every element in the Lie Algebra must be writeable as `c_1 e + c_2 f + c_3 h` ,
- Closure: The bracket of two elements in a Lie Algebra must stay in the Lie Algebra.
- Trace: These matrices all have a "Trace" (sum of diagonal elements) of zero. A key theorem states that if `Trace (A) = 0` and `Trace(B) = 0` , then `Trace ("[A , B]")` is also always zero. This theorem makes `sl(2 \ , RR)` special.
Solution:
Step A. Calculate `ef`:
`ef = ([0 , 1] , [0 , 0])([0 , 0] , [1 , 0]) = ([ "("0 * 0 + 1 * 1")" , "("0 * 0 + 1 * 0")" ] , ["(" 0 * 0 + 0 * 1 ")" , "(" 0 * 0 + 0 * 0 ")"]) = ([1 , 0] , [0 , 0])`
Step B. Calculate `fe`:
`fe = ([0 , 0] , [1 , 0])([0 , 1] , [0 , 0]) = ([ "("0 * 0 + 0 * 0")" , "("0 * 1 + 0 * 0")" ] , ["(" 1 * 0 + 0 * 0 ")" , "(" 1 * 1 + 0 * 0 ")"]) = ([0 , 0] , [0 , 1])`
Step C. Calculate `[e \ , f] = ef - fe`:
`[e \ , f] = ([1 , 0] , [0 , 0]) - ([0 , 0] , [0 , 1]) = ([1 , 0] , [0 , -1])`
QED
Conclusion: Looking at our basis set , we see that the result is exactly the third basis vector!
`[e \ , f] = h`
END
Question
We just found that `[e \ , f] = h`. Using the Anti Symmetric Law we discussed earlier `([x \ , y] = -[y \ , x])` , what must be the result of the bracket `[f \ , e]`
?
A) `h`
B) `-h`