I'm reading Hatcher's proof of Alexander's theorem in his 3 manifolds notes. The statement is the following:
Let $\Sigma \subset \mathbb{R}^3$ be an embedded $2$-sphere; then $\Sigma$ bounds a $3$-ball.
To me, this means the following: given a smooth embedding $\phi:S^2 \to \mathbb{R}^3$ with $\Sigma = \phi(S^2)$, we have that $\mathbb{R}^3 \setminus \Sigma$ has two connected components; one is unbounded, and the other is a bounded region $B$ such that $\partial B = \Sigma$ and there's a diffeomorphism $\psi: B^3 \to B$, where $B^3$ is the standard open unit ball in $\mathbb{R}^3$.
The proof proceeds as follows. One first considers the height function $h:\mathbb{R}^3 \to \mathbb{R}$ given by projection onto the third coordinate. This is a smooth function. Given $\epsilon > 0$, I believe we should be able to find a smooth function $\tilde{h}:\mathbb{R}^3 \to \mathbb{R}$ so that $\tilde{h}|_{\Sigma}$ is a Morse function all of whose critical points assume distinct critical values and a smooth homotopy $H:\mathbb{R}^3 \times I \to \mathbb{R} $ from $h$ to $\tilde{h}$ such that $||H(*, t) - H(*, s)||_{C^2} < \epsilon$ for all $t, s \in I$.
Question 1: I believe Hatcher then deduces that if $\epsilon$ is chosen small enough, the map $F:\mathbb{R}^3 \times I \to \mathbb{R}^3$ given by $F(x,y,z, t) = (x,y, H(x,y,z,t))$ restricts on $\mathbb{S}^2 \times I$ to an isotopy from $\Sigma$ to an embedded $2$-sphere $\tilde{\Sigma}$ such that the height function on $\tilde{\Sigma}$ is $\tilde{h}$ is a Morse function with all of the above properties. I cannot see why this is true, nor am I actually sure this is what is going on.
And so it's enough to show that the theorem holds for $\tilde{\Sigma}$ since, if we can embed a $3$-ball into this, we can just reverse it under the isotopy to get it into $\Sigma$.
So from now on we assume that the height function $h:\Sigma \to \mathbb{R}$ is a Morse function so that all critical points assume distinct values.
Question 2: Consider the following VERY simple example: suppose that $h$ has exactly 2 critical points, say $p_0$ and $p_1$, which are necessarily a global minimum and global maximum respectively. Then, I should be able to write $\Sigma$ as basically a bottom cap which locally admits coordinates $(u_1, u_2)$ satisfying $h(u_1, u_2) = h(p_0) + u_1^2 + u_2^2$, a top cap which locally admits coordinates $(v_1, v_2)$ satisfying $h(v_1, v_2) = h(p_1) - v_1^2 - v_2^2$, and then a thin strip in the middle where the two caps meet which can be made arbitrarily thin.
I feel like it should be obvious in this case to explicitly write down a map $\psi:B^3 \to \mathbb{R}^3$ as above using these coordinate parametrizations, but I honestly cannot come up with anything. I can certainly draw a picture of this and it looks like the surface clearly bounds a $3$-ball. I don't have any doubt about it. But, push comes to shove, I cannot leverage these coordinate representations to actually write the map down.
Question 3: At this point, I feel like what I should do is induct on the number of saddle points $h$ has. In the presence of a single saddle point, I feel like I should again pick local representations around each of the 4 critical points (either 2 mins, a max, and a saddle or 2 maxs, a min, and a saddle) and fill up each area locally with part of a ball; the regions where these pieces will connect can be taken to be disks (by the lower dimensional version of Alexander's theorem) and so piecing together the balls along disks is easy.
However I am unsure of how to write down explicitly the required diffeomorphism in terms of the local coordinates here.
In general, given $n$ saddle points, I feel like I'd just want to cut along a disk of the surface to separate it into two pieces, each having fewer than $n$ saddles and cap it off with a disk (and possibly smooth things out if necessary, which will not introduce an extra saddle); appealing to the inductive hypothesis, I'd fill in each piece with a ball; since the regions can be put back together along a bounding disk, I fill the whole thing in with a ball.
I apologize for the length of this post, but if someone could tell me if I've got a good idea of what's going on and help me clear up some of these issues, I'd appreciate it a lot.
specifically the proof begins on page 1 of this document
– anonymous Mar 03 '15 at 15:09