1

If $B$ is a manifold and $A\subseteq B$ is a regular submanifold of $B$, then the inclusion map $i:A\to B$ is an embedding and thus smooth.

If $B$ is a manifold, and $A\subseteq B$ is an open subset of $B$, then how do we justify that the inclusion map $i:A\to B$ smooth without using that $i$ is an embedding (in the sense of differential geometry; 'embedding' in the sense of elementary topology is within scope) or $A$ is a regular submanifold? Also, do not use germs or tangent space please.

Thanks in advance!


Here's my answer:

Let $i: A \to B$ be inclusion for $A$ an open subset of $B$. To show $i$ is smooth, we must show $i$ is continuous (known from elementary topology) and that for all $a \in A$, there are charts $(C,\gamma)$ about $i(a)=a \in B$ and $(D,\delta)$ about $a \in A$ for which $\gamma \circ i \circ \delta^{-1}: \gamma(i^{-1}(C) \cap D) = \gamma(C \cap D)$ $\to \gamma(C)$ is smooth

For any $a \in A$, choose $C=D=A$ and $\gamma=\delta=\text{id}_A$ identity function on $A$. Then $\gamma \circ i \circ \delta^{-1}: \gamma(i^{-1}(C) \cap D) = \gamma(C \cap D)$ $\to \gamma(C)$ becomes $i: A \to A$. We know that the inclusion map, with its range restricted to its image which happens to be its domain, becomes the identity map on its domain. Since the identity map on any manifold is smooth (I think), $i: A \to A$ is smooth. This satisfies the definition for $i: A \to B$ to be smooth.

user26857
  • 52,094

1 Answers1

1

If you have a smooth structure $\{u_a, \phi_a\}$, it induces a natural smooth structure in the subspace topology. Overload the notation for simplicity

$$ \phi_a \circ i \circ \phi^{-1}_b = \phi_a \circ \phi^{-1}_b $$

which must be smooth by the definition of a smooth structure, since we require that all transition functions be smooth.

The fact that it's open just guarantees that it remains locally homeomorphic to balls in $\mathbb{R}^{n}$

user20672
  • 626