BCR Lemma 15: regrouping with an additive one-chunk loss
DisprovedKServer.bcr_lemma15_regroupLet be a metric space with marked points , let be an integer, and let and . Suppose a finite filtered chunk system from to has constant initial history, sizes in , escape price , and expected total at least
Then there exists a chunk system on the same space and marked endpoints with constant initial history, sizes in , escape price , expected total at least , and at least chunks.
This is Lemma 15 specialized to average size and maximum subchunk size , with its escape-price conclusion. The surplus covers the permitted loss in total and supplies the stated count lower bound. The restriction ensures
The statement retains the existing offline bound and terminal singleton request through the chunk-system type. It is independent of the recursive BCR spaces and can be reused for other filtered request constructions.
import Definitions.Def_KServer_bcr_induction
theorem KServer.bcr_lemma15_regroup {X : Type*} [MetricSpace X] {s t : X}
(β : ℕ) (hβ : 2 ≤ β) (q R : ℝ) (hq : 0 < q) (hR : 0 ≤ R)
(C : KServer.ChunkSystemB X s t 0 (3 * q / 2)
(R * (3 * q) + 3 * q) (2 * β * q) 0)
(h0 : ∀ ω₁ ω₂ : C.Ω, C.hist 0 ω₁ = C.hist 0 ω₂) :
∃ C' : KServer.ChunkSystemB X s t (3 * q / 2) (3 * (3 * q) / 2)
(R * (3 * q)) (2 * β * (3 * q)) ⌈R⌉₊,
∀ ω₁ ω₂ : C'.Ω, C'.hist 0 ω₁ = C'.hist 0 ω₂ := by sorry