I got problems to understand a solution of the following problem.
Problem:
Let $d \in \mathbb N$, be $B_d := \{z \in \mathbb C^2|~z_1^d+z_2^2 = 0\}$ and $S^3 \subset \mathbb C^2\subset \mathbb R^4$ the unit sphere. Show that $B_d \cap S^3$ is a smooth manifold.
Solution:
$\phi:~(z_1,z_2)\mapsto z_1^d + z_2^2$ and therefore $B_d\subset \mathbb C^2$ has complex dimension 1 and real dimension 2 (1).
Since $S^3\subset \mathbb R^4$ has real dimension 3, the real dimension of the tangent-spaces are $dim_{\mathbb R}(TS^3) = 3$ and $dim_{\mathbb R}(TB_d) = 2$. So, it remains to check that $dim_{\mathbb R}(TS^3\cap TB_d) = 1$ (2). This means $TB_d\not\subset TS^3$. (3)
Since $TB_d \cong ker(D\phi)$, one finds that $T_zB_d =\lambda \begin{pmatrix} 2z_2\\-dz_1^{d-1} \end{pmatrix} $ and therefore $T_zB \not\subset T_zS^3 \Rightarrow \left<\lambda \begin{pmatrix} 2z_2\\-dz_1^{d-1} \end{pmatrix} ,\begin{pmatrix}z_1\\z_2\end{pmatrix} \right>\neq 0$. (4)
Questions
- Why is $B_d$ a smooth manifold since $0$ is not a regular value of $\phi$ ? The differential is vanishing at $(0,0)$.
- Why do I have to check that $dim_{\mathbb R}(TS^3\cap TB_d) = 1$? What is the stronger statement behind this?
- And why does $TB_d\not\subset TS^3$ imply that the dimension of the intersection has to be $1$?
- Why is this statement true? And what do i compare here? $T_zB_d$ and the normal-vector field on $S^3$?
- The last question: How do I proceed from here? In the exercise session they said it is trivial but I don't see it.
Thanks for your help!