Let $ A $ be a real orthonormal matrix. From the definition $ A^T A = I $, it is easy to see that $ \det(A) = \pm 1 $, hence a real orthonormal matrix should correspond to rotation and reflection.
If $ A $ is $ N\times N $, then number of generators is given by $ g(N) = \frac{1}{2}N(N-1) $. To prove this result, a common argument goes as following:
- There are $ N^2 $ entries in $ A $.
- Each column of $ A $ must form a unit vector, this provides $ N $ conditions.
- Each pair of distinct columns are orthogonal, this provides $ \frac{N!}{2!(N-2)!} = \frac{1}{2}N(N-1) $ conditions.
Therefore, the number of generators is given by $$ g(N) = N^2 - N - \frac{1}{2}N(N-1) = \frac{1}{2}N(N-1) \ . $$
But now when I try to understand this result visually, I encountered a contradiction. In particular, $ g(2) = \frac{1}{2}(2)(2-1) = 1 $, implying that there is only one generator for a $ 2\times 2 $ real orthogonal matrix. But this result does not even explain a geometric argument I try to form as following:
A linear transformation can be visualized by plotting the two columns as vectors on a Cartesian plane. Since $ A_{2\times 2} $ is orthonormal, we must have all the columns fall on the unit circle. We are free to decide where the first column lands, say $ \begin{bmatrix} 1 \\ 0 \end{bmatrix} $. This shall exhausts the only one generator $ A_{2\times 2} $ has, leading us with no choice for all the remaining entries of $ A_{2\times 2} $.
Unfortunately, this is NOT the case. By visual inspection, it is apparent that we still have to decide between $ \begin{bmatrix} 0 \\ 1 \end{bmatrix} $ and $ \begin{bmatrix} 0 \\ -1 \end{bmatrix} $ for the second column of $ A_{2\times 2} $. This argument can also be expressed in the language of algebra - suppose we pick $ A_{11} := 1 $, it is straightforward to see that both $ A_{12} $ and $ A_{21} $ must vanish, while $ A_{22} $ remains undetermined between $ +1 $ and $ -1 $.