as
ProvedBlockCycleRotation.tendsto_psiBufalgorithmsblock-cycle-rotationreal-analysis
For ,
with the quantitative form .
The buffered cost function degenerates to the unbuffered one as the buffer vanishes, uniformly at a linear rate. This is what licenses reading the buffered analysis as a refinement of the unbuffered one rather than a separate model.
Preamble
import Definitions.Def_BlockCycleRotation_Buffer import Definitions.Def_BlockCycleRotation_Theorem10 import Mathlib open BlockCycleRotation open Finset Filter Topology Real MeasureTheory BoxIntegral open scoped ENNReal
Formal statement
theorem BlockCycleRotation.tendsto_psiBuf {x : ℝ} (hx0 : 0 ≤ x) (hx : x ≤ 1 / 2) :
Filter.Tendsto (fun β => psiBuf β x) (nhdsWithin 0 (Set.Ioi 0)) (𝓝 (psi x)) := by sorrySource
Valentin Blomer and Kai-Uwe Bux, "The cost of cyclic permutations and remainder sums in the Euclidean algorithm", AofA 2026, LIPIcs vol. 381, pp. 14:1-14:17, doi:10.4230/LIPIcs.AofA.2026.14. Numbering follows the full version, arXiv:2601.00979v1 -- §3. Lean source: https://github.com/dbenbenn/block-cycle-rotation/blob/f69003fd8b00c9b5d6d1a4f6807b4943bce0a92c/BlockCycleRotation/Buffer.lean#L371-L384