logo

Emersion and Embedding on a Differential Manifold 📂Geometry

Emersion and Embedding on a Differential Manifold

Definition1

Let us consider Mm,NmM^{m}, N^{m} as an m,nm, n-dimensional differentiable manifold, and ϕ:MN\phi : M \to N as a differentiable function.

  • If the derivative dϕpd\phi_{p} is a one-to-one function at every point pMp \in M, then ϕ\phi is called an immersion.

  • If ϕ\phi is both an immersion and a homeomorphic, then ϕ\phi is called an embedding.

  • If the inclusion function i:MNi : M \subset N is an embedding, then MM is called a submanifold of NN.

Explanation

By definition, if ϕ:MmNn\phi : M^{m} \to N^{n} is an immersion then mnm \le n, and the difference between them, nmn-m, is the codimension of immersion ϕ\phi.

All immersions are locally embeddings.

Examples2

Not Differentiable

α:RR2t(t,t) \begin{align*} \alpha : \mathbb{R} &\to \mathbb{R}^{2} \\ t &\mapsto (t, \left| t \right|) \end{align*}

α\alpha is not differentiable at t=0t=0.

Differentiable but Not an Immersion

α:RR2t(t3,t2) \begin{align*} \alpha : \mathbb{R} &\to \mathbb{R}^{2} \\ t &\mapsto (t^{3}, t^{2}) \end{align*}

α\alpha is differentiable at all points. However, calculating the derivative,

dαt=[3t22t] d\alpha_{t} = \begin{bmatrix} 3t^{2} \\ 2t \end{bmatrix}

means that at t=0t=0, dα0=[00]d\alpha_{0} =\begin{bmatrix} 0 \\ 0 \end{bmatrix}. Therefore, since it’s not a one-to-one transformation, α\alpha is not an immersion.

Immersion but Not an Embedding1

α:RR2t(t34t,t24) \begin{align*} \alpha : \mathbb{R} &\to \mathbb{R}^{2} \\ t &\mapsto (t^{3}-4t, t^{2}-4) \end{align*}

α\alpha is differentiable at all points, and dαt=[3t242t]d\alpha_{t} = \begin{bmatrix} 3t^{2}-4 \\ 2t \end{bmatrix} does not equal [00]\begin{bmatrix} 0 \\ 0 \end{bmatrix} at any tt, thus it is an immersion. However, since α(2)=(0,0)=α(2)\alpha (2)= (0,0) = \alpha (-2), α\alpha is not a homeomorphic. Therefore, α\alpha is not an embedding.

Immersion but Not an Embedding2

1.PNG

α:(3,0)R2 \alpha : (-3,0) \to \mathbb{R}^{2}

α(t)={(0,(t+2)),t(3,1)regular curve (see figure),t(1,1π)(t,sin1t),t(1π,0) \alpha (t) = \begin{cases} (0, -(t+2)), & t \in (-3, -1) \\ \text{regular curve (see figure)}, & t \in (-1, -\frac{1}{\pi}) \\ (-t, \sin\frac{1}{t}), & t \in (-\frac{1}{\pi}, 0) \end{cases}

Here, α(1π,0)\alpha (-\frac{1}{\pi}, 0) is the graph of the topologist’s sine curve. The given α\alpha is an immersion. However, considering α1\alpha^{-1}, the coordinates on the xx axis oscillate rapidly as they get closer to 00, so over some interval I\color{red}I, it’s impossible to find an open set UU. Therefore, α\alpha is not an embedding.

Embedding

Consider the surface MM of R3\mathbb{R}^{3}. Then the coordinate chart x:UR2M\mathbf{x} : U \subset \mathbb{R}^{2} \to M is an embedding.

See Also


  1. Manfredo P. Do Carmo Differential Geometry of Curves & Surfaces (Revised & Updated 2nd Edition, 2016), p438-442 ↩︎

  2. Manfredo P. Do Carmo, Riemannian Geometry (Eng Edition, 1992), p11-14 ↩︎