06.11.01 · riemann-surfaces / open-surfaces

Ideal boundary and exhaustions of an open Riemann surface

shipped3 tiersLean: none

Anchor (Master): Ahlfors-Sario *Riemann Surfaces* Ch. I §§29-46, Ch. II §3; Kerékjártó *Vorlesungen über Topologie* (1923); Stoïlow *Leçons sur les principes topologiques* (1938); Freudenthal *Über die Enden topologischer Räume und Gruppen* (1931)

Intuition Beginner

A compact surface, like a sphere or a doughnut, is finite: you can cover it with a finite patch of cloth and tuck in every edge. An open surface is different. The flat plane has no edge, but it still goes on forever — it "runs off to infinity." So does an infinite cylinder, except that one runs off to infinity in two directions, like a pipe open at both ends.

You cannot draw the whole of an infinite surface at once. The honest thing to do is approximate it from the inside. Take a big disc, then a bigger disc, then a bigger one, and keep going. Each disc is a finite piece you can fully see, and together they fill up the whole plane. This growing stack of finite pieces is called an exhaustion.

The places where the surface escapes to infinity are its ends. The plane has one end (everything far away is one big "out there"). The cylinder has two ends, one for each open mouth of the pipe. Counting and describing these ends is how you keep track of the "infinity" of an open surface without ever leaving the finite pieces you can actually handle.

Visual Beginner

Picture three rows. In the top row, the flat plane is filled by a growing family of round discs of radius ; the arrows pointing outward all gather into one label, "one end." In the middle row, a long cylinder is filled by growing tube-segments; the arrows split into two groups, "left end" and "right end." In the bottom row, a wildly branching infinite surface (the "Loch Ness monster") still has every outward arrow merge into a single label, "one end," because there is only one way to escape to infinity.

The picture makes one point: the ends are not extra points sitting on the surface. They are directions of escape, read off from how the boundaries of the growing finite pieces connect up as the pieces enlarge.

Worked example Beginner

Count the ends of the plane and of the cylinder by exhausting them.

Exhaust the plane by the discs for . The edge of is the single circle . As grows, that one circle moves outward and stays one connected circle. One circle for every stage means one way to leave: the plane has one end.

Now exhaust the cylinder, modeled as wrapped around, by the tube-segments for . The edge of is two circles: an inner one at and an outer one at . As grows, the inner circle shrinks toward the puncture and the outer circle expands toward infinity, and they never merge. Two separate circles for every stage means two ways to leave: the cylinder has two ends.

What this tells us: you find the ends by watching the boundary circles of the growing pieces and asking how many separate families of them march off to infinity.

Check your understanding Beginner

Formal definition Intermediate+

Let be a connected Riemann surface that is open, meaning non-compact. As a smooth manifold has empty boundary; the content of this unit is how to attach a substitute "boundary at infinity."

A region is relatively compact, written , if its closure is compact in . A regular region is a relatively compact open set whose topological boundary consists of finitely many disjoint smooth (indeed real-analytic) simple closed curves, each of which has a neighbourhood in which it is a level curve of a harmonic function. A bordered exhaustion of is a sequence of regular regions

with the additional requirement that each connected component of is non-relatively-compact (no component is a "hole" that could be filled by enlarging ). Every open Riemann surface admits such an exhaustion; this rests on second countability and the existence of non-constant harmonic functions on small charts [Ahlfors-Sario Ch. I].

The boundary is a finite disjoint union of circles, the contours of . For , removing from leaves finitely many unbounded components; each contour of lies in exactly one such component, which induces maps that are compatible as increases. The ideal boundary of is the inverse limit

the set of ends in the sense of Freudenthal: a point of is a choice, for each , of one unbounded component of , made consistently under inclusion. With the inverse-limit topology is compact and totally disconnected, and it is independent of the chosen exhaustion. A component of the ideal boundary is a connected component of ; for surfaces these correspond to the ends in the Kerékjártó-Stoïlow classification [Kerékjártó 1923].

The end-compactification is , topologised so that a neighbourhood basis of an end is given by the unbounded components of that selects, together with the ends those components carry. Then is a compact Hausdorff space, is open and dense in it, and is its compact totally disconnected remainder [Freudenthal 1931].

Counterexamples to common slips

  • Ends are not points of the surface. No end lies in ; the plane's single end is not the "point at infinity" of the Riemann sphere. Adjoining one point to gives the sphere , which is one of many compactifications; the end-compactification of also adds one point, but the construction is topological and applies when no conformal one-point compactification exists.
  • The number of contours of is not the number of ends. A single end can carry many contours at finite stages that later merge: an infinite-genus surface with one end has exhaustions whose contours grow in number, yet is a single point.
  • Filling holes matters. If has a relatively compact component, that "hole" is an artifact of a bad exhaustion, not an end. The regularity condition forbids it, so reads only genuine escapes to infinity.

Key theorem with proof Intermediate+

Theorem (the ideal boundary is exhaustion-independent). Let be an open Riemann surface and let and be two bordered exhaustions. The inverse limits

are canonically homeomorphic. Hence the ideal boundary, the end-compactification $X^X$.*

Proof. Because each is relatively compact and , the compact set is covered by the increasing open sets , so for some index ; symmetrically for some . The functions and may be taken strictly increasing.

The inclusion gives , hence a map on unbounded components

sending a component to the unique unbounded component of containing it. These commute with the structure maps of the two inverse systems, because containment of components is transitive. They therefore assemble into a continuous map of the inverse limits.

The symmetric inclusion produces the same way. Composing, and are induced by inclusions and of an exhaustion into a later stage of itself. The map induced on by passing to a later stage of the same exhaustion is the identity, since an inverse limit is unchanged by restriction to a cofinal subsequence. Thus and , so is a homeomorphism. The topology on is defined from the same component data, so the homeomorphism extends to a homeomorphism of end-compactifications fixing pointwise, and it carries connected components of to connected components of .

Bridge. This independence result builds toward the entire open-surface chapter, because every later invariant — harmonic measure, capacity, the type of the surface — is computed along an exhaustion and would be meaningless if it depended on the exhaustion chosen; the foundational reason the theory is well posed is exactly that is intrinsic. This is exactly the same cofinality principle that makes the genus and the fundamental group exhaustion-independent, so the ideal boundary generalises the boundary-at-infinity of the plane to an arbitrary open surface, and it is dual to the way a compact surface is determined by a finite atlas. The construction appears again in 06.11.02, where harmonic measure is placed on this very , and putting these together the bridge is that an open surface is studied through the inverse system of its regular subregions, with the limit object the analysis ultimately lives on.

Exercises Intermediate+

Lean formalization Intermediate+

Mathlib has the topological prerequisites — inverse (projective) limits, connected components, and compactness — but does not package the surface-theoretic notions of regular exhaustion, contour, or ideal boundary. The statement below records the intended definition of the end space as an inverse limit; it is presented as the readable target rather than a compiled artifact, consistent with lean_status: none.

-- Intended (not yet in Mathlib): the space of ends of a space X as the
-- inverse limit of connected components of complements of compact sets.
-- Mathlib provides `TopologicalSpace.Compacts`, `ConnectedComponents`,
-- and `CategoryTheory.Limits` for the inverse limit, but the packaging
-- below (regular exhaustion, ideal boundary of a Riemann surface) is absent.

variable (X : Type*) [TopologicalSpace X]

-- def EndSpace (X) : Type _ :=
--   limit over compact K of ConnectedComponents (Xᶜ K)   -- schematic

Advanced results Master

The inverse-limit description has a structural strengthening. Order the compact subsets by inclusion; the assignment , valued in finite sets, is a contravariant functor, and

over the directed poset of all compacta. The inverse limit of finite discrete sets over a directed poset is a profinite space: compact, Hausdorff, and totally disconnected. For an open Riemann surface, second countability of makes the system cofinally a sequence (the exhaustion), so is a second-countable profinite space, hence metrisable; it is a closed subspace of a Cantor set. The possible homeomorphism types are exactly the closed subsets of the Cantor set: a finite set (finitely many ends), a convergent sequence with its limit, or the full Cantor set (a surface with a Cantor set of ends, realised by an infinite-genus surface accumulating handles toward a fractal boundary).

The Kerékjártó-Stoïlow classification refines this by recording, on the end space, which ends are accumulated by genus. Define to be the ends that are non-planar — those such that every neighbourhood of in contains a handle (positive genus). Then is closed in , and Kerékjártó's theorem states that a connected orientable surface without boundary is determined up to homeomorphism by the triple where is the genus and is the nested pair of (the genus-accumulating ends inside) the end space [Kerékjártó 1923]. The plane is ; the cylinder is ; the Loch Ness monster is .

The same exhaustion data carries the analytic theory. On each regular region with contours , the harmonic measure of a fixed contour relative to the others solves a Dirichlet problem; the limits of these harmonic measures as define the harmonic measure of the ideal boundary components, which decides whether carries non-constant bounded harmonic functions. Stoïlow's topological theory of analytic maps shows that a non-constant holomorphic map of open surfaces is, up to homeomorphism, a branched covering, and it induces a map of end spaces compatible with the branched-covering structure [Stoïlow 1938]; this is the open-surface analogue of the Riemann-Hurwitz bookkeeping for compact surfaces.

Synthesis. The ideal boundary is the foundational reason that open-surface theory has a place for analysis to live: every regular exhaustion presents as the union of finite bordered pieces, and the inverse limit of their complementary components is an intrinsic profinite space on which harmonic measure, capacity, and degeneracy classes are defined. This is exactly the structure that generalises the point at infinity of the plane and is dual to the finite-atlas description of a compact surface, where the contours that bound the finite pieces play, at infinity, the role that the empty boundary plays in the compact case. Putting these together with the Kerékjártó-Stoïlow classification, the topological type of an open orientable surface is the pair together with the genus, and the central insight is that one studies an open surface through the inverse system of its regular subregions, with the analytic invariants of the next units in this chapter all computed as limits along that system. The bridge from topology to function theory is harmonic measure on , and the pattern recurs in 06.11.02 and 06.11.04, where degeneracy of a surface is read off as the vanishing of a boundary functional on exactly this ideal boundary.

Full proof set Master

Proposition (the end space is compact and totally disconnected). For an open Riemann surface , the ideal boundary over the directed poset of compacta is a nonempty compact totally disconnected Hausdorff space.

Proof. Each is finite: is an open surface, locally connected, and has finitely many unbounded components because the contours of any regular region containing are finite in number, and each unbounded component meets at least one contour. Give each finite set the discrete topology; it is then compact Hausdorff. The inverse limit sits inside the product as the subset of threads compatible with the bonding maps. The product of compact Hausdorff spaces is compact Hausdorff by Tychonoff, and the compatibility condition is closed (it is an intersection of preimages of diagonals under continuous projections), so is a closed subspace of a compact Hausdorff space, hence compact Hausdorff.

Total disconnectedness: each projection is continuous into a discrete finite set, so the preimage of any singleton is clopen. Given distinct threads , they differ in some coordinate , and is a clopen set containing but not . Clopen sets thus separate points, so the quasi-component of each point is a singleton; in a compact Hausdorff space quasi-components coincide with connected components, hence is totally disconnected.

Nonemptiness: the bonding maps are surjective onto the unbounded components (every unbounded component of contains an unbounded component of for larger , since enlarging the removed compactum can only subdivide an escape route, never close it), so the inverse limit of nonempty finite sets with surjective bonding maps over a directed poset is nonempty by the standard finite-inverse-limit argument.

Proposition (uniqueness of the end-compactification). The end-compactification $X^ = X \cup \betaX \hookrightarrow ZZ \setminus XXZZZ \to X^X$.

Proof. Let be a compactification with totally disconnected and open. For a compact , the complement is open in and contains . Each point lies in a connected component of ; since is dense and open, that component meets , and meets exactly one unbounded component of (two would force a connected subset of the totally disconnected remainder joining points across distinct -components, which the total disconnectedness of together with density of forbids). This assigns to a thread in , defining a map that is the identity on . Continuity of holds because the inverse image of a basic neighbourhood of an end (an unbounded component of plus its ends) is open in by openness of . Uniqueness: any map fixing must agree with on the dense set , and both are continuous into the Hausdorff space , so they coincide.

Connections Master

  • The harmonic measure of the ideal boundary, developed in 06.11.02, is defined as the limit along a bordered exhaustion of the harmonic measures of the contours ; the present unit supplies the intrinsic boundary space that this measure is placed on, and the exhaustion-independence theorem proved here is what makes that limit well defined. Without an intrinsic ideal boundary, harmonic measure would be a property of the exhaustion rather than of the surface.

  • The classification of an open surface as belonging to a null class such as or , treated in 06.11.04, is the statement that a boundary functional — the existence of a Green's function or of non-constant bounded-Dirichlet harmonic functions — degenerates on . The exhaustion machinery of this unit is the computational substrate: each null class is detected by the behaviour of capacities of the contours as .

  • The type problem (parabolic versus hyperbolic) for a simply connected open surface, taken up in 06.11.03, is the dichotomy that its universal cover is or , which by 06.03.03 is decided by whether the single ideal-boundary point carries zero or positive harmonic measure. This unit identifies that ideal-boundary point and certifies it is intrinsic, so the type is a property of and not of any chosen exhaustion or chart.

  • The Riemann-surface setting itself — charts, holomorphic transition maps, and the meaning of "non-compact" — is supplied by 06.03.01, and the trichotomy of simply connected models used throughout the chapter is the uniformization theorem 06.03.03; the ideal boundary refines uniformization for non-simply-connected open surfaces, where the universal cover alone does not determine the conformal type.

Historical & philosophical context Master

The notion of an end of a space was isolated by Hans Freudenthal in 1931 [Freudenthal 1931], who defined the ends of a topological space and group as the inverse limit of the components of complements of compact sets, precisely the construction used here for . Freudenthal's motivation came from the topology of groups, but the definition is exactly what open-surface theory needs. Béla Kerékjártó's 1923 Vorlesungen über Topologie [Kerékjártó 1923] had already, before the general end concept, given the topological classification of surfaces including non-compact ones, describing the ideal boundary and proving that a surface is determined by its genus and the nested end spaces ; his treatment of the "ideal boundary" (idealer Rand) is the surface-theoretic ancestor of Freudenthal ends. Simion Stoïlow's 1938 Leçons sur les principes topologiques de la théorie des fonctions analytiques [Stoïlow 1938] developed the topological theory of analytic maps as branched coverings and the behaviour of ends under such maps, fixing the dictionary between the topological boundary at infinity and function-theoretic data. The synthesis used in modern Riemann-surface theory — regular exhaustions, ideal-boundary components, harmonic measure on — was codified by Lars Ahlfors and Leo Sario in their 1960 Riemann Surfaces [Ahlfors-Sario Ch. I], which made the exhaustion the standard device for the classification theory of open surfaces and value-distribution theory.

Bibliography Master

@book{AhlforsSario1960,
  author    = {Ahlfors, Lars V. and Sario, Leo},
  title     = {Riemann Surfaces},
  publisher = {Princeton University Press},
  year      = {1960},
  series    = {Princeton Mathematical Series 26},
  note      = {Ch. I: bordered surfaces, regular exhaustions, ideal boundary; Ch. II: harmonic functions on open surfaces}
}

@book{Kerekjarto1923,
  author    = {Ker\'ekj\'art\'o, B\'ela},
  title     = {Vorlesungen \"uber Topologie I: Fl\"achentopologie},
  publisher = {Springer},
  year      = {1923},
  series    = {Grundlehren der mathematischen Wissenschaften 8},
  note      = {Topological classification of surfaces; ideal boundary and the Endenbegriff for surfaces}
}

@book{Stoilow1938,
  author    = {Sto\"ilow, Simion},
  title     = {Le\c{c}ons sur les principes topologiques de la th\'eorie des fonctions analytiques},
  publisher = {Gauthier-Villars},
  year      = {1938},
  note      = {Topological theory of analytic maps as branched coverings; ends and the topology of open surfaces}
}

@article{Freudenthal1931,
  author  = {Freudenthal, Hans},
  title   = {\"Uber die Enden topologischer R\"aume und Gruppen},
  journal = {Mathematische Zeitschrift},
  volume  = {33},
  year    = {1931},
  pages   = {692--713},
  note    = {Definition of the ends of a topological space as an inverse limit}
}

@book{Forster1981,
  author    = {Forster, Otto},
  title     = {Lectures on Riemann Surfaces},
  publisher = {Springer},
  year      = {1981},
  series    = {Graduate Texts in Mathematics 81},
  note      = {\S22--23: exhaustions of non-compact Riemann surfaces}
}