Link between the maps and the Lie algebra : example with $SO(2)$

280 Views Asked by At

I would like to clarify something and I will take the example of the $SO(2)$ Lie group.

A Lie group is a manifold with a group structure. Thus we can define maps on it to be able to move on the manifold.

In $SO(2)$, I can write the matrices as :

$$ \begin{pmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{pmatrix} $$

As I understand things, I see the $\theta$ as a map on the manifold.

But when we want to find the Lie algebra of the group, we say that it is the tangent space to the identity.

Thus, we have to take a curve from $\mathbb{R}$ to $SO(2)$ that pass in the identity and we have to derive it on the identity to find the Lie algebra.

In this vision, we could say that $\theta$ is in fact the parametrisation of my curve.

Thus an element of the Lie algebra is the derivative of the matrix according to $\theta$, and I find :

$$ \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix} $$

Finally : is $\theta$ a map on my manifold or is it a curve on it ?

3

There are 3 best solutions below

5
On BEST ANSWER

The map $\epsilon : \Bbb R \to SO(2)$ defined by the first display equation, namely, $$\epsilon : \theta \mapsto \pmatrix{\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta}$$ is a perfectly good parameterized curve on $SO(2)$. (In fact, it is a homomorphism of Lie groups, since $\epsilon(\alpha + \beta) = \epsilon(\alpha) \epsilon(\beta)$.)

This map is surjective, so it defines a parameterization of $SO(2)$. On the other hand, the map is not injective, so it is not bijective, that is, without making an additional choice, we cannot immediately regard $\theta$ as a map on (some subset of) $SO(2)$.

We can, however, choose an open interval $I \subset \Bbb R$ on which $\epsilon$ is injective, in which case $\epsilon\vert_I^{-1}$ is a homeomorphism $\epsilon(I) \to I$; in particular, this inverse is a smooth local chart on $SO(2)$ and hence defines a (preferred) coordinate on $\epsilon(I) \subset SO(2)$.

So, we may as well (somewhat abusively) call this coordinate $\theta$, or equivalently, just use $\theta$ to denote the map $\epsilon_I^{-1}$. In this sense, $\theta$ is a map (in particular satisfying $\epsilon \circ \theta = \textrm{id}_{\epsilon(I)}$), but this declaration depends on our (noncanonical) choice of $I$. Note, by the way, that there is no choice of $I$ that produces a global chart, that is, for which $\epsilon(I) = SO(2)$.

As N.H. hints in his helpful comment, there is another way to view the charts $\varepsilon\vert_I^{-1}$: We can identify $SO(2)$ with $\Bbb S^1 \subset \Bbb C$ via the identification $$\varepsilon(\theta) \leftrightarrow \exp (i\theta) .$$ Then, unwinding definitions shows that $\varepsilon\vert_I^{-1}$ coincides via this identification with the restriction $\arg\!\vert_{\epsilon(I)}$ of some choice of branch of the argument function.

0
On

First, I would like to emphasize that a Lie group is a smooth manifold equipped with a group structure whose operations (multiplication, inverse) are smooth. It is not enough to ensure that $G$ is a manifold and a group to deduce that $G$ is a Lie group.

Regarding your question, $\theta$ is not a map. However, the following map is a parametrization of $\textrm{SO}(2)$ : $$\theta\mapsto\begin{pmatrix}\cos(\theta)&-\sin(\theta)\\\sin(\theta)&\cos(\theta)\end{pmatrix}.$$ As you deduced it, $\begin{pmatrix}0&-1\\1&0\end{pmatrix}$ is in $\mathfrak{so}(2)$. Furthermore, according to the above parametrization of $\textrm{SO}(2)$, the Lie algebra $\mathfrak{so}(2)$ has dimension $1$ over $\mathbb{R}$. Whence, $\mathfrak{so}(2)$ is the set of $2\times 2$ skew-symmetric matrices.

0
On

First of all: it is incorrect to say that $\theta$ is a map/parameterization/curve. The map is the function $$ f(\theta) = \pmatrix{\cos \theta & -\sin \theta\\ \sin \theta & \cos \theta} $$ It is $f$ which is the map, not $\theta$. $\theta$ is just a varaible, which is an argument of the function $f$. If we consider this function over the domain $[0, 2 \pi]$, then we have a parameterization of $SO(2)$.

Second: the Lie algebra is the vector space of all derivatives of curves through the identity. Note that $$ \frac d{d \theta}f( \alpha \theta) = \alpha \pmatrix{0 & -1 \\1 & 0} $$ and we see that the Lie algebra is actually a $1$-dimensional space. Note that there are infinitely many paths through the identity, corresponding to varying speeds and directions of traversal.

$SO(2)$ happens to be a connected one-dimensional Lie group. As such, your parameterization is both a curve on the Lie group and a parameterization of the entire thing.