ConceptComplete

Smooth Manifolds - Key Properties

Charts and atlases provide the bridge between abstract geometric spaces and concrete calculations in Euclidean space. Understanding how charts interact through transition maps is fundamental to all of differential geometry.

DefinitionCoordinate Chart

A coordinate chart or simply chart on an nn-manifold MM is a pair (U,φ)(U, \varphi) where:

  • UU is an open subset of MM
  • φ:Uφ(U)Rn\varphi: U \to \varphi(U) \subset \mathbb{R}^n is a homeomorphism onto an open subset of Rn\mathbb{R}^n

The functions xi=priφx^i = \text{pr}_i \circ \varphi are called coordinate functions, and we write φ(p)=(x1(p),,xn(p))\varphi(p) = (x^1(p), \ldots, x^n(p)).

Charts allow us to transfer problems from the manifold to Euclidean space, where we can use standard calculus. However, no single chart typically covers the entire manifold, necessitating multiple charts and compatibility conditions.

DefinitionTransition Maps

Given two charts (U,φ)(U, \varphi) and (V,ψ)(V, \psi) with UVU \cap V \neq \emptyset, the transition map is

τUV=ψφ1:φ(UV)ψ(UV)\tau_{UV} = \psi \circ \varphi^{-1}: \varphi(U \cap V) \to \psi(U \cap V)

This is a map between open subsets of Euclidean space, expressing the coordinates of ψ\psi in terms of those of φ\varphi.

ExampleTransition Map on the Circle

Consider S1={(x,y)R2:x2+y2=1}S^1 = \{(x,y) \in \mathbb{R}^2 : x^2 + y^2 = 1\} with charts:

  • (U1,φ1)(U_1, \varphi_1) where U1=S1{(1,0)}U_1 = S^1 \setminus \{(-1,0)\} and φ1(x,y)=y1+x\varphi_1(x,y) = \frac{y}{1+x}
  • (U2,φ2)(U_2, \varphi_2) where U2=S1{(1,0)}U_2 = S^1 \setminus \{(1,0)\} and φ2(x,y)=y1x\varphi_2(x,y) = \frac{y}{1-x}

On the overlap U1U2U_1 \cap U_2, the transition map is:

τ12(t)=φ2φ11(t)=1t\tau_{12}(t) = \varphi_2 \circ \varphi_1^{-1}(t) = \frac{1}{t}

which is smooth wherever t0t \neq 0.

Remark

The smoothness of transition maps is what distinguishes smooth manifolds from merely topological manifolds. This condition ensures that concepts like tangent vectors and differential forms are well-defined independent of the choice of coordinates.

DefinitionMaximal Atlas

Given a smooth atlas A\mathcal{A} on MM, the maximal smooth atlas is the collection of all charts (U,φ)(U, \varphi) that are smoothly compatible with every chart in A\mathcal{A}. This maximal atlas defines the smooth structure on MM.

In practice, we typically specify a smooth structure by giving a smooth atlas, and implicitly work with its maximal extension. Different smooth atlases may define the same smooth structure if they generate the same maximal atlas.

ExampleStandard Coordinates on $\mathbb{R}^n$

The simplest example is M=RnM = \mathbb{R}^n with the single chart (Rn,id)(\mathbb{R}^n, \text{id}). The transition map to any other chart (U,ψ)(U, \psi) is simply ψ\psi itself, and smoothness of ψ\psi ensures compatibility.