FIG.29 · §07 TENSOR CALCULUS

MANIFOLDS AND TANGENT SPACES

Spacetime is a curved space that locally looks flat. Every point has its own vector space attached.

§ 01

Curved spaces are spaces too

Walk one kilometre on the surface of the Earth and the ground looks flat. Drive a thousand kilometres and you notice you've been following a gentle curve. Cross the ocean and it is undeniable — the surface bends back on itself. The curvature is real, but at every scale your local patch looks like a piece of flat two-dimensional plane. That is the central idea of a manifold: a space that may be globally curved, but which is locally indistinguishable from flat Euclidean space.

This is not a vague analogy. made it mathematically precise in his 1854 Habilitation lecture — the single most productive hour in the history of differential geometry. Riemann's insight was that you do not need an ambient higher-dimensional space to define curvature. The sphere is not curved because it sits inside three-dimensional Euclidean space; it is curved because of the intrinsic geometry of the surface itself. You can measure that curvature from inside, without ever leaving the surface, by walking around triangles and noticing that their angles add up to more than 180°.

A smooth n-manifold is a topological space that, near every point, looks like ℝⁿ — meaning there is a smooth bijection between a neighbourhood of the point and an open subset of ℝⁿ, and the inverse of that bijection is also smooth. The sphere S2S^2 is a 2-manifold; its local patches look like pieces of the plane. The spacetime of general relativity is a 4-manifold; every small neighbourhood looks like Minkowski space. A circle S1S^1 is a 1-manifold: locally it looks like a line. The global topologies are wildly different — a torus is not a sphere, a Klein bottle is not a plane — but locally, every manifold is flat.

The word "locally" is doing real work here. The Earth is round, but humans walked for millennia without noticing. The geometry of spacetime departs from Minkowski only at scales where gravitational tidal forces are non-negligible — on short enough timescales and in small enough regions of space, every freely-falling lab genuinely is an inertial frame. This is the Equivalence principle rephrased in the language of manifolds: spacetime is locally Minkowski because it is a smooth 4-manifold with a Lorentzian metric.

§ 02

Charts and atlases

To do calculus on a manifold we need coordinates. But a manifold may have no global coordinate system — you cannot chart the entire sphere with a single flat map without tearing or distorting. Instead you use a collection of coordinate charts.

FIG.29a — two overlapping coordinate patches φ(U) and ψ(V) on a manifold M. The yellow region is the overlap; the dashed arrow is the transition map φ ∘ ψ⁻¹ between the two chart images in ℝ².
loading simulation

A chart is a pair (U,φ)(U, \varphi) where UU is an open subset of the manifold and φ:URn\varphi: U \to \mathbb{R}^n is a homeomorphism onto an open set in Rn\mathbb{R}^n. The chart assigns coordinates (x1,,xn)(x^1, \ldots, x^n) to every point in UU: if pUp \in U then φ(p)=(x1(p),,xn(p))\varphi(p) = (x^1(p), \ldots, x^n(p)). Those numbers are the coordinates of pp in this chart.

An atlas is a collection of charts whose domains cover the entire manifold — αUα=M\bigcup_\alpha U_\alpha = M. Where two charts overlap, say pUVp \in U \cap V, the point pp has two sets of coordinates: φ(p)\varphi(p) and ψ(p)\psi(p). The transition map converts between them:

φψ1:RnRn\varphi \circ \psi^{-1}: \mathbb{R}^n \to \mathbb{R}^n

This is a map from one open subset of Rn\mathbb{R}^n to another — both are flat, both have the usual Euclidean structure — so we can ask whether the transition map is smooth in the ordinary sense. A smooth manifold is one where all transition maps are infinitely differentiable (CC^\infty). That smoothness condition is what makes calculus work intrinsically on the manifold, without any ambient embedding space.

Physics quantities must be independent of the choice of chart. A particle's mass, the curvature of a worldline, the field strength at a point — none of these can depend on which coordinate system you happen to use to describe them. The transition maps encode exactly what happens to coordinates when you change charts, and the whole tensor apparatus of general relativity is designed to ensure that physical laws transform correctly under those changes.

§ 03

The sphere and the surface of Earth

FIG.29b — a 2-sphere of radius 1 with its latitude-longitude grid. Three tangent arrows at distinct points show the local coordinate directions: ∂/∂φ near the north pole (cyan), ∂/∂θ at the equator (pink), and ∂/∂φ at 45°N (amber). Drag the rotation slider to inspect the sphere from any angle.
loading simulation

The 2-sphere S2S^2 is the cleanest example. In spherical coordinates (θ,φ)(θ, φ) — co-latitude θ[0,π]\theta \in [0, \pi] and longitude φ[0,2π)\varphi \in [0, 2\pi) — the embedding into R3\mathbb{R}^3 is

x=Rsinθcosφ,y=Rsinθsinφ,z=Rcosθ.x = R \sin\theta\cos\varphi, \quad y = R \sin\theta\sin\varphi, \quad z = R\cos\theta.

But there is a catch: the single chart (θ,φ)(\theta, \varphi) fails at the poles, because φ\varphi is undefined at θ=0\theta = 0 and θ=π\theta = \pi. To cover the sphere smoothly you need at least two charts — a minimum atlas of two patches. Geographers solve exactly this problem every time they print an atlas: no single flat map can faithfully represent the entire globe, which is why world atlases have multiple projections stitched together at their edges.

The transition maps between the two charts on S2S^2 are smooth diffeomorphisms of open subsets of R2\mathbb{R}^2 — the Mercator projection, the stereographic projection, and the gnomonic projection are all concrete examples of such transition maps. The fact that they are smooth is precisely what makes S2S^2 a smooth 2-manifold, despite its globally non-flat geometry.

Spacetime is the same idea in four dimensions. The Spacetime of general relativity is a smooth 4-manifold equipped with a Lorentzian metric. Locally it looks like Minkowski space; globally its topology may be exotic (a black hole, a closed universe, a wormhole). Every World-line is a smooth curve on this manifold. The coordinates (t,x,y,z)(t, x, y, z) are just a chart — a smooth bijection between a patch of spacetime and an open set of R4\mathbb{R}^4. Einstein's field equations, which we reach in §08, govern how the metric on this manifold is determined by its matter content.

§ 04

Tangent vectors as directional derivatives

FIG.29c — one point p on the sphere highlighted (amber dot); the tangent plane T_pM at that point drawn as a faint parallelogram; and the two basis vectors ∂/∂θ (cyan) and ∂/∂φ (pink) drawn as orthogonal arrows within the plane. Drag the rotation slider to verify that both arrows lie tangent to the sphere.
loading simulation

The most important concept in this module is the correct definition of a tangent vector. The naive picture — "an arrow attached to a point on the surface" — works fine for surfaces embedded in R3\mathbb{R}^3. But spacetime is not embedded in any larger space. We need a definition that works intrinsically, using only operations available on the manifold itself.

The intrinsic definition is this: a tangent vector at p is a linear operator that takes a smooth function f:MRf: M \to \mathbb{R} and returns a real number — the directional derivative of ff in the direction of the vector. In a coordinate chart (xμ)(x^\mu) near pp, the coordinate basis tangent vectors /xμ\partial/\partial x^\mu act as:

v(f)=vμfxμpv(f) = v^\mu \frac{\partial f}{\partial x^\mu}\bigg|_p

Here vμv^\mu are the components of the tangent vector in this chart, and Einstein's summation convention (sum over repeated μ\mu) is in effect. The operators /xμ\partial/\partial x^\mu for μ=0,1,,n1\mu = 0, 1, \ldots, n-1 form a basis for the tangent space at pp.

The Tangent space TpMT_p M is the nn-dimensional vector space spanned by these basis operators. Every tangent vector at pp is a unique linear combination v=vμ/xμv = v^\mu \partial/\partial x^\mu. The components vμv^\mu depend on the chart — if you change coordinates from (xμ)(x^\mu) to (x~μ)(\tilde{x}^\mu), the basis transforms and so do the components. But the tangent vector itself, as an operator on functions, is coordinate-independent.

This matters for GR in a concrete way. A four-velocity is a tangent vector to the worldline, not a vector in some ambient space. An electromagnetic field is a differential 2-form — a tensor built out of cotangent vectors, the duals of tangent vectors. The curvature of spacetime is the Riemann tensor — a multilinear map on tangent and cotangent vectors at each point. All of it lives in the tangent bundle, the disjoint union TM=pMTpMTM = \bigsqcup_{p \in M} T_p M of tangent spaces over every point.

§ 05

Why we don't embed

The embedding into R3\mathbb{R}^3 is a crutch, not a necessity. For surfaces — 2-manifolds — it helps our intuition: we can picture the sphere sitting in three-dimensional space, see the tangent planes visually, watch arrows slide along the surface. But general relativity is a theory of a 4-manifold, and there is no ambient 5-dimensional or higher-dimensional space that spacetime sits inside. The physics must be intrinsic.

understood this in 1854. His Habilitationsschrift defined curvature intrinsically — using only the metric tensor on the manifold, with no reference to any embedding. The Gaussian curvature of a surface is intrinsic (detectable by ant-geodesics), while the extrinsic curvature depends on how you embed it. Riemann generalized Gaussian curvature to arbitrary dimensions without any embedding, giving us what is now called Riemannian geometry.

The payoff is that general relativity can describe spacetime as a 4-manifold with a metric without requiring a larger ambient space. There is no "outside" of the universe. The curvature is intrinsic — encoded in the metric gμν(x)g_{\mu\nu}(x) at every point, measurable by observers living in spacetime, determined by the matter and energy content via the Einstein field equations. The rubber-sheet picture (§06.3) was pedagogically useful but geometrically misleading precisely because it used an extrinsic embedding. The real geometry has no sheet, no extra dimension, and no "down" direction.

From here the path is clear. The next step is to equip the manifold with a Metric tensor — a smooth assignment of an inner product to each tangent space, allowing us to measure lengths, angles, and elapsed proper time. Once we have the metric, we can define Christoffel symbols (the connection) and Parallel transport (how vectors are carried along curves without rotating relative to the geometry). From parallel transport we get the Geodesic equation, the relativistic generalization of Newton's first law. And from the failure of parallel transport to commute around a loop we get the Riemann curvature tensor — the coordinate-independent measure of curvature that appears on the left side of the Einstein field equations.