I've been trying to understand application of Rodrigues rotation to prove error boundness from a paper I'm reading. However, I've stumbled upon a paragraph which I've spent a lot of time trying to figure out.
Given $R, R_d \in SO(3)$ then $R_d^T R \in SO(3)$. We also have $e_\Omega \in R^3$. Consider an error function:
$e_r = \frac{1}{2} \left( tr(R^TR_d)I_{3\times3} - R^TR_d \right) e_{\Omega} $
Rewrite this as: $e_r = C(R_d^TR)e_\Omega$ (which I'm not sure why they did). Now the original authors show that, for any $R_d^TR \in SO(3), ||C(R_d^TR)||_2 \leq 1$. The way they did (which was not shown in details) was to use Rodrigues' formula to show the eigenvalues of $C^T(exp (\hat x))C(exp (\hat x))$ (where the hat indicates skew-symmetric matrix) are $cos^2||x||, \frac{1}{2} (1+cos||x||), \frac{1}{2} (1+cos||x||)$, all are less or equal to 1 for any $x \in R^3$. Then they come to conclusion that $||C(R_d^TR)||_2 \leq 1$ and this implies that $||e_r|| \leq ||e_\Omega||$.
Originally I thought the notation $|| \bullet ||_2 $ was the Frebonius norm, but considering this norm also "acts" on $e_\Omega$ (as in the final inequality), this is an unlikely case. I also don't get to see why they put $C$ in the equations and the eigenvalues part.
I've come to this field from engineering, thus I had a lot of difficulty grasping the above content. Would you mind show me the details of the proof? Your help is greatly appreciated.