Derivative of the inclusion of a submanifold

This is certainly a valid proof, and whilst the method behind it is very intuitive, actually writing out what's being doing is very messy, especially considering the problem feels like it should be "obvious".

A much "nicer" proof comes from using the following equivalent definition of derivative, if $f:X\rightarrow Y$ is a smooth map of manifolds embedded in $\mathbb{R}^N,\mathbb{R}^M$ respectively, then we define the derivative of $f$ at $x$, $df_x:T_xX\rightarrow T_{f(x)}Y$ by taking a smooth extension of $f$, $F:U\rightarrow\mathbb{R}^M$ (where $U$ is an open subset of $\mathbb{R}^N$) and taking $df_x$ to be the restriction of $dF_x$ to $T_xX$.

You can show that this is (well) defined (i.e. a map to $T_{f(x)}Y$, independent of choice of extension) by showing that for any given extension and choice of parameterisations $\phi$ on $X$ and $\psi$ on $Y$, $dF=(d\psi)(d\bar f)(d\phi)^{-1}$ (on suitable domains). Note that the left hand side is independent of chart, and the right hand side is independent of extension, so both expressions are independent of both! I count at least three birds with one short proof (which is one reason that I much prefer this definition of derivative) because simply showing this definition is well defined also shows that your definition is well defined, and that the two are the same, providing you multiple methods for computation.

Anyway, using this definition, with the notation as in your question, the inclusion map $\iota :X \rightarrow Y$ is just the restriction of the identity map $I_N$ on $\mathbb{R}^N$. Thus $d\iota_x$ is the restriction of the derivative of $I_N$ to $T_xX$, i.e. the inclusion map. Done in barely three lines, with no computation!


Here's a "counterexample" to the original post as requested. We'll define spaces $X \subset Y$ and a parametrization $\phi $ so that the suggested function $\tilde \phi $ is not well defined. The counterexample has a lot of pieces so I suggest making some sketches.

Let the ambient space be ${\rm I\!R}^3$. Let $Y = S^2 $ be the sphere in ${\rm I\!R}^3$ and let $$X = \left\{ {\left( {x,y,{1 \over {\sqrt 2 }}} \right)\,\,\left| {\,x^2 + y^2 = {1 \over 2}} \right.} \right\}$$

be the $45^0 $ N latitude line on the $S^2 $ globe. Let $x = \left( {{1 \over 2},{1 \over 2},{1 \over {\sqrt 2 }}} \right) \in X$ . Let $\phi :U \to V$ where $U = \{(x,y)\,|\, x^2+y^2<1/4\}$ is the open disc of radius 1/4 centered at $0$ in the x-y plane, and $$\phi \left( {x,y} \right) = \left( {x + {1 \over 2},y + {1 \over 2},\sqrt {1 - \left( {x + {1 \over 2}} \right)^2 - \left( {y + {1 \over 2}} \right)^2 } } \right)$$

and $V = \phi \left( U \right)$ which is the projection onto the upper hemisphere of the open disc of radius 1/4 centered at the point $\left( {{1 \over 2},{1 \over 2}} \right)$ in the x-y plane. Then $\phi $ parameterizes $Y$ around $x$ with $0 \in U$ and $\phi \left( 0 \right) = x$ . Furthermore, $ \tilde V = V \cap X $ is the open segment of $X$ that passes through $V$ . And since the canonical immersion (not "canonical inclusion") in our case is $j: {\rm I\!R}^1 \to {\rm I\!R}^2$, we have $\tilde U = j^{ - 1} \left( U \right) = \left( { - {1 \over 4},{1 \over 4}} \right)$ .

The suggested function definition is $\tilde \phi :\tilde U \to \tilde V$ , $\tilde \phi \left( x \right) = \phi \left( {x,0} \right)$ . We claim this function is not well-defined because $\tilde \phi $ does not take $\tilde U$ to $\tilde V$ . The image $ \tilde \phi \left( {\tilde U} \right) $ is the projection onto the upper hemisphere of the open line segment between the points $\left( {{1 \over 4},{1 \over 2}} \right)$ and $\left( {{3 \over 4},{1 \over 2}} \right)$ in the x-y plane. This makes $ \tilde \phi \left( {\tilde U} \right) $ a segment of the circle obtained by slicing the sphere with the plane $y = {1 \over 2}$ . Meanwhile $\tilde V$ is a segment of the circle obtained by slicing the sphere with the plane $z = {1 \over {\sqrt 2 }}$ . Therefore $ \tilde \phi \left( {\tilde U} \right) \not\subset \tilde V $. In fact, when you sketch it out, you'll see that $ \tilde \phi \left( {\tilde U} \right) $ and $\tilde V$ intersect only at $x$ .

The proof in the original post may have been philosophically misguided as it seems that it was trying to use the Local Immersion Theorem from Section 1.3 to prove the inclusion theorem presented in Section 1.2.