3

Consider $M(n,\mathbb R)$, the space of all $ n\times n$ matrices over $\mathbb R$.Which of the following are compact? a.$O(n)$ the set of all orthogonal matrices

b.$GL(n,\mathbb R)$ set of all non-singular matrices over $\mathbb R$

c.$SL(n,\mathbb R)$ set of all non-singular matrices over $\mathbb R$ with determinant equals one.

d.set of all nilpotent matrices.

Answer:since the determinant map is continuous and continuous image of a compact set is compact using them I have concluded (b) is not compact since image set of (b) is $(-\infty,0) \cup (0,\infty)$. Is it correct?But how to approach the others ?

Learnmore
  • 31,062

1 Answers1

3

In order to show that the spaces mentionned in b), c) and d) are not compact, it is sufficient to exhib an unbounded sequence in these spaces. For example, consider respectively $$\left( \begin{matrix} n & 0 \\ 0 & n \end{matrix} \right), \ \left( \begin{matrix} n+1 & 1 \\ n & 1 \end{matrix} \right) \ \text{and} \ \left( \begin{matrix} 0 & n \\ 0 & 0 \end{matrix} \right).$$

Afterwards, you can show that $O(n)$ is compact by proving that it is closed and bounded.

Hint: if $M \in O(n)$, notice that $\|M\| \leq 1$ where $\|M\| : = \sup\limits_{ \| x \| =1 } \|Mx\|$.

Seirios
  • 33,157