The half-life bound is attained (§H continuation: attainment) #
Category: 6-Empirical-CSD (the CSD reading of stroboscopic dynamics).
RecordDegradation.lean priced coupled driving by
μ (intact n)ᶜ ≤ n • ε and CouplingWitness.lean showed the bound bites
(ε = 1/2). This module closes the remaining question: is the linear
rate real, or is the bound loose? Answer: it is attained with equality.
The witness is the cyclic-shift kick: the base is the uniform cycle
Fin m under x ↦ x + 1, and the record coordinate is kicked exactly
when the base sits at 0. Two structural facts make the analysis exact:
within any window of n ≤ m periods every trajectory visits the trigger
at most once (the shift is a cycle), and a single visit flips the
readout permanently within the window. Hence:
cyclicKick_iterate— the closed-form trajectory (base advances, the record accumulates the visit indicators);recordIntact_compl_cyclicKick— the unstable set is EXACTLY the cylinder over thenbase points that reach the trigger within the window (set equality, not an estimate);- ★★
cyclicKick_halfLife_attained— on the windown ≤ m,μ (intact n)ᶜ = n • εwithε = 1/m: the record half-life bound is an equality for the cyclic kick — linear degradation at exactly the coupling rate is realised, so the generic bound is sharp.
Honest scope: attainment on the window n ≤ m (after a full cycle the
second visit un-flips a δ of order two and the count saturates —
correctly so, since n • ε exceeds 1 there while measures cannot);
sharpness is exhibited for this drive, with no claim that every drive
attains its bound. Cross-references: specs/external-library-map.md §H,
specs/future-work.md.
The cyclic-shift kick #
The base dynamics: the uniform cycle on Fin m.
Equations
- CSD.Empirical.QuantumChaos.cyclicShift m x = x + 1
Instances For
The uniform probability measure on the cycle.
Equations
Instances For
The cyclic kick: the record is kicked exactly when the base sits
at 0.
Equations
Instances For
The closed-form trajectory: the base advances one step per period and the record accumulates the trigger-visit indicators.
The unstable set, exactly #
The unstable set is exactly the reach-the-trigger cylinder: on a
window of at most one full cycle, a trajectory's readout changes iff its
base reaches 0 within the window (set equality, not an estimate).
Attainment #
★★ The half-life bound is attained: on the window n ≤ m, the
cyclic kick's unstable measure EQUALS n • ε with ε = 1/m the coupling
strength — linear record degradation at exactly the coupling rate is
realised, so the generic bound recordIntact_compl_measure_le is sharp.