Pippenger expander construction #
Row certificates and row-specific constructions for the probabilistic expander argument used in the Kalton-Roberts bound.
Row certificate structure #
A PippengerRowCertificate captures exactly the hypotheses of Lemma 4.1
for one row of the expander table. Given parameters α r θ c δ, it asserts:
- Range conditions:
0 < α < θ < 1,3 ≤ r,r < c,θ = r/c - Tail bound:
e² · θ^{1−r} · δ^{r−2} < 1/20 - Entropy negativity:
Φ_{r,θ}(x) < 0for allx ∈ [δ, α]
The paper uses c = r/θ. For the four rows:
- E₁: r = 4, θ = 1/3, c = 12
- E₂: r = 4, θ = 4/7, c = 7
- E₃: r = 4, θ = 2/7, c = 14
- E₄: r = 5, θ = 5/11, c = 11
0 < αα < θθ < 13 ≤ rr < cθ = r / c(in ℚ)0 < δTail bound (real):
e² · (θ : ℝ)^{1−r} · (δ : ℝ)^{r−2} < 1/20Entropy negativity:
Φ_{r,θ}(x) < 0for allx ∈ [δ, α]
Instances For
Tail bound proofs #
Phi negativity on intervals #
For each Pippenger row, the proof combines:
- endpoint log certificates from
LogBounds.lean, - derivative and convexity facts from
PhiDeriv.lean, and - the endpoint-maximum property for convex functions.
Reference: Section 4 of the companion paper.
Row certificates #
Row certificate for E₁: α = 1003/10000, r = 4, θ = 1/3, c = 12, δ = 1/100.
Row certificate for E₂: α = 3009/10000, r = 4, θ = 4/7, c = 7, δ = 1/100.
Row certificate for E₄: α = 329/1250, r = 5, θ = 5/11, c = 11, δ = 1/100.
Row-specific bad-ratio estimates #
Combined expander existence #
The four expander existence claims, proved by row-specific Pippenger constructions.