How to prove $O(n,C) $ is not compact

530 Views Asked by At

How does one prove that $O(n,C) $ is not compact?

I am guessing it can be done by showing it is not bounded.

2

There are 2 best solutions below

4
On

Try this :

$$ \begin{bmatrix} r_n & i\sqrt {r_n^2-1} \\ -i\sqrt {r_n^2-1} & r_n \\ \end{bmatrix} $$

where $r_n\in \mathbb C$

1
On

Try this :

$$ \begin{bmatrix} \cos z& -\sin z \\ \sin z & \cos z \\ \end{bmatrix} $$

where $z\in \mathbb C$