Define a smooth vector field $X_S$ on the orthogonal group, $O(n)$, (group of matrices such that $A^{T} = A^{-1}$), where $X_S (A) = SA$, where $S$ belongs to the space of skew symmetric matrices ( $S^{T} = - S$). Why is $X_S$ left invariant?
I know that we say a smooth vector field $X:G \to TG$ is left invariant if $$dL_g\circ X=X\circ L_g, \ \forall g\in G \space\ \space\ \text{where} \space\ \space\ L_g(h):=gh.$$ I also see that $$T_A O(n) = \left\{ B \in M(n,\mathbb{R}) \space\ \bigg| \space\ BA^{T} + AB^{T} = 0 \right\}$$ I think I'm misunderstanding the computation here (the notation confuses me), \begin{align*} dL_g \circ X_S (A) &= dL_g(SA) \\ &= \\ &\vdots \\ &=X_S \circ L_g (A) \end{align*}
Why does that imply $d(L_G)_A(B) = GB$, and then in your next line wouldn't that mean $X_S (A) \in T_A O(n)$ too?
– Dragonite Mar 20 '17 at 14:32