1

Let $G$ be a compact Lie group with Lie algebra $\mathfrak{g}$. Let $g \in G$ and $X \in \mathfrak{g}$ such that

$$\frac{d}{dt} \vert_{t=0} ge^{tX}g^{-1} = X.$$

What can we say about

$$\frac{d}{dt} \vert_{t=0} e^{-tX} g e^{tX} \qquad ?$$

Asma
  • 371
  • 1
    There should probably be a $+tX$ in the exponential of the first equation. Hint : can you apply the product rule to see what the second equation will be ? – Kurt G. Feb 19 '22 at 17:50
  • Sorry, yes you are right it is +tX . I'll edit my question. – Asma Feb 19 '22 at 19:31

2 Answers2

2
  1. Getting my head around your first equation

The easiest is to consider $G=SO(3)$ and $\mathfrak{g}$ the space of traceless antisymmetric $3\times 3$-matrices $$ X=\left(\begin{matrix}0&-x_3&x_2\\x_3&0&-x_1\\-x_2&x_1&0\end{matrix}\right) $$ (which is isomorphic to $\mathbb R^3)\,.$

In general,
$$ \frac{d}{dt}\Bigg|_{t=0}\,g\,e^{tX}\,g^{-1}=gXg^{-1}\,. $$ So, your first equation (with sign corrected) $$\tag{1} \frac{d}{dt}\Bigg|_{t=0}\,g\,e^{tX}\,g^{-1}=X $$ means nothing else than $gXg^{-1}=X\,,$ or, $$ gX=Xg\,. $$ In other words, the rotation matrix $g$ and the matrix $X$ commute.

The rest of this section can be skipped. For $\boldsymbol{v}\in\mathbb R^3$ we also have obviously $$ X\boldsymbol{v}=\boldsymbol{x}\times \boldsymbol{v} $$ where $\boldsymbol{x}=(x_1,x_2,x_3)^\top\,,\boldsymbol{v}=(v_1,v_2,v_3)^\top\,.$ Therefore, $gX\boldsymbol{v}=Xg\,\boldsymbol{v}$ can be written as $$ g(\boldsymbol{x}\times \boldsymbol{v})=\boldsymbol{x}\times (g\,\boldsymbol{v})\,. $$ Because this must hold for all $\boldsymbol{v}$ it must hold for the rotation axis of $g$ so that in this case $$\tag{2} g(\boldsymbol{x}\times \boldsymbol{v})=\boldsymbol{x}\times \boldsymbol{v}\,. $$ This means that only the following case is possible:

  • $\boldsymbol{x}$ is parallel to the rotation axis of $g$ (in which case $\boldsymbol{x}\times\boldsymbol{v}=\boldsymbol{0}$)

Note that if $\boldsymbol{x}\times\boldsymbol{v}\not=\boldsymbol{0}$ it must be parallel to the rotation axis of $g$ (by (2)). But it is not possible that $\boldsymbol{x}\times\boldsymbol{v}\not=\boldsymbol{0}$ and $\boldsymbol{v}\not=\boldsymbol{0}$ are parallel.

  1. Your second equation

By the product rule, \begin{align} \frac{d}{dt}\Bigg|_{t=0}\,\Big(e^{-tX}\,g\,e^{tX}\Big)&=\frac{d}{dt}\Bigg|_{t=0}\,\Big(e^{-tX}\,g\Big)\,e^{tX}\Bigg|_{t=0}+e^{-tX}\Bigg|_{t=0}g\frac{d}{dt}\Bigg|_{t=0}\,e^{tX}\\[3mm] &=-Xg+gX\tag{3} \end{align} which is just the commutator $[g,X]\,.$

Therefore, if you assume that $g$ and $X$ satisfy the first equation the second equation will be zero.

Kurt G.
  • 14,198
  • I haven't think about matrix Lie groups, so thank you very much for your answer! But, I'm still wondering what is equation (2) in the case where $G$ is an abstract Lie group, where in this case, equation (1) means that for every smooth function on $G$ we have $\frac{d}{dt} \Bigg|{t=0} f(ge^{tX}g^{-1}) = \frac{d}{dt} \Bigg|{t=0} f(e^{tX}) ?$ – Asma Feb 19 '22 at 19:29
  • 1
    I am not very good at abstract Lie groups. In this case however the first equation surely means $gXg^{-1}=X$ also. You don't need that $f$. Just use $e^{tX}\approx 1+tX$ for very small $t$. – Kurt G. Feb 19 '22 at 19:32
2

If the first equation holds, the second expression will vanish.

There's actually no loss of generality in assuming that $G$ is a Matrix Lie group, since the computation is local, and every Lie group is locally equivalent to a matrix Lie group. As Kurt G. point out, in this case the first equation simplifies to $gXg^{-1}=X$ and the second expression simplifies to $-Xg+gX$.

If you want to do things in terms of abstract Lie groups, that is also possible, but some more machinery is needed. We can use the standard identification $\mathfrak{g}\cong T_eG$, the left and right translation operators $L_g(h):=gh$ and $R_g(h):=hg$, the adjoint representation $\operatorname{Ad}_g=d_e(L_g\circ R_{g^{-1}}):\mathfrak{g}\to\mathfrak{g}$, and the following product rule: $$ \frac{d}{dt}(a(t)b(t))=dR_{b(t)}\left(a'(t)\right)+dL_{a(t)}\left(b'(t)\right) $$ Where $a,b:\mathbb{R}\to G$ are paths in $G$. Putting these all together, we have $$ \frac{d}{dt}\left(ge^{tX}g^{-1}\right)_{t=0}=dL_g(dR_{g^{-1}}(X))=\operatorname{Ad}_g(X) $$ $$ \frac{d}{dt}\left(e^{-tX}ge^{tX}\right)_{t=0}=dR_g(-X)+dL_g(X)=dL_g(X-\operatorname{Ad}_g(X)) $$

Kajelad
  • 14,951
  • Many thanks @Kajelad for your helpful answer. Could you please explain how to get the product rule ? I 've tried to start with the second part of the equation, I obtained $dR_{b(t)}(a'(t) )+ dL_{a(t)}(b'(t)) = \frac{d}{dt} \Bigg|{t=0} a(t)b(t) + \frac{d}{dt} \Bigg|{t=0} a(t)b(t) $, but the first part of the equation is $\frac{d}{dt} \Bigg|_{t=0} a(t)b(t) $ ? – Asma Feb 20 '22 at 00:42
  • 1
    @Soumia The expression you write isn't correct; the variable $t$ is playing too many different roles. You should instead differentiate with respect to a dummy variable $\tau$ and set $t=\tau$. I think you'll need to use differential of the multiplication map $\mu:G\times G\to G$, discussed in this question. Composing this with the path $f(t):=(a(t),b(t))\in G\times G$ which has derivative $f'(t)=(a'(t),b'(t))\in TG\times TG\cong T(G\times G)$ yields the desired result. – Kajelad Feb 20 '22 at 01:44