Good morning. I'm studying Lie Groups and this question came out, I just can not find a way to answer it (probably because my understanding of Lie groups is pretty poor).
A lie group is a group wich is also a manifold and such that both multiplication and inverse maps are smooth.
The tangent space of a manifold $M$ at a point $p \in M$ is the $\mathbb{R}$-vector space $T_p(M)$ of all derivations at $p$, i.e. $T_p(M) = \{D \in \textrm{Lin}(C^\infty(M), \mathbb{R}) \mid D(fg) = D(f)g(p) + D(g)f(p)\}$.
The special orthogonal group of dimension $3$ is the group $SO(3)$ given by all $3 \times 3$ matrices $M$ such that $\det M = 1$ and $M^{-1} = M^T$ und the operation of matrix product. It is a lie group, since product and taking inverses of matrices are smooth functions from $\mathbb{R}^9$ to itself, and $SO(3)$ is an open set of $\mathbb{R}^9$.
My first question is: why is $\{L_1, L_2, L_3\}$ (given below) a basis for $T_1(SO(3))$?
$$L_1 = \begin{bmatrix} 0 & 0 & 0\\ 0 & 0 & -1\\ 0 & 1 & 0 \end{bmatrix}$$
$$L_2 = \begin{bmatrix} 0 & 0 & 1\\ 0 & 0 & 0\\ -1 & 0 & 0 \end{bmatrix}$$
$$L_3 = \begin{bmatrix} 0 & -1 & 0\\ 1 & 0 & 0\\ 0 & 0 & 0 \end{bmatrix}$$
I think it can be answered in parts:
- What is the dimension of $C^\infty(SO(3))$?
- What is the dimension of $\textrm{Lin}(C^\infty(SO(3)),\mathbb{R})$? It is the dimension of $C^\infty(SO(3))$, right? It is the dual space.
- (probably alredy answered but) what is a basis for $C^\infty(SO(3))$? I would like to know this so I can write $L_1,L_2$ and $L_3$ as linear transformations just for me to see that they're really derivations.
I'll try to finish the proof once I get to understand this better, but probably my next question would be:
- What are the left-invariant vector fields of $L_1, L_2$ and $L_3$?
Once i get this, the proof is finished, right? I just have to construct the isomorfism that sends $L_i$ to $e_i$ and check that $L_1,L_2$ and $L_3$ satisfy the same bracket relations as $e_1,e_2$ and $e_3$ with the cross product.