Verification that a map between product manifolds is smooth

570 Views Asked by At

Let $M_1, M_2$ be smooth manifolds. I have defined a map $f: \left( M_1 \times M_1 \right) \times \left( M_2 \times M_2 \right) \rightarrow \left( M_1 \times M_2 \right) \times \left( M_1 \times M_2 \right)$, as

$$f \left( \left( g_1, h_1 \right), \left( g_2, h_2 \right) \right) = \left( \left( g_1, g_2 \right), \left( h_1, h_2 \right) \right).$$

I want to check if $f$ is smooth. Intuitively, I think that it is smooth. Although I do not understand how to plug in the definition of smoothness of maps between manifolds.

I tried using the definition:

Definition: Let $M$ and $N$ be smooth manifolds. A function $f: M \rightarrow N$ is smooth if for each $p \in M$ there are charts $\left( U, \phi \right)$ of $M$ and $\left( V, \psi \right)$ of $N$ such that $p \in U$, $f \left( p \right) \in V$, $f \left( U \right) \subseteq V$, and the map $\psi \circ f \circ \phi^{-1}: \phi \left( U \right) \rightarrow \psi \left( V \right)$ is smooth.

I thought projection maps would help but I am not able to construct the appropriate charts in $\left( M_1 \times M_1 \right) \times \left( M_2 \times M_2 \right)$ and $\left( M_1 \times M_2 \right) \times \left( M_1 \times M_2 \right)$. What is a way to approach this problem?

1

There are 1 best solutions below

0
On

This is a problem where the following result from [LeeSM] (pp. 36) yields an economical solution:

Proposition 2.12. Suppose that $M_1, \dots, M_k$ and $N$ are smooth manifolds with or without boundary, such that at most one of $M_1, \dots, M_k$ has nonempty boundary. For each $i$, let $\pi_i: M_1 \times \cdots \times M_k \to M_i$ denote the projection onto the $M_i$ factor. A map $F: N \to M_1 \times \cdots \times M_k$ is smooth if and only if each of the component maps $F_i: \pi_i \circ F: N \to M_i$ is smooth.

Since it seems your main concern is getting tripped up with the notation and juggling with projection maps, this answer is meant to detail how one might go about organizing themselves in their solution to this problem. It happens to be the case that you need not even bother with the particulars of the definition of a smooth map, as you can let Proposition 2.12 do the work for you.

Anyway, let $N = (M_1 \times M_1) \times (M_2 \times M_2)$. The codomain in this problem is $(M_1 \times M_2) \times (M_1 \times M_2)$, this is a cross product of two sets of parenthesis, each set with its own two children. Therefore, we will have a total of six projection maps (one for each set of parenthesis, and then a projection map for each child). The notation for our projection maps is based off of the following:

$$\underbrace{(\underbrace{M_1}_{\pi_{11}} \times \underbrace{M_2}_{\pi_{12}})}_{\pi_1} \times \underbrace{(\underbrace{M_1}_{\pi_{21}} \times \underbrace{M_2}_{\pi_{22}})}_{\pi_2}$$

The explicit application of Proposition 2.12 to the map $f$ which you have given is in the following fashion:

  1. We first apply Proposition 2.12 to $f$, giving that $f: \underbrace{(M_1 \times M_1) \times (M_2 \times M_2)}_N \to (M_1 \times M_2) \times (M_1 \times M_2)$ is smooth if and only if $$\pi_1 \circ f: N \to \underbrace{M_1 \times M_2}_{\text{first set of parenthesis}} \quad \text{where} \quad \pi_1 \circ f ((g_1, h_1),(g_2, h_2)) = (g_1, g_2)$$ is smooth and $$\pi_2 \circ f: N \to \underbrace{M_1 \times M_2}_{\text{second set of parenthesis}} \quad \text{where} \quad \pi_1 \circ f ((g_1, h_1),(g_2, h_2)) = (h_1, h_2)$$ is smooth.
  2. To show that $\pi_1 \circ f$ and $\pi_2 \circ f$ are smooth, we also apply Proposition 2.12 to $\pi_1 \circ f$ and $\pi_2 \circ f$, giving that $\pi_1 \circ f: N \to M_1 \times M_2$ is smooth if and only if $$\pi_{11} \circ \pi_1 \circ f : N \to M_1 \quad \text{where} \quad \pi_{11} \circ \pi_1 \circ f((g_1, h_1),(g_2, h_2)) = g_1$$ is smooth and $$\pi_{12} \circ \pi_1 \circ f : N \to M_1 \quad \text{where} \quad \pi_{12} \circ \pi_1 \circ f((g_1, h_1),(g_2, h_2)) = g_2$$ is smooth. Furthermore, $\pi_2 \circ f: N \to M_1 \times M_2$ is smooth if and only if $$\pi_{21} \circ \pi_1 \circ f : N \to M_1 \quad \text{where} \quad \pi_{21} \circ \pi_2 \circ f((g_1, h_1),(g_2, h_2)) = h_1$$ is smooth and $$\pi_{22} \circ \pi_1 \circ f : N \to M_1 \quad \text{where} \quad \pi_{22} \circ \pi_1 \circ f((g_1, h_1),(g_2, h_2)) = h_2$$ is smooth.
  3. Hence, if we show that each of the four child projection maps $\pi_{11} \circ \pi_{1} \circ f, \pi_{12} \circ \pi_{1} \circ f, \pi_{21} \circ \pi_{2} \circ f,$ and $\pi_{22} \circ \pi_{1} \circ f$ are smooth, then in light of Proposition 2.21 the parent projection maps $\pi_1 \circ f$ and $\pi_2 \circ f$ are smooth, and so in a application of Proposition 2.21 again, we will have that the map $f$ is necessarily smooth.

Demonstrating that the four child projection maps are smooth fall from the result that the canonical projection map from the Cartesian product of smooth manifolds to one of the factors are smooth, as is discussed in this post.