Get AI summaries of any video or article — Sign up free
Manifolds 33 | Riemannian Metrics thumbnail

Manifolds 33 | Riemannian Metrics

4 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

A Riemannian metric assigns an inner product G_P to every tangent space T_P M, enabling definitions of lengths and angles.

Briefing

Riemannian geometry starts by turning an abstract smooth manifold into a space where distances, lengths, and angles actually make sense. The key move is to attach an inner product to every tangent space of the manifold, and to require that these inner products vary smoothly from point to point. Without this extra structure, a manifold can tell what “nearby” means topologically, but it can’t measure how far apart two points are or how long a curve segment is.

The construction begins with a smooth manifold M. At each point P on M, there is a tangent space T_P M, a vector space where one can do linear-algebra-style calculations. A Riemannian metric assigns to each tangent space an inner product, denoted G_P. In practice, this means that for any two tangent vectors X and Y in T_P M, the metric produces a real number G_P(X, Y). From that inner product, one can define lengths (via the square root of G_P(X, X)) and angles, just as in Euclidean space R^n where an inner product determines geometry.

The “metric” is not just a collection of inner products; it must change continuously and differentiably across the manifold. Formally, the assignment P ↦ G_P is required to be smooth. This smoothness condition ensures that the geometric quantities derived from the metric behave well under coordinate changes—crucial for doing calculus on manifolds.

To make the definition concrete, the transcript uses local charts. Pick a point P and a neighborhood U with a chart map φ (with inverse giving coordinates). The chart induces a coordinate basis of tangent vectors {∂/∂x^i} (described as n vectors in each tangent space over points in U). Once those basis vectors are available, the metric can be expressed locally: the inner product values G_{ij}(x) = G_x(∂/∂x^i, ∂/∂x^j) become functions on the coordinate neighborhood. Smoothness then translates into the requirement that, for every pair of indices i, j, the function x ↦ G_{ij}(x) is smooth in the manifold sense.

This local viewpoint yields a matrix representation. In coordinates, the Riemannian metric becomes an n×n symmetric matrix G(x), whose entries are the numbers G_{ij}. The symmetry comes from the symmetry of the inner product itself. Equivalently, the metric can be written using differential one-forms dx^i and dx^j, so that the metric acts on tangent vectors by combining these one-forms with the inner product components. The upshot is practical: computations can use the symmetric matrix of components instead of the abstract inner product, with no loss of information.

A manifold equipped with such a smoothly varying inner product is called a Riemannian manifold, typically denoted as the pair (M, G). The transcript sets up the definition and its coordinate form, then points to the next installment for worked examples—especially for Riemannian metrics on submanifolds of R^n, where the ideas become more tangible.

Cornell Notes

A Riemannian metric turns a smooth manifold into a geometric space where distances, lengths, and angles can be defined. It assigns to each tangent space T_P M an inner product G_P(X, Y) that outputs a real number, and it requires the assignment P ↦ G_P to vary smoothly across the manifold. Using local charts, the metric becomes a symmetric matrix of smooth functions G_{ij}(x) = G_x(∂/∂x^i, ∂/∂x^j). This coordinate representation lets calculations use the metric components instead of the abstract inner product, while preserving the same information. A manifold together with such a metric is called a Riemannian manifold, usually written as (M, G).

Why can’t an arbitrary manifold measure distances or angles by itself?

A general manifold is a topological object: it supports notions like neighborhoods and continuity, but it doesn’t provide numerical structure for “distance.” Distances and angles require an inner product on tangent spaces, because lengths and angles are defined from inner products (e.g., length of X is √⟨X, X⟩). Without an inner product, there’s no way to turn tangent vectors into real-valued geometric quantities.

What exactly does a Riemannian metric assign at each point P?

At each point P on a smooth manifold M, it assigns an inner product on the tangent space T_P M. This inner product is denoted G_P, so for tangent vectors X, Y ∈ T_P M, the metric gives a real number G_P(X, Y). This is the mechanism that enables defining lengths and angles at P.

What does “smoothly varying” mean for the metric?

The metric isn’t just a separate inner product at each point; the collection must change smoothly across M. Concretely, in local coordinates the metric components G_{ij}(x) must be smooth functions. Equivalently, the map P ↦ G_P is required to be smooth, so geometric quantities behave well under coordinate changes.

How does the metric look in local coordinates?

Choose a chart with coordinates x^1, …, x^n on a neighborhood U. The chart induces a coordinate basis of tangent vectors ∂/∂x^i. The metric components are defined by G_{ij}(x) = G_x(∂/∂x^i, ∂/∂x^j). These components form an n×n symmetric matrix G(x), and symmetry comes from the inner product’s symmetry.

Why is the symmetric matrix representation sufficient for computations?

The abstract inner product G_x on each tangent space is fully encoded by its values on the coordinate basis vectors, which are exactly the matrix entries G_{ij}(x). Since any tangent vector can be expressed in that basis, knowing the matrix components determines the inner product on all tangent vectors. Therefore calculations can use the symmetric matrix without losing information.

Review Questions

  1. What additional structure must be added to a smooth manifold to define distances and angles?
  2. How do local chart coordinates produce the metric components G_{ij}(x), and why must the resulting matrix be symmetric?
  3. What smoothness requirement on the metric components ensures the Riemannian structure is compatible with calculus on the manifold?

Key Points

  1. 1

    A Riemannian metric assigns an inner product G_P to every tangent space T_P M, enabling definitions of lengths and angles.

  2. 2

    The metric must vary smoothly across the manifold, so the map P ↦ G_P is smooth.

  3. 3

    In local coordinates, the metric is represented by components G_{ij}(x) = G_x(∂/∂x^i, ∂/∂x^j).

  4. 4

    The metric component matrix G(x) is symmetric because inner products are symmetric.

  5. 5

    Using local charts, the abstract metric can be replaced by its symmetric matrix of smooth functions for practical calculations.

  6. 6

    A Riemannian manifold is a pair (M, G) consisting of a smooth manifold and a smoothly varying Riemannian metric.

Highlights

Distances and angles require more than a manifold’s topology; they need an inner product on tangent spaces.
A Riemannian metric is the smooth assignment P ↦ G_P of inner products to tangent spaces.
In coordinates, the metric becomes a symmetric matrix of smooth functions G_{ij}(x).
The metric’s local component functions determine the full inner product, making matrix-based calculations possible.