Lie Algebra Minute
Topic: The Adjoint Representation of `e (ad_e)`.
Introduction: In the prevous Vector Space exercise , we proved that the linear transformation is completely determined by where it sends the basis. We already found the matrix for `ad_h`. Now we will use the same logic to construct the matrix for `ad_e` , where `ad_e(x) =[e , x]`. We only need to "look up" the targets for our three basis vectors `{e , f , h}` to define the entire transformation.
Exercise: Using the structure constants of `sl(2 , RR)`:
1. `[h , e] = 2e`
2. `[h , f] = -2f` `M_h = ([2 , 0 , 0] , [0 , -2 , 0] , [0 , 0 , 0])`
1. `[h , h] = 0`
Find the matrix `[ad_e]_beta`. The basis is `beta = {e , f , h}`.
Solution: We apply the "operator" `e` to each basis element:
1. First Column: `ad_e (e) = 0`.
- In our coordinate system this is `0e + 0f + 0h rarr ([0] , [0] , [0])`.
2. Second Column: `ad_e(f) = [e , f] = h`.
- This is `0e + 0f + 1h rarr ([0] , [0] , [1])`.
3. Third Column: `ad_e(h) = [e , h] = -[h , e] = -2e`.
- This is `-2e + 0f + 0h rarr ([-2] , [0] , [0])`.
Result: The matrix representation for `ad_e` is
`M_e = ([0 , 0 , -2] , [0 , 0 , 0] , [0 , 1 , 0])`
QED
Transition Note: Back to vector algebra.
Updated Progress Report: We have completed the "Determine Linear Transformation" bridge. Here is our current standing:
Current Topic:
- Linear Transformation & Bases.
- Matrix Representations `(ad_h , ad_e)`.
Key Insight: A map is defined by its action on a basis. The "Bracket Rules" are the "Lookup Table".
END
Question
The Difference in Structure.
Compare this matrix `M_e` to the matrix we found for `ad_h` (which was diagonel). While `ad_h` simply "scaled" the basis vectors , `ad_e` behaves differently. Looking at the columns , what does `ad_e` do to the "f-component" and the "h-component" of a vector
?
A) It moves them to new basis directions (f becomes h , and h becomes e) effectively "shuffling" or "raising" the vectors to different states.
B) It scales them by a constant factor without changing their direction , just like `ad_h` did.