17

This maybe a very silly question. But I am quite confused.

If $M$ is a smooth manifold, and $A\subset M$ is a submanifold, then is the inclusion map $i:A\longrightarrow M$ smooth?

My guess is that it might not be smooth. Because the manifold structures might not be compatible. But I am not able to precisely say this. I will be happy if someone helps!

gradstudent
  • 3,372
  • 3
    What definition of submanifold do you use? In the ones I'm used to, if $A$ is a smooth submanifold of $M$, the inclusion is smooth. – Daniel Fischer Mar 10 '14 at 18:18
  • Let $f:N\longrightarrow M$ be a $C^\infty$, then $N$ is a submanifold of $M$ if $f$ is one-one and the induced map on tangent spaces in non singular (one-one) at each point. – gradstudent Mar 10 '14 at 18:28
  • You might want to look at http://math.stackexchange.com/questions/706603/unique-manifold-structure/706733#706733. (Are you in the same class as that person? :) ) – John Hughes Mar 10 '14 at 18:50
  • 1
    So an immersion, not necessarily an embedding. But you have the smoothness explicitly given in the definition. – Daniel Fischer Mar 10 '14 at 18:51
  • 1
    @John, that person is me! :) – gradstudent Mar 10 '14 at 18:53
  • 1
    @Daniel: it says that the map is 1-1, so it's actually an embedding; immersion would be "locally 1-1", no? – John Hughes Mar 10 '14 at 18:54
  • 1
    No but what if I have for $A\subset M$ (where $A$ has some manifold structure) an $f:A\longrightarrow M$, $C^\infty$ where $f$ is not the inclusion. $f$ could be some other weird one-one immersion right? I am asking in that case will $i$ still turn out to be $C^\infty$? – gradstudent Mar 10 '14 at 18:56
  • 1
    @John No, it need not be an embedding. $t \mapsto ( e^{it}, e^{\pi it})$ is an injective immersion of $\mathbb{R}$ into the torus that isn't an embedding. – Daniel Fischer Mar 10 '14 at 18:56
  • @Daniel: D'oh! (Thanks!) – John Hughes Mar 10 '14 at 19:00
  • poorna: I think you just answered your own question since your identity map is the same as your map f. – Moishe Kohan Mar 10 '14 at 19:25

1 Answers1

11

As explained in the comments, smoothness is guaranteed by the definition of submanifold. The concern that "the manifold structures might not be compatible" is reasonable, but submanifolds are defined so that compatibility holds. Here is a non-example: let $M$ be the curve $y=|x|$ in the plane, considered as the image of $\mathbb R$ under $f(x) = (x,|x|)$. We can make $M$ a smooth manifold by declaring $f$ a diffeomorphism. Now $f:\mathbb R\to M$ is smooth but $f:\mathbb R\to\mathbb R^2$ is not; the smooth structures are not compatible. But of course, $M$ is not a submanifold of $\mathbb R^2$ here.

The definition you have (which is the definition of an immersed submanifold) has the smoothness of the inclusion map built in.

user127096
  • 9,683
  • Oh thank you! Now it's getting clearer. A subset becomes a sub manifold when ee declare the inclusion to be a diffeomorphism, is what I understand now. – gradstudent Mar 11 '14 at 05:20