Geometry begins with a question about the nature of space itself. Euclidean space is the prototype: flat, global coordinates, calculus works everywhere. But most spaces of interest — the sphere, the torus, the group of rotations, the space of probability distributions — are not Euclidean. They are curved, bounded, or otherwise non-flat in ways that prevent any single coordinate system from covering them consistently. The question is how to do calculus on such spaces.
The answer is the theory of smooth manifolds. A manifold is a space that is locally Euclidean — not globally flat, but flat enough in small neighborhoods that calculus makes sense. The sphere is not , but every small patch of it looks like a piece of . This local-to-global philosophy is the engine of all that follows: build the theory locally using familiar Euclidean tools, then assemble the local pieces into a coherent global picture.
Topological Manifolds
Before we can do calculus, we need a notion of space with enough structure to define continuity. A topological space is a set together with a collection of “open sets” that encode which points are near which others, satisfying the axioms that the empty set and are open, arbitrary unions of open sets are open, and finite intersections of open sets are open. Continuity of maps is then defined exactly as in calculus: the preimage of every open set is open.
The simplest interesting topological spaces are those that look locally like .
[!definition] 1.1 — Topological Manifold A topological manifold of dimension is a topological space that is:
- Hausdorff: any two distinct points have disjoint open neighborhoods,
- Second-countable: the topology has a countable base, and
- Locally Euclidean of dimension : every point has an open neighborhood homeomorphic to an open subset of .
The dimension is the same at every point (for a connected manifold) and is an intrinsic property of .
The Hausdorff and second-countability conditions are technical requirements that rule out pathological examples and ensure the manifold behaves well for analysis — in particular, they guarantee the existence of partitions of unity, which are indispensable for assembling local constructions into global ones. For every manifold that arises in practice, these conditions hold automatically.
The key condition is local Euclideanness. A homeomorphism assigns coordinates to points in : a point gets coordinates . This pair is called a coordinate chart or simply a chart.
The canonical examples: itself is an -manifold (trivially). The circle is a 1-manifold. The sphere is a 2-manifold. The torus is a 2-manifold. The real projective plane is a 2-manifold. None of the last four can be given a single global coordinate chart.
The Need for Smooth Structure
Topological manifolds are the right setting for continuous maps and topological invariants, but they are too weak for calculus. Continuity does not distinguish between a smooth curve and a kinked one. We need a notion of differentiability for maps between manifolds — and to define that, we need the coordinate transitions to be smooth.
Here is the subtlety. Suppose a point lies in two overlapping charts and . The same point gets coordinates and in each chart. The transition map
is a map between open subsets of , so we know what it means for it to be smooth. If all transition maps are (infinitely differentiable), then whatever we compute in one chart and translate to another via the transition map will preserve differentiability. The smooth structure is precisely the choice of which charts are “compatible” in this sense.
[!definition] 1.2 — Smooth Atlas and Smooth Manifold An atlas on a topological manifold is a collection of charts whose domains cover : .
An atlas is smooth (or ) if every transition map is a diffeomorphism between open subsets of wherever it is defined.
Two smooth atlases are compatible if their union is also a smooth atlas. A smooth structure on is a maximal smooth atlas — one that contains every chart compatible with it. A smooth manifold is a topological manifold equipped with a smooth structure.
The maximality condition is a bookkeeping convenience: it ensures that any chart compatible with our structure is already in it, so we never have to worry about whether a chart is “allowed.” In practice, one specifies a smooth manifold by giving any smooth atlas; the maximal atlas is the equivalence class it generates.
Examples
The sphere is an -manifold. No single chart covers it — any continuous bijection from to an open subset of fails to be a homeomorphism at at least one point. The standard smooth atlas uses two charts: stereographic projection from the north pole and from the south pole . The chart from the north pole maps to by projecting through onto the equatorial hyperplane; the chart from the south pole does the same through . The transition map on the overlap is the inversion in , which is .
The general linear group is an open subset of (since is continuous and is closed), so it is an -dimensional manifold with the single chart being the identity map. The special orthogonal group is a manifold of dimension — it is a submanifold of , and also a Lie group, a theme we will return to in Chapter 7.
The -torus ( factors) is an -manifold. Charts are products of the standard angle coordinates on , and the transitions are smooth. The torus arises in mechanics as the configuration space of systems of pendula, and in number theory as the domain of Fourier series.
Product manifolds are straightforward: if is an -manifold and is an -manifold, then with the product topology and the charts is an -manifold.
Smooth Maps
With smooth manifolds defined, the natural morphisms are the maps that preserve the smooth structure.
[!definition] 1.3 — Smooth Maps Let and be smooth manifolds of dimensions and . A continuous map is smooth if for every chart on and on with , the coordinate representation
is a map between Euclidean spaces.
A smooth map that is bijective with smooth inverse is a diffeomorphism. Two manifolds are diffeomorphic if a diffeomorphism between them exists.
Smoothness does not depend on which compatible charts are used — this is exactly what the smooth structure guarantees. The definition says: represent in coordinates, and require the resulting Euclidean map to be . If it is in one pair of charts, it is in all compatible pairs, because the transitions between charts are themselves .
The composition of smooth maps is smooth. The identity on any smooth manifold is smooth. Smooth manifolds with smooth maps form a category, denoted or . Diffeomorphisms are the isomorphisms of this category: two diffeomorphic manifolds are, from the smooth-geometric point of view, the same.
Important classes of smooth maps:
- A smooth map is a smooth curve in .
- A smooth map is a smooth function on . The set of all smooth functions on is denoted and is a commutative ring under pointwise operations.
- A smooth map with injective at every is an immersion; if it is also a homeomorphism onto its image, it is an embedding.
Submanifolds
The most natural way manifolds arise in practice is as subsets of larger manifolds defined by equations. The sphere is defined by the single equation . The orthogonal group is defined by the equations . The question is when the solution set of a system of equations is itself a manifold.
The answer is given by the rank theorem and its corollaries.
[!definition] 1.4 — Regular Value and Submanifold Let be a smooth map. A point is a regular value of if for every , the linear map (the differential, defined precisely in Chapter 2) is surjective.
If is a regular value of and , then is a smooth submanifold of of dimension .
The proof is a direct consequence of the implicit function theorem: if is surjective at every point of the level set, then locally looks like a projection, and the level set looks like a flat slice of . For the sphere: is a smooth map , and is surjective for every . In particular it is surjective on , so is a smooth -manifold.
[!theorem] 1.1 — Inverse Function Theorem Let be a smooth map and . If is an isomorphism (i.e., and is invertible), then there exist open neighborhoods and such that is a diffeomorphism.
The inverse function theorem is a local statement: it says nothing about global injectivity, only that is locally invertible near if its linearization is invertible there. Combined with the implicit function theorem (which it implies), it is the main computational tool for recognizing when a set defined by equations is a submanifold.
Partitions of Unity
A recurrent technical need in differential geometry is to pass between local and global constructions: to define something chart by chart and assemble the pieces consistently. The tool that makes this possible is the partition of unity.
[!definition] 1.5 — Partition of Unity Let be a smooth manifold and an open cover of . A smooth partition of unity subordinate to is a collection of smooth functions such that:
- for each ,
- the collection is locally finite (every point has a neighborhood meeting only finitely many supports), and
- for all .
The existence of smooth partitions of unity on any smooth manifold follows from the Hausdorff and second-countability conditions. Partitions of unity are used throughout: to define integration on manifolds (Chapter 3), to construct Riemannian metrics (Chapter 4), and to glue together locally defined objects into global ones.
The Category of Smooth Manifolds
It is worth pausing to appreciate what the smooth manifold framework achieves. We have a category whose objects are spaces that look locally like and whose morphisms are maps that are smooth in local coordinates. This is the correct generalization of “doing calculus” to curved spaces:
- Every object locally looks like the familiar Euclidean setting.
- Every morphism is locally represented by a map between Euclidean spaces.
- The global topology can be arbitrarily complicated, but calculus is available everywhere.
The framework is also highly flexible. By varying the smoothness condition on transition maps, one gets different categories: manifolds (transition maps are -times differentiable), real-analytic manifolds (transition maps are analytic), complex manifolds (transition maps are holomorphic). For our purposes, is the right choice: smooth enough for all of analysis, without the rigidity of analyticity.
What the framework does not yet provide is any way to measure lengths, angles, or distances — any way to distinguish a small circle from a large one, or a sphere from an ellipsoid. Topological manifolds have the same topology as their deformations; smooth manifolds have the same smooth structure as their diffeomorphisms. Geometry — in the sense of measurement — requires additional structure. That additional structure is the Riemannian metric, introduced in Chapter 4. But to even define what a metric is, we need the tangent space at each point — the infinitesimal Euclidean approximation to the manifold. That is the subject of the next chapter.
What Smooth Manifolds Are Not
It is instructive to name what is missing. A smooth manifold has no preferred coordinates, no notion of distance, no way to compare vectors at different points, no canonical way to differentiate vector fields. All of these deficiencies are real: they distinguish manifolds from Euclidean spaces, and they are precisely what makes geometry on manifolds interesting and non-trivial.
The absence of preferred coordinates means that meaningful geometric objects must be defined coordinate-independently. A function is well-defined on ; its value at does not depend on which chart we use. But the gradient of — the direction of steepest ascent — requires a metric to define, because “steepest” depends on how we measure lengths of directions. The coordinate-independence requirement is not a burden but a feature: it forces us to identify which structures are truly geometric (intrinsic to the manifold) and which are artifacts of a coordinate choice.
The absence of a way to compare tangent vectors at different points means that “parallel” has no meaning yet. A vector field on a sphere — a smooth assignment of a tangent vector to each point — does not automatically tell us how to transport a vector from one point to another while keeping it “the same.” That requires a connection (Chapter 5), and which connection we use is an additional geometric choice.
These gaps are not defects. They are the questions that the rest of the monograph answers.
The standard references for this chapter are Lee’s Introduction to Smooth Manifolds (2nd ed., 2013), which gives the most complete modern treatment, and do Carmo’s Riemannian Geometry (1992) for the path toward metric structure. Milnor’s original paper on exotic spheres (1956) remains worth reading for the shock of the result.