smooth manifolds, equivalent statements

86 Views Asked by At

Let $X,Y$ be smooth manifolds. Show: A function $f:X\to Y$ is smooth, iff for every open $V\subseteq Y$ and every smooth function $g:V\to\mathbb{R}$ the composition $g\circ f: f^{-1}(V)\to\mathbb{R}$ is smooth.

Hello,

I want to prove this statement. I show "$\Rightarrow$" first.

"$\Rightarrow$":

Let $f:X\to Y$ be smooth. Let $V\subseteq Y$ be open and $g:V\to\mathbb{R}$ smooth.

Observe $g\circ f: f^{-1}(V)\to\mathbb{R}$. Show: $g\circ f$ is smooth.

$g\circ f$ is smooth, when the function is smooth around every $v\in f^{-1}(V)$. Let $v\in f^{-1}(V)$ be random. Since $f$ is smooth, there is a smooth map $(U,\varphi)$ around $v$ and $(W,\psi)$ around $f(v)$ such that, $\psi\circ f\circ\varphi^{-1}$ is smooth on a neighbourhood of $\varphi(v)$.

Since $g$ is smooth there is additionally a smooth map $(W',\psi')$ around $g(f(v))$ such that, $\psi'\circ g\circ f\circ\varphi^{-1}$ is smooth on a neighbouhood of $\psi'(v)$.

Then is $g\circ f$ smooth around every $v\in f^{-1}(V)$.

Is my try correct? I am unsure about it. Thanks in advance for your comments.

1

There are 1 best solutions below

3
On

As it stands, you argument does not look correct. For several statements like "there is a smooth map $(U,\phi)$" you should use local charts instead of smooth maps. Moreover, for $g$ you only need a chart in the domain space whereas you are trying to use a local chart on the target space. The main issue however is that the implication you want to prove follows from the facts that a restriction of a smooth map to an open subset is smooth and that a composition of smooth maps is smooth, which probably should be proved first.