February 10, 2020

Smooth Manifolds

Disclaimer: This post requires a basic grasp of differential calculus. You don't really need to know how to calculate them, but you do need to be comfortable with the idea of derivatives and partial derivatives, and in particular we will need that the composition of two differentiable maps is differentiable (via the chain rule).

Smooth manifolds are essentially the most general objects that we can do calculus on. Before we can define smooth manifolds, we need to know what a general topological manifold is. And before we can do that, we need just a few new set-theoretic and topological notions.

Definition. A set $X$ is countable if there is a bijection $f:X\to\Z$. That is, if it can be put into one-to-one correspondence with the integers. Finite sets are also considered to be countable.

So countable sets include any finite set, the set $\Z$ itself, the rational numbers $\Q$, and anything else enumerable. Uncountable sets include the real numbers $\R$, the complex numbers $\C$, and many more.

Recall that a basis for a topological space is a collection of open sets which may be used to generate the topology by taking unions of basis elements.

Definition. A topological space is second countable if it has a countable basis.

Example. The set $\R$ with the standard topology is second countable, since ${(a, b)\subseteq\R\mid a, b\in \Q}$, the set of open intervals with rational endpoints, is a basis for $\R$. I won't prove it, but we can express any two real numbers $x<y$ as a strictly decreasing and a strictly increasing Cauchy sequence of rational numbers, respectively. The union of open intervals with the elements of these sequences as rational endpoints will be an open interval with $x$ and $y$ as real endpoints.

The next definition is not terribly important in its own right, but it will make the rest of the notation in this post considerably cleaner.

Definition. Consider topological spaces $X$ and $Y$ and a function $f:X\to Y$. If the function $\hat{f}:X\to f[X]$ with $\hat{f}(x)=f(x)$ for every $x\in X$ is a homeomorphism, then $f$ is a topological embedding or a homeomorphism onto its image.

Next comes what we shall soon see is the most important property of a topological manifold:

Definition. A topological space $X$ is locally Euclidean if there is some $n\in N$ for which every point $p\in X$ has a neighborhood $U\subseteq X$ which is homeomorphic to an open subset of $\R^n$.

Essentially the definition says that every point of a locally Euclidean space is contained in an open set that looks like $\R^n$. We'll talk more about this in a few minutes so I won't say too much about it yet.

We're now ready to define a topological manifold!

Definition. A topological manifold is a topological space $M$ with the following properties:

  1. $M$ is Hausdorff,
  2. $M$ is second countable,
  3. $M$ is locally Euclidean.

The number $n$ for which $M$ is locally Euclidean is called the dimension of the manifold, written $\dim M$.

The Hausdorff and second countable conditions are important, as we shall see in later posts, but the third property is by far the most important, because it means we can treat sections of the manifold as though they were our old friend $\R^n$.

Example. The space $\R^n$ with the standard topology is trivially a topological manifold. In a previous post I showed that any metric space (and thus $\R^n$ in particular) is Hausdorff. I showed earlier in this post that $\R$ is second countable, and that argument extends easily to $\R^n$. All that remains is to show that $\R^n$ is locally Euclidean. This isn't too difficult. For any point $p\in\R^n$, any neighborhood $U$ of $p$ is trivially homeomorphic to itself under the identity map $i:\R^n\to\R^n$.

Example. A less trivial example is given by the circle $S^1$ with the subspace topology from $\R^2$. The circle is not homeomorphic to $\R$, since any point of $\R$ is a cutpoint but no point of $S^1$ is a cutpoint (see my post on connectedness if this is unfamiliar). However, $S^1$ is the next best thing — it is a one-dimensional topological manifold.

I will not show that $S^1$ is Hausdorff or second countable since these properties are easily proved and not incredibly interesting. We can show that it is locally Euclidean by exhibiting two open sets which cover $S^1$ and which are both homeomorphic to open intervals in $\R$.

charts-on-circle

By simply choosing two overlapping open sets $U$ and $V$ in $S^1$ as above, with embeddings $x:U\to\R$ and $y:V\to\R$, we can talk about patches of the circle as though they were $\R$ itself. We think of $x$ and $y$ as providing "local coordinates" for the regions $U$ and $V$. That is to say, each point $p\in U$ corresponds to precisely one real number in $\R$ — its local coordinate $x(p)$— and likewise for points in $V$. Since $U$ and $V$ must intersect, a point in their intersection will most likely have a different local coordinate under the map $y$ than under the map $x$.

Example. The torus $S^1\times S^1$ with the product topology (which is equivalent to the subspace topology from $\R^3$) is a topological manifold. It is not difficult to exhibit open sets that cover the torus and embeddings from those sets to the real numbers, but I don't want to get bogged down with technical details so I will not bother. You can look up ways to do it if you're interested!

Example. The subset of $\R^2$ below, considered with the subspace topology, is not a topological manifold.

not-a-manifold

The issue is the point where the lines all intersect. All other points have neighborhoods homeomorphic to the real line, but no neighborhood of that point does. If we remove that point, we get a topological manifold, but it is no longer connected.

In the case of the circle above, we had two open sets $U$ and $V$ that were homeomorphic to $\R$. In general, a manifold will have many such open sets and so it is convenient to have a name for them (and for the homeomorphisms).

Definition. A chart $(U, x)$ of a topological manifold $M$ of dimension $n$ consists of an open set $U\subseteq M$ and a topological embedding $x:M\to\R^n$. The set $U$ is often called the chart domain and the embedding $x$ is often called the chart map.

By definition, any nonempty topological manifold must have at least one chart.

Definition. An atlas for a topological manifold $M$ is a collection of charts whose domains cover $M$.

Definition. If $(U, x)$ and $(V, y)$ are charts of a manifold $M$ of dimension $n$ with $U\cap V\ne\varnothing$ then the functions $x\circ y^{-1}:y[U\cap V]\to x[U\cap V]$ and $y\circ x^{-1}:x[U\cap V]\to y[U\cap V]$ are called transition maps between the charts.

Note that transition maps are homeomorphisms because they are compositions of restrictions/inverses of topological embeddings.

In general a manifold will have many atlases. For instance, in the above example for the circle $S^1$, the collection ${(U, x), (V, y)}$ was an atlas. But we could have used different open sets, as long as they covered $S^1$. We could also add more charts and the result will still be an atlas.

Definition. An atlas for a topological manifold $M$ is a maximal atlas if it is not strictly contained in any other atlas for $M$.

Every topological manifold has a maximal atlas. This isn't super important now, but it will be in a moment.

That's it. That's all there is to topological manifolds (not really). Let's move on to smooth manifolds!

Since topological manifolds are topological spaces, it makes sense to talk about continuous maps $\R\to M$ and $M\to N$, where $M$ and $N$ are topological manifolds. The endgame of this post is to be able to take this even further and talk about smooth maps $M\to \R$ and $M\to N$. First we must define what we mean by a smooth map between Euclidean spaces:

Definition. If $U\subseteq R^n$ and $V\subseteq R^m$ are open, a map $f:U\to V$ is called:

  • $C^0$ if $f$ is continuous,
  • $C^1$ if $f$ is continuously differentiable (that is, its derivative is continuous),
  • $C^k$ if $f$ is $k$-times continuously differentiable,
  • $C^\infty$ or smooth if $f$ is infinitely differentiable.

We shall be mainly interested in the smooth ($C^\infty$) case, but everything that follows has an analogue for $C^k$ functions.

Consider a function $f:M\to\R$ defined on a manifold $M$. I like to imagine such a function as assigning a temperature to each point on the manifold, but think about it however best suits you. We would like to come up with a way to extend the above concepts of differentiability and smoothness to such functions. Unlike continuity, however, differentiability is not a topological notion. To see this, note that the circle and the square are homeomorphic spaces, but the circle is intuitively smooth while the square is not (it has sharp corners where it ought not be differentiable). To define a notion of differentiability on a manifold, we have to get a little bit creative.

Luckily, we have an atlas of charts that let us talk about regions of the manifold as though they were regions of $\R^n$. It may not be immediately obvious, but this lets us treat chunks of our function $f:M\to\R$ as though they were functions $\R^n\to\R$. To see this more clearly, we make the following definition.

Definition. Let $M$ be a manifold of dimension $n$ and let $f:M\to\R$ be a function. If $(U, x)$ is a chart of $M$, we call $f\circ x^{-1}:x[U]\to\R$ the chart representative of $f$ under this chart.

Here's a visualization of what the chart representative of a function $f:M\to\R$ might look like. If we are going with my "temperature distribution" interpretation, blue might represent "colder" regions of $M$ and red might represent "warmer" regions. Since $M$ is an $n$-dimensional manifold, every point $p\in M$ is contained in the domain of some chart $(U, x)$. If we look at the image of $U$ under the chart map $x$, we obtain a region $x[U]$ in $\R^n$ to which we can assign familiar coordinates, and which gives us a pretty reasonable representation of what the function $f$ looks like on the domain $U$.

chart-representative

Remember that the chart map $x$ is necessarily an embedding and thus has an inverse $x^{-1}:x[U]\to U$ which is also a homeomorphism. The chart representative of $f$ under the chart $(U, x)$ is then the function $f\circ x^{-1}:x[U]\to\R$. It is crucial to notice that for any point $p\in U$, we have that $f(p) = (f\circ x^{-1})(x(p))$. This means that the chart representative $f\circ x^{-1}$ really contains all the same data that $f$ does on the chart domain $U$. Furthermore, since $f\circ x^{-1}$ takes an open subset of $\R^n$ to an open subset of $\R$, it is an object on which differentiability and smoothness make sense to talk about!

Here's the idea then: we will try to define a function $f:M\to\R$ as smooth if every point $p\in M$ is contained in the domain of some chart $(U, x)$ for which the transition map $f\circ x^{-1}$ is smooth (i.e., $C^\infty$) in the sense of ordinary differential calculus. We need to be careful, though, since $p$ might be in the domain of two or more charts. It would be no good at all if the transition map with respect to one chart was smooth but the transition map with respect to another chart was not. In order for smoothness of $f$ to be a well-defined notion then, we need to make sure that it is not dependent on our choice of chart!

Let's see what this requirement entails exactly. Suppose a point $p\in M$ is in the domain of two charts, $(U,x)$ and $(V, y)$. Then $U\cap V\subseteq M$ is nonempty, since it certainly contains $p$, and it is an open set since it is the intersection of two open sets.

smooth-function-well-defined-1

What we need is for smoothness of the chart representative $f\circ x^{-1}$ to imply smoothness of the chart representative $f\circ y^{-1}$. So suppose the chart representative $f\circ x^{-1}$ is smooth. Then, remembering that the composition of smooth functions is smooth and that composition of functions is associative, the other chart representative
$$
\begin{align}f\circ y^{-1} &= f\circ (x^{-1}\circ x) \circ y^{-1} \\ &= (f\circ x^{-1})\circ(x\circ y^{-1})\end{align}
$$ is guaranteed to be smooth only if the transition map $x\circ y^{-1}$ is smooth. Thus, we have failed in defining smooth functions on topological manifolds, since there is nothing in their definition which requires this.

In order to make all of this work, we simply define a new notion:

Definition. A topological manifold $M$ is a smooth manifold if for every pair of charts $(U, x)$ and $(V,y)$ in its atlas, the transition map $x\circ y^{-1}$ is smooth.

We call such an atlas a smooth atlas and we say that such charts are smoothly compatible.

Unlike a general topological manifold, which is guaranteed to have a perfectly fine atlas by definition, a smooth manifold needs to come with a specified smooth atlas. It is this special choice of atlas which makes a manifold smooth.

In restricting the types of manifolds we consider to smooth manifolds, we have solved the issue above and we can immediately define smooth functions on smooth manifolds!

Definition. Let $M$ be a smooth manifold. A function $f:M\to\R$ is a smooth function if every point $p\in M$ is contained in the domain of some chart $(U, x)$ for which the chart representative $f\circ x^{-1}$ is smooth in the sense of ordinary differential calculus.

We denote by $C^\infty(M)$ the collection of all smooth functions on $M$.

The argument above proves that this definition is well defined on smooth manifolds, because if a function's transition map with respect to one chart is smooth, then all its transition maps in overlapping charts are guaranteed to be smooth by construction.

Let me reiterate, just to really drive the point home. There is no way to talk about smooth functions on a general topological manifold. Only if we restrict our atlas to a smooth atlas in which all charts are smoothly compatible can we define such a concept. Smooth manifolds are the primary object of study in differential geometry, and are an essential ingredient in general relativity (spacetime is assumed to be a smooth manifold) and other branches of physics.

In addition to being able to talk about smooth maps on a manifold, we now have all the required machinery to define smooth maps between two smooth manifolds. Suppose $f:M\to N$ is such a map between smooth manifolds $M$ of dimension $m$ and $N$ of dimension $n$. Then there are necessarily charts $(U_M, x_M)$ for $M$ and $(U_N, x_N)$ for $N$ for which $p\in U_M$ and $f(p)\in U_N$. We don't know how to differentiate $f$, but we can follow the same basic procedure we used above to define smooth functions.

smooth-map-idea

Observe that $x_N\circ f\circ x_M^{-1}$ is a function between open subsets of $\R^m$ and $\R^n$, and thus it is an object on which it is reasonable to talk about differentiability and smoothness in the ordinary vector-calculus sense. Furthermore, for any point $p\in U_M$ we have that
$$f(p) = x_N^{-1}\circ (x_N\circ f\circ x_M^{-1})(x_M(p)).$$ Thus, all the behavior of the function $f$ on the subsets $U_M$ and $U_N$ is completely recoverable from the function $x_N\circ f\circ x_M^{-1}$, so it makes sense to talk about it as a sort of representative of $f$ with respect to these charts.

Definition. Let $M$ and $N$ be smooth manifolds. A map $f:M\to N$ is a smooth map if for every point $p\in M$ there is a chart $(U_M, x_M)$ for $M$ whose domain contains $p$ and a chart $(U_N, x_N)$ whose domain contains $f(p)$ and for which $x_N\circ f\circ x_M^{-1}$ is smooth in the sense of ordinary differential calculus.

We still need to check that the concept of a smooth map is well defined. For instance, it's possible that $p$ is contained in two charts whose intersection is $U_M$ and $f(p)$ is contained in two charts whose intersection is $U_N$.

smooth-map-well-defined

Suppose $x_N\circ f\circ x_M^{-1}$ is smooth. Then
$$
\begin{align}y_N\circ f\circ y_M^{-1} &= y_N\circ (x_N^{-1}\circ x_N)\circ f\circ (x_M^{-1}\circ x_M)\circ y_M^{-1} \\
&= (y_N\circ x_N^{-1})\circ (x_N\circ f\circ x_M^{-1})\circ (x_M\circ y_M^{-1})\end{align}
$$ is smooth because the transition maps $y_N\circ x_N^{-1}$ and $x_M\circ y_M^{-1}$ are smooth by the definition of a smooth manifold. Thus, the concept of smoothness of a map $f:M\to N$ is independent of the charts that we choose, and so it is a well defined notion.

I'm going to stop here for now, but in my next post we'll see how we can define tangent spaces to points on a manifold, which are a generalization of tangent hyperplanes to hypersurfaces in $\R^n$.