PHD → Geometry → Differential Geometry ↓
Riemannian Geometry
Riemannian geometry is a branch of differential geometry that studies smooth manifolds with a Riemannian metric, which is a way of introducing the concept of distance on these manifolds. The field is named after the German mathematician Bernhard Riemann who first proposed the idea in the 19th century. Riemannian geometry is deeply connected to various branches of mathematics and has wide applications in physics, especially in the theory of general relativity.
At its core, Riemannian geometry aims to generalize the familiar geometry of surfaces and curves in three-dimensional space to higher-dimensional spaces. In classical geometry, the properties of shapes and figures are usually studied in a flat, Euclidean space. However, many interesting geometric ideas require considering spaces that may have curvature, and these are naturally handled using the tools of Riemannian geometry.
Riemannian manifolds
Riemannian manifolds are the central objects of study in Riemannian geometry. A manifold is a mathematical structure that looks a lot like Euclidean space on a small scale. Think of the surface of the Earth: while locally it appears flat, globally it has a curved, spherical shape.
A Riemannian manifold is a manifold equipped with an additional structure called a Riemannian metric. The Riemannian metric allows measuring the lengths of curves, angles between vectors, and distances between points. This metric encodes all the geometric information about the shape of the manifold.
Definition of the Riemannian metric
The Riemannian metric g
on a differentiable manifold M
is a symmetric, positive-definite bilinear form defined on the tangent space T_pM
at every point p
of M
This means that for any two tangent vectors u
and v
at the point p
, there is a real number g_p(u, v)
satisfying the following properties:
- Symmetry:
g_p(u, v) = g_p(v, u)
- Linearity:
g_p(au+bv, w) = a g_p(u, w) + b g_p(v, w)
for scalarsa, b
and tangent vectorw
. - Positive-definiteness:
g_p(u, u) > 0
ifu
is not the zero vector.
Positive-definiteness ensures that the concepts of length and angle can be completely defined.
Visualization of Riemannian metrics
In our visualization, suppose the circle is at a point p
in the manifold. The vectors u
and v
are tangent vectors at this point, defined in the tangent space. The metric helps to measure the angles and distances between them.
Calculating distances on a Riemannian manifold
Let's look at a basic example of calculating the distance between two points on a Riemannian manifold. In Euclidean space, the straight line between two points is the shortest distance. On a Riemannian manifold, this is often not the case because the space can be curved.
Consider a simple two-dimensional manifold M
and two points p
and q
on this manifold. The distance d(p, q)
is calculated as the minimum of the lengths of all smooth curves connecting these points.
d(p, q) = inf { L(c) | c: [0, 1] -> M is a smooth curve with c(0) = p, c(1) = q }
where L(c)
is the Riemannian length of a curve c
, calculated as:
L(c) = ∫ √(g_{c(t)}(c'(t), c'(t))) dt, t = 0 to 1
This mathematical expression defines the length of a curve using the Riemannian metric.
Curvature in Riemannian geometry
Curvature is a core concept in Riemannian geometry. It describes how a manifold bends, twists, or twists. The curvature of a manifold is encoded by the Riemann curvature tensor.
Riemann curvature tensor
The Riemann curvature tensor R
at a point p
in a Riemannian manifold helps us understand the intrinsic curvature of the manifold. It is given as:
r(x,y)z = ∇_x ∇_y z - ∇_y ∇_x z + ∇_[x,y]z
where ∇
denotes the covariant derivative and X, Y, Z
are vector fields.
Gaussian curvature
Gaussian curvature is a characteristic feature of surfaces that comprises the amount by which the surface deviates from being flat. Mathematically, it is defined for a two-dimensional surface within a manifold as follows:
K = dat(II) / dat(I)
where I
and II
are the first and second fundamental forms of the surface, respectively.
Simply put, Gaussian curvature describes how a surface bends in space. It is positive for convex surfaces like the sphere, zero for flat surfaces like the plane, and negative for saddle-shaped surfaces.
Geodesy
In Riemannian geometry, geodesics are a generalization of the notion of "straight line" to curved spaces. Locally, a geodesic between two points on a manifold is the shortest path connecting them.
Geodesic equations
To determine geodesics, we solve a second-order ordinary differential equation known as the geodesic equation:
∇_{c'(t)} c'(t) = 0
where c(t)
is the curve parameterized by t
. This equation shows that the acceleration of the curve must always remain tangent to the manifold, similar to how gravitational forces affect bodies in space.
Riemannian isometry
An isometry of a Riemannian manifold is a distance-preserving map between two Riemannian manifolds. Formally, if (M, g)
and (N, h)
are two Riemannian manifolds, then a diffeomorphism f: M → N
is an isometry if:
h(f_*(X), f_*(Y)) = g(X, Y)
For any vectors X
and Y
, symmetry allows us to explore the idea of equivalent geometry.
Applications of Riemannian geometry
Riemannian geometry has many applications in both theoretical and applied fields. One of its major uses is in general relativity, where the spacetime manifold is modeled as a four-dimensional Riemannian manifold with a Lorentzian metric.
Furthermore, Riemannian geometry finds its place in machine learning, computer vision, and robotics, allowing data interpretation on manifolds, alignment of datasets, and motion planning in complex environments.
Conclusion
Riemannian geometry is a fascinating and powerful area of mathematics that has a profound influence on a variety of scientific and engineering disciplines. By providing a framework for exploring curvature and measure within non-Euclidean spaces, this field allows for a deeper understanding of both abstract mathematical theories and tangible, real-world phenomena.