Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Delone Model-Set Certificates

Abstract

Explicit separation and covering certificates promote a cut-and-project model set to Mathlib’s bundled DeloneSet.

Theorem 1.1 (Metric certificates are equivalent to a Delone structure on the model-set carrier).

Proof. Machine-checked in Lean as D5/S3/Fourier/DeloneModelSetCertificate.certificate_nonempty_iff_deloneSet_exists (✓ std3). ∎

Source. Repository-derived.

Commentary.

A certificate stores a positive packing radius with separation and a positive covering radius with a cover of the full physical space.

These fields are exactly the data expected by Mathlib’s canonical Delone.DeloneSet structure.

The equivalence keeps the topological burden explicit. A bounded internal window alone does not manufacture a Delone theorem; specialized model sets must supply the two metric witnesses.

References