Smooth approximation of any continuous function relative to a closed subset

300 Views Asked by At

In Lee's Introduction to Smooth Manifolds, I'm attempting to solve problem 6-4(a). It states:

Let $M$ be a smooth manifold, let $B$ be a closed subset of $M$, and let $\delta : M \to \mathbb{R}$ be a positive continuous function. Given any continuous function $f : M \to \mathbb{R}^k$, show that there is a continuous function $\widetilde{f} : M \to \mathbb{R}^k$ that is smooth on $M \setminus B$, agrees with $f$ on $B$, and is $\delta$-close to $f$. [Hint: use Problem 6-3.]

(Two functions $f$ and $\widetilde{f}$ are $\delta$-close if $|f(x) - \widetilde{f}(x)| < \delta(x)$ for all $x \in M$.)

The result of problem 6-3 is a smooth function $\widetilde{\delta} : M \to \mathbb{R}$ which is zero on $B$ and satisfies $0 < \widetilde{\delta}(x) < \delta(x)$ for all $x \in M \setminus B$. The most obvious way to make use of this is to define $\widetilde{f}(x) = (f_1(x) + \widetilde{\delta}(x)/\sqrt{k}, \dots, f_k(x) + \widetilde{\delta}(x)/\sqrt{k})$ which agrees with $f$ on $B$ and is $\delta$-close, but isn't necessarily smooth on $M \setminus B$.

By theorem 6.21, (Whitney approximation for functions) I can find some function $\widetilde{f}$ which is smooth everywhere and $\delta$-close to f, but it doesn't necessarily agree with $f$ on $B$.

It seems to me that I should try and combine both approaches, and my first thought is to define a smooth bump function supported in some neighborhood $U$ of $B$ with which to "blend" them together by the gluing lemma. However, there's no guarantee they'll agree on $U \setminus B$, and besides it just feels needlessly complex.

I've been meditating on this for a few days now and I can't see a resolution. What am I overlooking? What should I be thinking about?

EDIT: On further contemplation, it seems as though both parts of this problem intend the reader to modify the proofs of the Whitney approximation theorems. In the first, theorem 6.21, Lee assumes $f$ is smooth on a closed subset $A$, extends $f\mid_A$ to a smooth map $f_0$ on $M$, uses $\delta$ to cleverly construct a neighborhood $U_0$ of $A$ and a countable cover $\{U_i\}$ of $M \setminus A$, and constructs the desired function with a partition of unity subordinate to $\{U_0\} \cup \{U_i\}$. In this case I assume I only need to construct a different neighborhood for $B$ and otherwise use the same $\{U_i\}$ to cover $M \setminus B$, but I'm not sure how to do this or how $\widetilde \delta$ is useful.

1

There are 1 best solutions below

0
On BEST ANSWER

It's been more than three years, but I seem to have found a solution here on page 52. I'll be posting the solution in my own words and accepting the answer in case of eventual link rot. (And also to correct what I believe is a small typo in the solution.)

By problem 6-3, there is a smooth function $\widetilde{\delta} : M \to \mathbb{R}$ that is zero on $B$, positive on $M \setminus B$, and satisfies $\widetilde{\delta}(x) < \delta(x)$ everywhere. By theorem 6.21 (the Whitney Approximation Theorem for Functions), there is a smooth function $\widehat{f} : M \setminus B \to \mathbb{R}$ that is $\widetilde{\delta}$-close to $f|_{M \setminus B}$. Define $\widetilde{f} : M \to \mathbb{R}$ by $$ \widetilde{f}(x) = \left\{\begin{array}{cc} \widehat{f}(x) & x \in M \setminus B \\ f(x) & x \in B\end{array}\right.. $$ It's clear that $\widetilde{f}$ is smooth on $M \setminus B$, agrees with $f$ on $B$, and is $\delta$-close to $f$. All that remains is to show that $\widetilde{f}$ is continuous. Since manifolds are second-countable by definition, and second-countability implies first-countability, $\widetilde{f}$ will be continuous if and only if it preserves the limit of any convergent sequence $x_n \to x$.

There are two trivial cases where both the sequence and the limit point are completely contained in either $B$ or $M \setminus B$, where preservation of the limit follows by continuity of $f$ or $\widehat{f}$, respectively. The only other possibility to check is if $\{x_n\} \subseteq M \setminus B$ and $x \in B$. (Here is where the assumed typo is. The author in the linked document assumes that $x_n \in B$ for all $n \in \mathbb{N}$, in which case the proceeding argument does not follow.) Then, we find that $$ |\widetilde{f}(x_n) - \widetilde{f}(x)| = |\widehat{f}(x_n) - f(x)| \leq |\widehat{f}(x_n) - f(x_n)| + |f(x_n) - f(x)| < \widetilde{\delta}(x_n) + |f(x_n) - f(x)|. $$ Therefore, because $\widetilde{\delta}(x_n) \to \widetilde{\delta}(x) = 0$ and $f$ is continuous, $\widetilde{f}(x_n)$ must converge to $\widetilde{f}(x)$, as desired.