I am reading the paper Semidefinite descriptions of the convex hull of rotation matrices by James Saunderson, Pablo A. Parrilo and Alan S. Willsky. On page 2, it says:
I "guess" the set of rotation matrices is closed. The intuition tells me that it is
$$\{X \mid X^TX=I_n\} \cap\{X\mid \text{det}(X) = 1\}$$
since both sets are closed, the intersection of them is closed.However, to prove conv $SO(n)$ is closed, from the following:
Is the convex hull of closed set in $R^{n}$ is closed?
there is no guarantee that the convex hull of a closed set is closed.
My question is:
- How to show the set of rotation matrices is compact? (convex hull of compact set is compact.)
- Why it contains the origin? ($0_{n\times n}$?) I believe it is not.
