Upper-bound scaffolding #
This file records the definitions and elementary lemmas used by the probabilistic high-demand part of the upper bound. The probabilistic estimates themselves are not asserted here; they will be formalized as separate lemmas.
Centers whose distance from target lies between the inner and outer
radii.
Equations
- PebblingLean.Hypercube.annulus n rIn rOut target = {center : PebblingLean.HypercubeVertex n | rIn ≤ PebblingLean.Hypercube.dist center target ∧ PebblingLean.Hypercube.dist center target ≤ rOut}
Instances For
Contribution of one stack of size 2^rOut at center toward target,
counting only centers in the annulus.
Equations
- One or more equations did not get rendered due to their size.
Instances For
One annulus contribution is bounded by the stack size 2^rOut.
If the center is counted, the annulus contribution is bounded by the width of the annulus rather than by the full stack size.
The square bound used in the Bernstein step: Z^2 ≤ B_0 Z, where
B_0 = 2^(rOut-rIn) is the annulus-width contribution bound.
The total annulus contribution of a finite list of centers to a fixed
target. This is the Lean version of X_t in the proof.
Equations
- PebblingLean.Hypercube.annulusTotalContribution rIn rOut target centers = (List.map (PebblingLean.Hypercube.annulusContribution rIn rOut target) centers).sum
Instances For
The high-demand conclusion used as a target for the probabilistic lemma:
a T-solvable distribution whose size is bounded and whose occupied piles are
large.
Equations
- One or more equations did not get rendered due to their size.