Problem
Let $Sl(n, \mathbb R)$ be the set of $n \times n$ matrices with determinant equal to $1$. Show that $Sl(n, \mathbb R)$ as a subset of ${\mathbb R}^{n^2}$ has measure zero.
I'll write what I did up to now:
If $A=\begin{pmatrix} a_{11} & ...& a_{1n}\\ ... & ...& ...\\ a_{n1}& ...& a_{nn}\end{pmatrix}$, then I can identify $A$ with a$=(a_{11},...,a_{1n},...,a_{n1},...,a_{nn}) \in {\mathbb R}^{n^2}$; at the same time, if x$=(x_1,...,x_{n^2})$, I can identify this vector with the matrix that has the first nth coordinates of x as its first row, the second nth coordinates as its second row and so on, notice that xcan also be written as x$=(x_{11},...,x_{1n},...,x_{n1},...,x_{nn})$.
If I define $\phi:{\mathbb R}^{n^2} \to \mathbb R$ as $$\phi((x_{11},...,x_{1n},...,x_{n1},...,x_{nn}))=\sum_{\sigma \in S_n}sgn(\sigma)\prod_{i=1}^{n} x_{\sigma(i),i}$$
then $\phi$(x)=$det(A_x)$, where $A_x$ is the matrix identified with x.
It is clear that $\phi$ is continuous, what I want to prove is that $m(\phi^{-1}(\{1\}))=0$. I have no idea what to do next, all I know is that the preimage of $\{1\}$ is a closed set and that $m(\{1\})=0$.
I would really appreciate any suggestions to help me with this problem.