I was reading Milnor's Topology from a Differentiable Viewpoint, where he talks about Sard's theorem (chapter 2). Milnor proposes a lemma:
Lemma 1. If $f: M \rightarrow N$ is a smooth map between manifolds of dimension $m \geq n$, and if $ y \in N$ is a regular value, then the set $f^{-1}(y) \subset M$ is a smooth manifold of dimension $m - n$.
I was not clear how he proves that the set $f^{-1}(y)$ is of dimension $m - n$?
Milnor suggests that part of the proof lies in the fact that the null space $\mathscr{R} \subset TM_x$ of $df_x$ will be an $m - n$ dimensional vector space, but I was not clear how this proves this point.
I tried to play around with this--probably way off. So if I have two manifolds that are spheres, one in 5 dimension and the second in 3 dimensions. So $M: S^5, N: S^3$. Now there is a mapping $f: M \rightarrow N$. According to the point above, the null space of the tangent space of $M$ should be 2 dimensional.
If we set $$ f = \begin{bmatrix} 1 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0\\ \end{bmatrix} $$
Then the derivative of $f$ is a similar looking matrix
$$ df = \begin{bmatrix} 1 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0\\ \end{bmatrix} $$
This is the a three dimensional identity matrix, so why is the null space of this derivative equal to 2? That does not seem to make sense.
Any help would be appreciated.