Show that each matrix in SO$(3)$ equals $e^X$ for some skew-symmetric $X$.
Here, SO(3) refers to the special orthogonal group that is the rotation group of $\mathbb{R}^3$. I am also supposed to use the following facts that I have derived in proving the above result.
Given $B = \begin{pmatrix} 0 & -\theta & 0 \\ \theta & 0 & 0 \\ 0 &0 &0 \end{pmatrix}$, $e^B =\begin{pmatrix} \cos \theta & -\sin \theta & 0\\ \sin \theta & \cos \theta & 0\\ 0 & 0 & 1 \end{pmatrix}$, where $e^B$ denotes the exponential of $B$. (Note that this is what I calculated the exponential to be - is this correct?)
For any orthogonal matrix $A$, we have $Ae^BA^T = e^{ABA^T}$. (I have already proven this result.)
Again, I need to use results 1 and 2 in the proof of my question, but I'm not seeing how these two results combine to show my desired result. Since $e^B$ is one of the 3-dimensional rotation matrices (assuming that I calculated my exponential correctly), do I need to make some sort of argument based on rotation? Or is there a simpler way?