Consider a Lie group $G$, $$ L_x : G\rightarrow G, ~~~~~ L_x(y)=xy $$ is the translations from the left.
A vector field $X$ on $G$ is left invariant if $$ dL_x (X)=X. $$ Let $x_t$ be the flow of $X$, then why we have $L_y\circ x_t = x_t \circ L_y$ ?
There is a similar question. But I can't understand it. The answer hint
Let $\theta^{(p)}(t) = yx_t(p)$ and $\psi^{(p)}(t) = x_t(yp)$. Compute both ${\theta^{(p)}}'(0)$ and ${\psi^{(p)}}'(0)$. Then use uniqueness of integral curves.
But in my calculation,
$$
{\theta^{(p)}}'(0) =\frac{d}{dt}|_{t=0} ~yx_t(p)=yX(p) \\
{\psi^{(p)}}'(0)= \frac{d}{dt}|_{t=0} x_t(yp) = X(yp)
$$
Evenly, I don't know what is the $yX(p)$. Since $y$ is a element of $G$, and $X(p)$ is a tangent vector at $p$, how do they multiply ?
$$ \left.\frac{d}{dt}\right|{t=0} L_y(x_t(p)) = d(L_y){p}(X_p).$$
– Apr 07 '21 at 14:04