🧮 Brain Teaser
Differential Geometry
Curvature of an Embedded Torus
2026-03-26
✏︎

Curvature of an Embedded Torus

Problem

Let TT be a smooth, closed surface embedded in R3\mathbb{R}^3 that is topologically a torus. Prove that TT must have:

  1. At least one point where the Gaussian curvature K>0K > 0, and
  2. At least one point where the Gaussian curvature K<0K < 0.

You may use the Gauss-Bonnet theorem: for a closed surface SS, SKdA=2πχ(S)\iint_S K \, dA = 2\pi \chi(S) where χ(S)\chi(S) is the Euler characteristic.


Field

Differential Geometry

Why It's Beautiful

You can feel this result geometrically: the outer equator of a doughnut curves like a sphere (positive curvature), while the inner ring curves like a saddle (negative curvature). But making this rigorous requires a global theorem — Gauss-Bonnet — which converts local curvature into a topological invariant.

The result shows that topology constrains geometry: the torus cannot be "non-negatively curved throughout," no matter how you embed it. A sphere can be made uniformly positively curved (as a round sphere in R3\mathbb{R}^3), but a torus cannot — the topology forbids it.

Key Idea / Trick

Two ingredients:

  1. Compactness gives a point of positive KK: the point on TT farthest from the origin lies on a sphere that TT touches from inside, forcing K>0K > 0 there.
  2. Gauss-Bonnet forces a point of negative KK: since χ(T2)=0\chi(T^2) = 0, we have KdA=0\iint K \, dA = 0. But K>0K > 0 somewhere means the integral can only be zero if K<0K < 0 somewhere else.

Difficulty

3 / 5

Tags

Differential geometry, Gauss-Bonnet, Gaussian curvature, Euler characteristic, Topology, Torus, Compactness

Gaussian curvatureGauss-BonnetEuler characteristicTorus

Curvature of an Embedded Torus — Answer

Setup

Let TR3T \subset \mathbb{R}^3 be a smooth closed surface homeomorphic to the torus T2T^2. Recall:

  • Euler characteristic: χ(T2)=0\chi(T^2) = 0 (since VE+F=0V - E + F = 0 for any triangulation).
  • Gauss-Bonnet: TKdA=2πχ(T2)=0\iint_T K \, dA = 2\pi \chi(T^2) = 0.

Part 1: There exists a point with K>0K > 0

Since TT is compact, it is bounded in R3\mathbb{R}^3. Let pTp \in T be the point farthest from the origin, i.e., p=maxqTq|p| = \max_{q \in T} |q|.

At pp, the surface TT is tangent (from inside) to the sphere SrS_r of radius r=pr = |p| centered at the origin.

Since TT lies entirely inside SrS_r and touches it at pp, the surface TT curves at least as much as SrS_r at pp in every direction. The sphere SrS_r has Gaussian curvature K=1/r2>0K = 1/r^2 > 0, so:

K(p)1r2>0K(p) \geq \frac{1}{r^2} > 0

More precisely: the principal curvatures κ1,κ2\kappa_1, \kappa_2 of TT at pp both satisfy κi1/r>0\kappa_i \geq 1/r > 0, giving K(p)=κ1κ2>0K(p) = \kappa_1 \kappa_2 > 0. \checkmark


Part 2: There exists a point with K<0K < 0

By Gauss-Bonnet: TKdA=2πχ(T2)=2π0=0\iint_T K \, dA = 2\pi \cdot \chi(T^2) = 2\pi \cdot 0 = 0

From Part 1, K>0K > 0 on some open neighborhood of pp (by continuity), so: TKdAUKdA>0if K0 everywhere\iint_T K \, dA \geq \iint_{U} K \, dA > 0 \quad \text{if } K \geq 0 \text{ everywhere}

This contradicts TKdA=0\iint_T K \, dA = 0. Therefore K<0K < 0 at some point. \blacksquare


Geometric Picture

On a standard torus of revolution (donut), you can see both signs explicitly:

  • Outer equator (farthest from the axis): the surface curves away from you in both directions, like a sphere — K>0K > 0.
  • Inner equator (closest to the axis): the surface curves toward you in one direction, away in the other, like a saddle — K<0K < 0.
  • Top and bottom circles: K=0K = 0 (one principal curvature is zero).

The Gauss-Bonnet theorem guarantees these positive and negative regions balance out exactly.


Contrast with the Sphere

For S2S^2: χ(S2)=2\chi(S^2) = 2, so KdA=4π>0\iint K \, dA = 4\pi > 0. The sphere can be embedded with K>0K > 0 everywhere (the round sphere has K1/R2K \equiv 1/R^2).

For the torus: χ=0\chi = 0 forces the total curvature to vanish — positive and negative regions must perfectly cancel. No matter how cleverly you embed a torus in R3\mathbb{R}^3, you cannot avoid saddle points.


Key Takeaway

Topology constrains geometry. The Euler characteristic — a purely topological quantity — dictates the sign of the total curvature. A torus, having χ=0\chi = 0, must have mixed curvature in any smooth embedding in R3\mathbb{R}^3.

Type: Differential GeometryEdit on GitHub ↗