A new unconditional lower bound for shoreline search
In shoreline search a unit-speed searcher must reach an unknown straight line of unknown direction and distance, minimizing the competitive ratio between hitting time and distance. The best unconditional lower bound was Isbell's 6.3972, with 12.5385 known only under cyclic restrictions.
For each projection direction the path is compared with a zigzag obtained by sorting its alternating record turns. These completion constraints are interpreted as jobs with scale-dependent deadlines and lower-bounded via a finite-window logarithmic-time scheduling lemma. Directional bounds are averaged using the exact Euclidean velocity budget identity. Arb ball arithmetic certifies the resulting constant, and Lean/Mathlib files check the exact crossing lemma, the one-Lipschitz projection reduction, the sum-splitting inequality, the deadline factor bound, and the logarithmic prepayment inequality.
Every deterministic search path has competitive ratio at least C_log ≈ 12.5937096701246675, an unconditional bound requiring no cyclicity or ordering assumption. The same method recovers the optimal cow-path constant 9 in one dimension, and Arb certifies 12.59370967012466 < C_log < 12.59370967012468.
