page2082      Lie Algebra Minute      Matthias Lorentzen...mattegrisenforlag.com


Look at the picture beneath, then scroll down to the question and click the correct Answer button.

Lie Algebra Minute

Introduction: `"Operating at a High Level"`.
We have successfully abstracted our work. In our Lie Algebra `sl(2 , bbb"F")` , we are no longer "soldering" the circuits - we are using the "keyboard".

- `"The Keyboard"`: `"Our basis"` `{e , f , h}`.
These are the fundamental keys. When we want to understand how the Lie Algebra behaves , we don't manipulate `2 times 2` matrices directly: we define how the adjoint operator `ad_x` maps these three keys.

- `"Behind-the-Scenes"`: The `2 times 2` matrix multiplication `[x , y] = xy - yx` is the "machine code". It is necessary for the computer to run , but we have "encapsulated" it. We know it works, so we trust it and move to the interface level.

- `"The OS"`: `"Field Extensions"`.
The scalars (our field `bbb"F"`) act as the Operating System. When we find that an operator `ad_x` has eigenvalues that aren't in our current OS , we perform a "System Update" (Field Extension). This allows the operator to function at its full potensial , revealing the "hidden" structure of the space.

Theory: `"The Operator's Frequencies"`.
When we represent `ad_x` as a `3 times 3` matrix (relative to the keyboard basis `{e , f , h}`) , the characteristic polynomial `P(t) = det (tI - ad_x)` acts like an audio signature. The roots of this polynomial (the eigenvalues) are the "frequencies" at which the operator wants to stretch the space. If the frequencies require numbers like `sqrt 2` or `sqrt 3` , but your "OS" only knows about `QQ` , the operators commands are ignored. Extending the field provides the "drivers" needed to interprete these frequencies correctly.

Exercise: `"Identifying the Need for an Update"`.
`"Problem"`: You have an adjoint operator `ad_x` with the characteristic polynomial `P(t) = t^3 - 2t`. You are currently working in the rational "OS" of `QQ`. Do you need a system update ?

Solution:
1. `"Analyse the Keys"`: We set `P(t) = 0` to find the eigenvalues: `t(t^2 - 2) = 0 rArr t_1 = 0 \ , t_2 = sqrt 2 \ , t_3 = -sqrt 2`.
2. `"Check for Compatibility"`: The eigenvalues are `{0 , sqrt 2 , -sqrt 2}`.
3. `"Evaluate"`: Are these scalars available in our current OS (`QQ`) ? No, because `sqrt 2` is irrational.
4. `"Action Required"?` Yes , you must perform a system update to `QQ(sqrt 2)`. Without this update , the operator `ad_x` cannot "stretch" the basis vectors because the required scalar coefficients simply do not exist in the current environment. QED

Question

If the characteristic polynomial of `ad_x` that are all integers (e.g. `t^3 - t = 0`) , do you need to perform a field extension (system update) to define the operators action ?

A) No , the current OS (base field) is already sufficient to process the eigenvalues.

B) Yes , you always need a field extension , regardless of the eigenvalues.