I'm trying to follow Lee's book Introduction to Smooth Manifold in details. In chapter 2, Exercise 2.19 asks the reader to prove that if $F:M \to N$ is a smooth diffeomorphism between manifolds with boundary, then $F (\partial M) = \partial N$.
It suffices to show that $F(\partial M) \subseteq \partial N$. I thought about mimicking the proof given in the book that, in a smooth manifold, a point cannot be a boundary point and be in the domain of an interior chart at the same time (Theorem 1.46).
However, I noticed that the argument would rely on knowing forehand that the two manifolds have the same dimension, that is to say their charts map to open subsets of the same $\mathbb{H}^n$, but it is not clear for me at all that I can assume that.
For completeness, a sketch of my proof would go like this:
Given $p \in \partial M$, by definition of $F$ smooth there exists $(U, \phi)$ and $(V, \psi)$ charts such that $F(U) \subseteq V$ and $\hat{F} = \psi \circ F \circ \phi^{-1}$ is smooth. Since $p$ is a boundary point, this means there exists an open set $U_x$ containing $x = \phi(p)$ and $F_x: U_x \to \mathbb{R}^n$ such that $F_x = F$ in $\phi (U) \subset \mathbb{H}^m$ (and not necessarily $m = n$).
Now let us suppose that $F(p) \in \mathrm{int} \, M$. Then, since $F$ is a diffeomorphism (and thus an open mapping), by restricting if necessary we may suppose that $F(U) = V$. If $G = F^{-1}: N \to M$, it is known that $\hat{G} = \phi \circ G \circ \psi^{-1}: \psi (V) \to \phi (U)$ is smooth (in the sense of $\mathbb{R}^n$, because $F(p)$ is an interior point).
Now, we may find a ball $B$ around $\psi (F(p)) = \hat{F} (x)$ such that $\hat{G}(B) \subseteq \phi(U) \cap U_x$. Thus, we could write $$\mathrm{Id}_B = F_x \circ \hat{G} $$ as a composition of smooth functions in the regular sense (defined on open subsets of $\mathbb{R}^n$ and $\mathbb{R}^m$, respectively).
The conclusion would follow by noticing that pointwise $DF_x \circ D\hat{G} = \mathrm{Id}$ and thus $D \hat{G}$ is non-singular, but this would only be true if $m = n$ - otherwise I can only conclude it has a left-inverse.
I wonder if:
- there's some independent more basic argument that allows me suppose that $m = n$ right from the start; or
- the actual proof of this fact goes in a completely different direction, and implies somewhere along the way that $m = n$.
An answer for 1. or a tip for 2. would be appreciated.