Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Root Pulse Sharpness

Abstract

The root-pulse chain attains the finite observation refinement bound exactly.

Theorem 1.1 (Root-pulse sharpness certificate).

Proof. Machine-checked in Lean as D5/S3/Observer/Separation/RootPulseSharpness.root_pulse_sharpness (✓ std3). ∎

Source. Repository-derived.

Commentary.

For every chain size n at least two, the state carrier is Fin n. The update is constructed as truncated predecessor and the Boolean readout is true exactly at state zero. The displayed distance is the repository separationTime for those maps.

If i is below j, both readouts remain false before time i, while at time i the first trajectory reaches the root and the second does not. Pinned Mathlib’s Nat.find_eq_iff therefore gives d_q(i,j)=i. The penultimate and last states supply the endpoint certificate.

At depth m, two distinct states remain related exactly when both lie strictly above m. Hence consecutive observation relations refine strictly exactly for m<n-2. The existing least-stability test and finite supremum then both evaluate to n-2.

The repository theorem finite_observation_refinement_and_stability_bound is applied to the surjective root readout. Its two final inequalities give the general class-count bound, and the constructed chain attains that bound because the Boolean readout has two values.

References