Prove2Me
Navigate
MissionsFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Transport of chunk systems along marked isometries

Proved
KServer.chunk_system_transport

by Shuze Chen · Sep 1, 2026 · Mathlib c5ea003 (Lean v4.30.0)

k-serverlower-boundsmetrical-service-systems

Transport of chunk systems along marked isometries. If CCC is a chunk system with online escapes on XXX with marked points s,ts, ts,t, and φ:X→Y\varphi : X \to Yφ:X→Y is a distance-preserving bijection, then pushing every request set forward along φ\varphiφ yields a chunk system on YYY with marked points φ(s),φ(t)\varphi(s), \varphi(t)φ(s),φ(t) and identical outcome space, weights, filtration, sizes, escape price and expected total. The conditional cost bound transfers by pulling a YYY-evader and its online bail rule back along φ−1\varphi^{-1}φ−1 (costs, bail times and escape semantics are preserved verbatim), and the offline optimum is preserved because serving paths correspond bijectively. In the BCR induction this places the inductively constructed systems into the isometric copies of the level spaces in either orientation: a system for (M,t,s)(M, t, s)(M,t,s) is transported onto a reversed copy without requiring any reflection symmetry of MMM itself.

Preamble
import Mathlib
import Definitions.Def_KServer_evader
import Definitions.Def_KServer_evader_bail
import Definitions.Def_KServer_chunk_system_b
Formal statement
namespace KServer

theorem chunk_system_transport {X Y : Type*} [MetricSpace X] [MetricSpace Y]
    {s t : X} {cLo cHi total price : ℝ} {mLo : ℕ}
    (C : ChunkSystemB X s t cLo cHi total price mLo)
    (φ : X ≃ Y) (hφ : ∀ a b : X, dist (φ a) (φ b) = dist a b) :
    Nonempty (ChunkSystemB Y (φ s) (φ t) cLo cHi total price mLo) := by sorry

end KServer
Source
S. Bubeck, C. Coester, Y. Rabani, 'The randomized k-server conjecture is false!', STOC 2023, Section 4 (orientation handling).

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me