I was studying differentiable manifolds (an introduction) and found the following example, but I am confused.
Example The function \begin{align} f: &\mathbb{R}^{3} \to \mathbb{R}, \\ f: &(x,y,z) \mapsto x^{3} + 2 y^{3} + z^{3} + 6 x^{2} y - 1 \end{align} defines the structure of a $ C^{\infty} $-manifold on $ {f^{-1}}(0) $.
Thank you.
Firstly, compute the Jacobian matrix of $ f $: \begin{align} \forall (x,y,z) \in \mathbb{R}^{3}: \quad [\mathbf{D}(f)](x,y,z) &= \left[ \matrix{({\partial_{x}} f)(x,y,z) & ({\partial_{y}} f)(x,y,z) & ({\partial_{z}} f)(x,y,z)} \right] \\ &= \left[ \matrix{3 x^{2} + 12xy & 6 x^{2} + 6 y^{2} & 3 z^{2}} \right]. \end{align} Observe that for $ (a,b,c) \in {f^{\leftarrow}}[\{ 0 \}] $, we cannot have $ b = c = 0 $, so either
$ \left[ 6 a^{2} + 6 b^{2} \right] $ is a non-singular $ (1 \times 1) $-submatrix of $ [\mathbf{D}(f)](a,b,c) $, or
$ \left[ 3 c^{2} \right] $ is a non-singular $ (1 \times 1) $-submatrix of $ [\mathbf{D}(f)](a,b,c) $.
In Case 1, the Implicit Function Theorem says that there exist an open neighborhood $ U $ of $ (a,c) $, an open neighborhood $ V $ of $ b $, and a unique continuously differentiable function $ g: U \to V $ such that \begin{align} &\{ (x,y,z) \in \mathbb{R}^{3} ~|~ (x,z) \in U ~ \land ~ y = g(x,z) \} \\ = &\{ (x,y,z) \in \mathbb{R}^{3} ~|~ (x,z) \in U ~ \land ~ y \in V ~ \land ~ f(x,y,z) = 0 \}. \end{align} We thus have a surface-parametrization of an open neighborhood of $ (a,b,c) $ in $ {f^{\leftarrow}}[\{ 0 \}] $, which is of the form $$ \forall (x,z) \in U: \quad (x,z) \longmapsto (x,g(x,z),z) \subseteq {f^{\leftarrow}}[\{ 0 \}]. $$
By a similar argument, we can reach the same conclusion for Case 2.
To establish the smoothness of the function $ g $, we can apply the Analytic Implicit Function Theorem, whose proof may be found in this set of notes.
Conclusion: $ {f^{\leftarrow}}[\{ 0 \}] $ is a $ C^{\infty} $-manifold of dimension $ 2 $.