Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Toroidal Observer Design as Weighted Set Cover

Abstract

Positive-cost toroidal observers on a spectral window form a weighted set-cover problem over their nonvanishing regions.

Theorem 1.1 (Toroidal observer design is weighted set cover).

Proof. Machine-checked in Lean as D5/S3/Analytic/Adelic/ToroidalObserverSetCover.toroidal_observer_design_is_weighted_set_cover (✓ std3). ∎

Source. Repository-derived.

Commentary.

The source does not construct the completed quadratic L-functions, so the Lean design accepts the twist family as an abstract parameter. Its visible region is the existing canonical nonvanishingDomain, and every observer cost is strictly positive.

A finite selection is feasible exactly when the ambient compact-window set K is contained in the union of its nonzero-twist regions. The objective is the extended-real infimum of the corresponding finite cost sums; an absent finite cover therefore retains value top.

The definition is realizable rather than vacuous: on the one-element index type, the constant twist one with cost one covers the whole complex plane by its singleton selection, with total cost one.

No identification of the cost with torus length, log discriminant, or conductor is asserted, and no optimality claim for discriminant five is formalized; the source supplies neither definitions nor proofs for those stronger clauses.

References