Finite-dimensionality of the space of holomorphic 1-forms (CC1, design §2.6) #
Unit: holomorphic-forms (docs/design/holomorphic-forms.md). On a compact X the space
RS.Form1 X is finite-dimensional, making genus := Module.finrank ℂ (Form1 X) honest.
Route: a good cover (finitely many doubly-shrunk chart neighbourhoods V i ⋐ W i ⋐ chart
sources) gives an injective linear coefficient embedding J : Form1 X →ₗ[ℂ] Π i, C(K i, ℂ)
into a finite product of sup-normed spaces (K i the compact chart image of closure (V i)).
The transition rule bounds all coefficients on the larger open U i ⊇ K i uniformly over the
unit ball of the image, so the unit ball sits inside a product of Montel compacta
(RS.isCompact_closure_montelFamily); the unit ball of the image is closed by Weierstrass
convergence + reassembly through RS.Form1.ofCoeffs over restricted charts, hence compact;
Riesz (FiniteDimensional.of_isCompact_closedBall₀) finishes.
Main declarations:
RS.GoodCover,RS.GoodCover.nonempty— finite doubly-shrunk chart covers exist.RS.GoodCover.J— the coefficient embedding,RS.GoodCover.J_injective.RS.GoodCover.exists_montel_bound— the uniform coefficient bound.RS.GoodCover.isClosed_ball_inter_range— the unit ball of the image is closed.instance : FiniteDimensional ℂ (Form1 X)(compact T2X).
A generic dense-agreement extension helper #
Two functions continuous on t that agree on a subset s with t ⊆ closure s agree
on t.
Good covers #
Good covers exist on compact T2 surfaces (double shrinking by local compactness + finite subcover).
The chart of the i-th cover element.
Instances For
Restricted charts #
The target of the coefficient embedding: a finite product of sup-normed spaces of
continuous functions on the compact sets K i.
Instances For
The coefficient embedding: a holomorphic 1-form goes to the tuple of restrictions of its
chart coefficients to the compacta K i. The norm ‖J η‖ = max_i sup_{K i} ‖coeffIn (e i) η‖
is exactly CC1's prescribed norm — it lives on P, never as an instance on Form1 X.
Equations
Instances For
The uniform Montel bound #
Uniform bound (design §2.6 step 4): coefficients of unit-ball forms are uniformly bounded on
the Montel domains U i — the transition-derivative suprema over the compact overlap pieces
transfer the K j-bounds outward.
Unit-ball coefficient tuples lie in the Montel families.
Closedness of the unit ball of the image #
Convergence in P gives uniform convergence of the coefficient functions on each K i.
Weierstrass: the limit coefficient functions are analytic on the open sets O i.
The limit coefficient functions satisfy the transition compatibility (pointwise limits of
the stagewise coeffIn_trans identities).
Closedness (design §2.6 step 5): the unit ball of the range of J is closed in P —
uniform limits of coefficient tuples are reassembled into a holomorphic 1-form via
Form1.ofCoeffs over the restricted charts.
Compactness (Montel + closedness): the unit ball of the range of J is compact.
Riesz and the instance #
Finite-dimensionality of the space of holomorphic 1-forms on a compact Riemann surface
(design §2.6 step 6): the coefficient embedding has compact unit ball, so its range is
finite-dimensional by Riesz, and J is injective. This is what makes genus honest.