Why are the following two sets manifolds and what are their dimensions?
- The set of all 2 by 2 matrices with determinant 1.
- The set of all inner products on $\mathbb R^3$.
I have difficulty in understanding the two sets in the first place. For example, in the second set, I know that inner products are simply real numbers. Can I then say that the set of all inner products is simply like the real line, i.e. $\mathbb R$. Hence, its dimension is 1? Thank you!
A 2 by 2 matrix is simply an array of real numbers written:
$$\left[ \begin{matrix}a & b \\ c & d\end{matrix} \right]$$
"2 by 2" refers to the number of rows and columns. The determinant is given by $ad - bc$, hence the set of 2 by 2 matrices with determinant 1 is the same as the subset of $\mathbb{R}^4$ cut out by the equation $ad - bc - 1 = 0$. Now, there is a nice theorem which states:
Thm: If $f:\mathbb{R}^n \rightarrow \mathbb{R}$ is a smooth function, then the set $\{\mathbf{x} \mid f(\mathbf{x}) = 0\}$ is a smooth $n-1$ dimensional manifold, provided that whenever $f(\mathbf{x}) = 0$ the following vector is not the zero vector.
$f'(\mathbf{x}) := \left[\begin{array}{c} \frac{\partial f}{\partial x_1}(\mathbf{x}) \\ \frac{\partial f}{\partial x_2}(\mathbf{x}) \\ \vdots \\ \frac{\partial f}{\partial x_n}(\mathbf{x})\end{array}\right]$
$\square$
Now, if you accept this theorem, it follows that the set of 2 by 2 matrices is a 3-dimensional smooth manifold, using the function $f(a,b,c,d) = ad - bc - 1$. The derivative of $f$ is given by:
$f'(a,b,c,d) = \left[\begin{array}{c} d \\ -c \\ -b \\ a \end{array}\right]$
Now, if $ad - bc = 1$, then $f'(a,b,c,d)$ is not the zero vector, and so the theorem applies.