27

My question is regarding a vector space and Lie algebra. Why is it that whenever I read advanced physics texts I always hear about Lie algebra? What does it mean to "endow a vector space with a lie algebra"?

I'm assuming it is the same Lie from the Lie groups? My current knowledge is that the Lie groups are "to do with rotations of molecules".

I'm not after lots of detail but would like a basic understanding of what this means and why it is such a prevalent idea.

Qmechanic
  • 201,751
RedPen
  • 693
  • 1
  • 7
  • 17
  • 3
    Lie algebras results from the theory of continuous groups. Chemists will generally see at least a little group theory when studying crystals, but I suspect that they often stick to discrete groups. It's not a long stretch to get to Lie algebras from there, but starting from a point of ignorance about groups it would be a big job. – dmckee --- ex-moderator kitten Nov 22 '14 at 02:21
  • I understand a little about group theory, especially molecular symmetry and assigning point/space groups and lattice planes ... I think these are all examples of discrete groups though aren't they. – RedPen Nov 22 '14 at 02:24
  • 3
    This is a different kind of group theory, RedPen. You are thinking of discrete groups. Oversimplifying, a group is a mathematical structure with one operator; a Lie group is a continuous group that is somehow differentiable. This makes no sense on face value because differentiation requires two operations, "addition" and "multiplication". Yet it does make sense. A Lie algebra is the space that makes a Lie group differentiable. An easily understandable Lie group is rotation in N-dimensional space, SO(N). The Lie algebra associated with this group is the set of N-by-N skew symmetric matrices. – David Hammen Nov 22 '14 at 03:07
  • 2

2 Answers2

44

It's an enormous subject, but briefly:

Lie groups are smooth groups. Technically, Lie groups are sets that are both a smooth manifold, like a sphere for instance, and also have a group structure (multiplication operator, inverses, and an identity). The group multiplication and inverse must be smooth (differentiable) functions on the manifold.

As you mentioned, the group of rotations in 3-dimensional space, called SO(3), is an example of a Lie group. Rotations have a group structure because you can compose or invert rotations and get other rotations, and they are also a smooth manifold because you can smoothly vary the axis or angle and so move continuously from one rotation to another.

There are many other examples of Lie groups. Many types of geometric transformations on different spaces form Lie groups. They show up in physics in transformations of spacetime (the Poincaré group, most generally), and in so-called "internal symmetries" that transform different quantum fields into each other (often special unitary groups of various dimensions). Another example is diffeomorphism groups, which show up in general relativity and string theory and are also Lie groups.


As for Lie algebras, they are closely related to Lie groups. A Lie algebra basically consists of the "infinitesimal elements" of a Lie group, i.e. the "elements infinitesimally close to the identity". (I put that in scare quotes because in standard analysis, infinitesimal elements don't really exist—technically, a Lie algebra is defined on the tangent space of the Lie group at the identity. Still, the picture of infinitesimal elements is a useful and intuitive way of thinking about this.)

For example, in the case of rotations, we would be talking about rotations about any axis by infinitesimal angles.

When you multiply two group elements that are very close to the identity, the group multiplication looks like a vector sum—basically the same way that $(1+\delta)(1+\epsilon) \approx 1 + (\delta + \epsilon)$ when $\delta$ and $\epsilon$ are small. Similarly, $(1+\epsilon)^{-1} \approx 1 - \epsilon$ and so group inversion looks like vector negation. So the Lie algebra inherits its operations from those of the underlying Lie group, but it doesn't itself look like a group—instead, it looks like a vector space.

The Lie algebra also has, in addition to the standard vector space operations, a bilinear operation called the Lie bracket, denoted $[x, y]$ (where $x, y$ are two vectors in the Lie algebra and $[x, y]$ generates another vector). This operation measures "how noncommutative" the Lie group is; roughly speaking, it corresponds to the commutator $[A, B] = AB - BA$ of the Lie group.

Now, the funny and interesting thing about a Lie algebra is that even though it's derived from just an infinitesimal slice of a Lie group, it contains, encoded within it, almost everything there is to know about the group that it came from! You can actually reconstruct the entire Lie group, starting from just the Lie algebra, by using the exponential map—a generalization of the ordinary exponential function.

(It's almost because there are some cases where different Lie groups have the same Lie algebra, but different global structures—for example, SO(3) and SU(2).)

And since Lie algebras are vector spaces, and the Lie bracket is a bilinear operation, all you really need to have is a set of basis vectors for the Lie algebra and know what the Lie bracket does to each pair of basis vectors.

Such a set of basis vectors is called a set of generators of the group. If you apply the Lie bracket to each pair of generators and write down the resulting vectors as coordinates in the same basis, the set of numbers you obtain are called structure constants.

From the generators and the structure constants, you can generate the Lie algebra and thence the entire Lie group (except for ambiguities of global structure as mentioned above)! This makes Lie algebras a very powerful tool for understanding the Lie groups that show up in physics. For example, in particle physics, the gauge bosons (photon, W, Z, gluons) are closely related to the generators of internal symmetry groups; momentum and angular momentum are related to the generators of the Poincaré group, and so on.

There's much more that could be said about this—I haven't even mentioned representations!—but this is probably enough for one answer, so I'll stop here. :)

Nathan Reed
  • 3,049
  • Thank you very much. I think I'll have to re-read this a few times but it has given me the grounding I need :) – RedPen Nov 22 '14 at 09:23
6

why it is such a prevalent idea.

In elementary particle physics and nuclear physics groups and their representations have played a very crucial role in developing the standard models.

The elementary particles in the table in the link above have a lot of quantum numbers. These quantum numbers have lead to observed symmetries, that can be described by representations of the SU(3) group . This group obeys the Lie algebra.

The simplification in the theoretical models comes because one can hypothesize that to first order all particles belonging in a given representation will have the same behavior in an interaction, ignoring the quantum numbers that differentiate them.

A simple example is the SU(2) symmetry of isotopic spin in the construction of the nucleus. The proton and the neutron belong to a representation where the proton gets 1/2 isotopic spin and the neutron -1/2, but the vector (1/2, -1/2) behaves the same to first order for the strong interactions of the nucleus ( which are spill over from the elementary strong force, but this is another story).

The ordering into group structures simplifies calculations and organizes the data. The spin states of electrons and nucleon can be also described by the symmetry of SU(2), and if spin interactions cannot be neglected then Lie algebra enters the picture. This is a book dedicated to symmetries and groups, in particle physics, one can look at online.

In conclusion symmetries lead to group structures and simplification of calculations and it is natural that in solid state the powerful tool of Lie algebras will also be used.

anna v
  • 233,453