2

This is what was written in my differential geometry class notes.

Let $M$ be a $n$-dimensional manifold. If $f : M \to \mathbb{R}$ then the subspace of $T_pM$ consisting of all the tangent vectors $X_p \in T_pM$ such that $\langle df, X \rangle = 0$ consists of all vectors tangent to the curves lying on the surface $f = \operatorname{const}$.

The way I interpreted the above was in the following way:

Let $M$ be a $n$-dimensional manifold. If $f : M \to \mathbb{R}$ then $\ker(df_p) = T_p(f^{-1}(c))$ for some $c \in f[M] \subseteq \mathbb{R}$.

Is my interpretation correct? If so how can I prove this proposition. The proof given in class relies on the definition of a tangent vector as a velocity vector of a curve I think, is there a way to view this using the definition of a tangent vector as a derivation?

Perturbative
  • 12,972
  • 1
    If $f$ isn't bijective, $f^{-1}(c)$ is a set. What is $T_p(\text{set})$? – Martín-Blas Pérez Pinilla Apr 06 '19 at 17:06
  • I think what Martin-Blas Perez Pinilla is trying to say is that, without the further assumption that $\mathrm{d}f_p$ is surjective, we don't know what $T_p(f^{-1}(c))$ is and the only instance when $\mathrm{d}f_p$ is always surjective is when $M$ is a smoothly trivial fibration -- i.e., is diffeomorphic to $\mathbb{R} \times N$ for some $N$. – Or Eisenberg Apr 06 '19 at 18:28

1 Answers1

1

I suspect that there is an assumption missing in your question: observe that if $p$ is a critical point of $f$, i.e $df_p=0$, then $p$ could be an isolated local maximum or minimum, in which case you'd have a neighborhood $U$ of $p$ such that $f(q)\neq f(p)$, $\forall q\in U$. Hence, for $S=f^{-1}(f(p))$, $T_pS=0\neq T_pM=\ker df_p$. As an example for this case, take $M$ to be the sphere in $\mathbb{R}^3$ centered at $(3,0,0)$ with radius $1$, $f(x,y,z)=z$ restricted to $M$ and $p=(3,0,1)$.
It could also happen that $p$ was a saddle point of $f$, i.e $df_p=0$ but the Hessian of $f$ at $p$ has both positive and negative eigenvalues. Here, your assertion is also false. Take $M=\mathbb{R}^2$, $f(x,y)=x^2-y^2$, $p=(0,0)$. $S$ is two intersecting lines, which is not a hypersurface, so it does not even make sense to speak of tangent vectors at $p$.
However, more generally, if $p$ is a regular point of $f:M\rightarrow N$, the $S$ is a regular submanifold of codimension $\dim N$. So, because f will take any curve in $S$ through $p$ to the constant point $f(p)\in N$, its tangent vector goes to zero through $df_p$. That proves that $T_pS⊂ \ker df_p$. On the other hand, $\dim ker(df_p)=\dim M−\dim Im(df_p)=\dim M−\dim N=\dim S=\dim T_pS$. So these subspaces coincide.

Laz
  • 1,776
  • 1
    (1): $df_p = 0$ and nonzero Hessian do not imply that $p$ is local minimum nor local maximum. (2) in your example it should be $f(x, y, z) = x$. – Arctic Char Apr 07 '19 at 04:59
  • You are right, @ArcticChar. I will adjust the answer. – Laz Apr 07 '19 at 05:50