Prove that the set of all $n \times n$ orthogonal matrices is a compact subset of $\mathbb{R}^{n^2}$.
I don't know how it can be done. Thanks.
Prove that the set of all $n \times n$ orthogonal matrices is a compact subset of $\mathbb{R}^{n^2}$.
I don't know how it can be done. Thanks.
Let $M:=\mathbb{R}^{n\times n}$ be the set of all matrices and $\mathcal{O}$ the subset of orthogonal matrices. Define $f\colon M\to M,\;A\mapsto A^\intercal A$. Then $\mathcal{O}=f^{-1}(I)$, where $I$ is the identity matrix. Since $f$ is continuous, $\mathcal{O}$ is closed as a preimage of a singleton. Since $\|Qx\|=\|x\|$ for each orthogonal matrix $Q$, $\mathcal{O}$ lies in the 1-ball, i.e. is bounded. Heine-Borel says that $\mathcal{O}$ is compact. Since all norms in finite-dimensional vector spaces are equivalent it doesn't matter that we used the operator norm.
Define the norm as $|A|= (\sum_{1\leq i,j \leq n}{a_{ij}}^2)^{1/2}$
If Q is an orthogonal matrix then $Q^\intercal Q = I$ implies $\sum_{k=1}^n {q_{ik}}^2 = 1$ for $i =1,...,n$
Hence $|Q| = n^{1/2}$ for all Q in $\mathcal{O}$.
– tsknakamura Sep 26 '13 at 13:21