Extraction of Moise charts from the mathlib atlas #
Discharges exists_moiseChart_core_mem_nhds: every point of an Eval surface has a
boundary-faithful Moise chart (standard unit disk or half-disk model) whose core is a
neighborhood. This is the port of the proven chart spine of PL.lean
(RadoChartPair.fromChartAt and the euclideanHalfSpace neighborhood lemmas) to the fresh
MoiseChart objects; the only new geometry is straightening a small chart ball onto the standard
model by the recentering homeomorphism v ↦ ε⁻¹ • (v - p).
The construction: take the preferred chart φ = chartAt (EuclideanHalfSpace 2) x and let
p = (φ x).1 in the closed half-plane. Either 0 < p 0 (then a small ball about p lies in
the chart image away from the edge, giving a disk chart) or p 0 = 0 (then a small relative
half-ball lies in the chart image, giving a half-disk chart). C0 invariance of domain supplies
boundary-faithfulness: manifold-boundary points in the chart land on the frontier of the extended
target, hence on the model edge line.
The recentering homeomorphism v ↦ ε⁻¹ • (v - p), straightening the ball ball p ε onto
the unit ball.
Equations
Instances For
A relatively open subset of the closed half-plane meets its own frontier only on the edge line. This is the geometric fact behind boundary-faithfulness of the extracted charts.
Moise charts #
The kind of a Moise chart: interior charts are disks, boundary charts are half-disks.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
The model region of a chart kind: the open unit disk, or its closed-right half.
Equations
Instances For
The model core of a chart kind: the closed disk of radius one half, or its right half. Cores are compact and their union over a chart cover is what the Radó induction absorbs.
Equations
Instances For
Forget the unit-ball condition on a half-disk model point while retaining its half-space coordinate.
Instances For
The half-disk model is an open subset of the Euclidean half-space.
Boundary-relative invariance of domain in a half-disk chart.
Suppose two embeddings of the same source preserve the ambient manifold-boundary stratum. If the corresponding source point is fixed and its old physical image is an interior point of the old range, then that physical point remains in the interior of the new range. The proof restricts to the old physical interior, writes both embeddings in the half-disk chart, applies the half-plane doubling theorem, and transports the resulting open coordinate image back to the surface.
A chart of the Moise cover: an open domain homeomorphic to the model disk or half-disk, with the compact core marked out by the chart.
- kind : ChartKind
Whether this is an interior (disk) or boundary (half-disk) chart.
- domain : Set S
The chart domain.
Chart domains are open.
The chart homeomorphism onto the model region.
Instances For
The core of a chart: the part of the domain corresponding to the model core.
Instances For
Chart cores are compact closed disks or half-disks transported through the chart.
Extraction from the mathlib atlas #
A chart is boundary-faithful when its model kind honestly reflects the manifold boundary: disk charts contain no manifold-boundary points, and in a half-disk chart the manifold-boundary stratum is exactly the model edge line.
The forward half-disk implication is ChartBoundaryInvariant. The reverse implication follows
from the same invariance-of-domain layer: chart independence identifies a zero normal coordinate
with the frontier of the half-space model.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The image of the preferred chart's target in the plane is a relatively open subset of the closed half-plane.
The chart image is an ambient plane neighborhood of the center's image when the latter is away from the edge.
The chart image is a relative half-plane neighborhood of the center's image.
Boundary points of the chart source have edge-line chart coordinates: the chart-level consequence of planar invariance of domain.
Interior case of the chart extraction: a disk chart at a point whose preferred chart coordinate is away from the edge.
Boundary case of the chart extraction: a half-disk chart at a point whose preferred chart coordinate lies on the edge line.
Local chart extraction (Moise Ch. 8, Thm. 1, local part; bordered version).
Every point of an Eval surface has a boundary-faithful Moise chart whose core is a neighborhood of the point: interior points get disk charts, edge points get half-disk charts, and invariance of domain supplies boundary-faithfulness.