I have been studying some elementary Lie theory recently, so I have been thinking about matrix groups as manifolds. Most simple examples of manifolds that we learn in high school or college even are solutions to algebraic equations (for example, conic sections) i.e. algebraic varieties.
This led to the thought (which is also my question):
Is the orthogonal group also a manifold which is the solution to some multivariable polynomial equation? If so, what is it?
Proposed answer:
If $X$ denotes the $n \times n$ real-valued matrix whose $ij$th entry is the monomial/variable $x_{ij}$.
Then orthogonal group is the zero set of the system of polynomial equations (in $n^2$ variables):
$$X^T X - I_n = 0$$
Is this really the answer? It seems too dumb to be possible. Then again, I have never really thought of an entire collection of matrices as the set of solutions to a system of multilinear equations before.
Check: this implies that the determinants of these matrices are $\pm 1$ by the multiplicative property of determinants.
Check: for the case $n=1$ we have $$x^2 -1 = 0 \implies x = \pm 1$$ which is O(1) as necessary/expected.
Check: for the case $n=2$ we have $$\begin{bmatrix} x_1 & x_3 \\ x_2 & x_4 \end{bmatrix} \begin{bmatrix} x_1 & x_2 \\ x_3 & x_4 \end{bmatrix} - \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = 0 \implies \begin{array}{c} x_1^2 + x_3^2 = 1 \\ x_1x_2 + x_3x_4 = 0 \\ x_2 x_1 + x_4 x_3 = 0 \\ x_2^2 + x_4^2 = 1 \end{array}$$ I know that O(2) has two path components, each of which is diffeomorphic to SO(2), which is just the unit circle, and the solution to this system of equations does suggest the disjoint union of two unit circles because of the equations $x_1^2 + x_3^2 =1$ and $x_2^2 + x_4^2=1$; however I am not sure how to interpret the auxiliary condition that $$x_1 x_2 = -x_3x_4$$ does this guarantee that the circles are disjoint somehow? Otherwise I am not sure if this equation is giving me the correct answer for the case $n=2$.