The cast: two groups, two Lie algebras, two maps connecting them
Good questions — there are two separate group/algebra pairs in play, and the confusion comes from mixing them. Let me lay out the full cast of characters precisely, then answer the “why doesn’t exponentiation just hand me the determinant” question (spoiler: it does, almost).
The cast: two groups, two Lie algebras, two maps connecting them¶
| source side | target side | |
|---|---|---|
| group | : invertible matrices, under matrix multiplication | : nonzero numbers, under multiplication |
| Lie algebra | all matrices (not just invertible!), bracket | : all complex numbers, bracket (abelian) |
| exp map | matrix exponential | ordinary |
| basis of the algebra | the matrix units | the number 1 |
Two clarifications of phrases in your question:
“The determinants form a group ” — not quite: is not a group, it is a map between two groups (a homomorphism). The values of live in the group . “One-dimensional representation” means exactly this: each group element is represented by a invertible matrix, i.e. a nonzero number , such that composition goes to multiplication, .
“The have a one-dimensional representation ” — the don’t have a representation; they are elements (a basis) of the algebra . The expression is the representation map of the whole algebra, the algebra-level shadow of . Evaluated on the basis it gives numbers: for (forced: those are commutators), and the diagonal direction carries the one free “charge” (plus for the anti-holomorphic part). That’s the entire representation theory at the algebra level: one number.
So the complete picture is a commuting square — the same map at two levels, with the exponentials as the vertical legs:
Generators map to generators (, the top arrow), group elements map to group elements (, the bottom arrow), and exponentiation commutes with everything. The exact analogue you already know is : group , algebra , representations with integer charge — the algebra-level rep is “multiply by ”, the group-level rep is its exponentiation. Here , the algebra-level rep is “take ”, and is the charge-1 representation.
“Can’t I just exponentiate and get the determinant directly?”¶
Yes — that is literally what the determinant is. What you exponentiate is not a single generator, but the algebra representation , carried through both vertical legs of the square:
i.e.: take any with (a logarithm of ), trace it, exponentiate the number. Check it on examples you know:
: , , . ✓
A rotation : , , so . Rotations preserve volume because their generator is traceless. Same for boosts/transvections — that’s Liouville again.
So why did the notes need any further work? Exactly two fine points separate the boxed formula from a finished theory, and they are where all the actual content lives:
Fine point 1: is multivalued — well-definedness is a real condition. The vertical legs are not injective: many give the same (already in the target: ). The recipe defines a function of only if changing the choice of doesn’t change the answer. The ambiguity in shifts by , and — so for the ambiguity cancels and is honestly well-defined. But for the general charge , the same check forces : charge quantization, identical in mechanism to why representations need integer . Topologically: contains a noncontractible loop (wind the phase of one diagonal entry by ), contains a circle, and a representation must map winding numbers to winding numbers integrally. This is the global information that the algebra alone — which only sees infinitesimal neighborhoods — cannot know.
Fine point 2: is correct but not closed-form. To use it you must produce a logarithm (or the eigenvalues) of — an analytic task, and the statement “every has a log” is itself a theorem. The Leibniz polynomial is the same function written without logarithms: an explicit polynomial in the entries. That’s the only role of the singlet/-tensor construction (section 4.4): it manufactures, in closed form, the function whose generator is , so you never have to invert . And the Gauss factorization merely substitutes for “every is reachable by exponentials” with finite algebra instead of analysis.
So the one-sentence answer to your last question: exponentiating the trace does give the determinant directly — — and the rest of the derivation is just (1) the quantization check that this is single-valued, and (2) rewriting it as a polynomial (Leibniz) so that no logarithm is needed.
If you want, I can restructure 10-lie.md around this picture — the commuting square first, the two fine points after — and cut the parts that duplicate determinant_homomorphism.md (the Gauss factorization and assembly steps), keeping only references to it.