ConceptComplete

Riemannian Metrics - Core Definitions

A Riemannian metric endows a smooth manifold with the structure needed to measure lengths, angles, areas, and volumes, transforming differential geometry from a purely topological subject into a geometric one.


Definition and Basic Properties

Definition6.1Riemannian metric

A Riemannian metric gg on a smooth manifold MM is a smooth assignment of an inner product gp:TpM×TpMRg_p: T_pM \times T_pM \to \mathbb{R} to each tangent space, meaning:

  1. Symmetric: gp(u,v)=gp(v,u)g_p(u, v) = g_p(v, u) for all u,vTpMu, v \in T_pM.
  2. Positive definite: gp(v,v)>0g_p(v, v) > 0 for all v0v \neq 0.
  3. Smooth: In any local coordinates (x1,,xn)(x^1, \ldots, x^n), the components gij(x)=g(/xi,/xj)g_{ij}(x) = g(\partial/\partial x^i, \partial/\partial x^j) are smooth functions.

In local coordinates, g=gij(x)dxidxjg = g_{ij}(x) \, dx^i \otimes dx^j (Einstein summation). A smooth manifold equipped with a Riemannian metric is a Riemannian manifold (M,g)(M, g).

Theorem6.1Existence of Riemannian metrics

Every smooth manifold admits a Riemannian metric.

The proof uses partitions of unity: choose an arbitrary inner product on each chart domain, then average using a partition of unity. The convex combination of positive definite bilinear forms is positive definite.


Examples

ExampleStandard and classical metrics
  1. Euclidean metric: On Rn\mathbb{R}^n, g=dx1dx1++dxndxn=δijdxidxjg = dx^1 \otimes dx^1 + \cdots + dx^n \otimes dx^n = \delta_{ij} dx^i dx^j.

  2. Round metric on SnS^n: The restriction of the Euclidean metric to the sphere embedded in Rn+1\mathbb{R}^{n+1}.

  3. Hyperbolic metric: On the upper half-plane H2={(x,y):y>0}\mathbb{H}^2 = \{(x,y) : y > 0\}, g=dx2+dy2y2g = \frac{dx^2 + dy^2}{y^2}. This has constant curvature 1-1.

  4. Flat torus: T2=R2/Z2T^2 = \mathbb{R}^2 / \mathbb{Z}^2 with the metric inherited from R2\mathbb{R}^2. This is flat (R=0R = 0).

  5. Product metric: If (M,gM)(M, g_M) and (N,gN)(N, g_N) are Riemannian, then M×NM \times N has the product metric gMgNg_M \oplus g_N.


Lengths, Distances, and Volumes

Definition6.2Length and distance

The length of a piecewise smooth curve γ:[a,b]M\gamma: [a,b] \to M is

L(γ)=abgγ(t)(γ(t),γ(t))dt=abγ(t)gdt.L(\gamma) = \int_a^b \sqrt{g_{\gamma(t)}(\gamma'(t), \gamma'(t))} \, dt = \int_a^b |\gamma'(t)|_g \, dt.

The Riemannian distance between points p,qMp, q \in M is

d(p,q)=inf{L(γ):γ is a piecewise smooth curve from p to q}.d(p, q) = \inf\{L(\gamma) : \gamma \text{ is a piecewise smooth curve from } p \text{ to } q\}.

This makes (M,d)(M, d) a metric space whose topology agrees with the manifold topology.

Definition6.3Riemannian volume form

On an oriented Riemannian nn-manifold, the volume form is

dvolg=det(gij)dx1dxn.\mathrm{dvol}_g = \sqrt{\det(g_{ij})} \, dx^1 \wedge \cdots \wedge dx^n.

The volume of a measurable region UMU \subset M is Vol(U)=Udvolg\operatorname{Vol}(U) = \int_U \mathrm{dvol}_g.

RemarkMusical isomorphisms

A Riemannian metric provides canonical isomorphisms between tangent and cotangent spaces: the flat map :TMTM\flat: TM \to T^*M sends vg(v,)v \mapsto g(v, \cdot), and the sharp map =1\sharp = \flat^{-1} is its inverse. These "raise and lower indices" in tensor calculus: vi=gijvjv_i = g_{ij} v^j and αi=gijαj\alpha^i = g^{ij} \alpha_j.