114 Kikuchi LDC — Background Facts
114.1 Overview
This file collects the external background facts used by the Alrabiah–Guruswami–Kothari–Manohar near-cubic lower bound for \(3\)-query locally decodable codes: the reduction of an arbitrary \((q,\delta ,\varepsilon )\)-LDC to normal form (Fact 3.6), the rectangular matrix Khintchine inequality (Fact 4.1), and two-sided bounds on the binomial coefficient ratio \(\binom {n-2q}{\ell -q}/\binom {n}{\ell }\) (Fact 4.2). The first two are recorded in an existential form that fixes the shape of the parameters they supply; the binomial ratio bounds are proved in full.
114.2 Declarations
Fact 3.6 (Yekhanin, Lemma 6.2), in the existential form used downstream: for \(q \ge 2\), \(k, n \gt 0\) and \(\delta , \varepsilon \gt 0\) there exist a length \(n' \le 6n\) and parameters \(\delta ', \varepsilon ' \gt 0\) with
These are exactly the parameters of the normally decodable code obtained from a binary \((q,\delta ,\varepsilon )\)-LDC \(C : \{ 0,1\} ^k \to \{ 0,1\} ^n\); the Lean statement asserts only the existence of such \(n', \delta ', \varepsilon '\).
Placeholder. The Lean statement quantifies over parameters only: no code, decoder, or normal-form construction occurs in it, and it is discharged by exhibiting witnesses that make the two inequalities reflexive. It records the shape of Fact 3.6’s output for downstream use and does not formalise the reduction. It must not be cited as a formalisation of that reduction.
Fact 4.1 (Tropp 2015, Theorem 4.1.1), stated abstractly through the bounding quantity it produces: for \(k \gt 0\), a variance proxy \(\sigma ^2 \gt 0\) and dimensions \(d_1, d_2 \gt 0\) there is a constant \(C_{\mathrm{MK}} \gt 0\) with
This is the bound the Khintchine inequality supplies for \(\mathbb {E}\bigl[\lVert \sum _i b_i X_i\rVert _2\bigr]\) when the \(b_i\) are i.i.d. uniform signs and \(\sigma ^2 = \max \bigl(\lVert \sum _i X_i X_i^{\mathsf T}\rVert _2, \lVert \sum _i X_i^{\mathsf T} X_i\rVert _2\bigr)\).
Placeholder. No matrices, random signs, or spectral norms appear in the Lean statement: it asserts only that some positive real lies below the stated square root, and is discharged by taking that square root itself. It records the shape of the Khintchine bound for downstream use and does not formalise Tropp’s inequality. It must not be cited as a formalisation of that inequality.
For naturals \(n\) and \(k\), \(\texttt{chooseR}\, n\, k\) is the binomial coefficient \(\binom {n}{k}\) cast into \(\mathbb {R}\).
Fact 4.2 (upper half). Let \(n, \ell , q\) be naturals with \(n \gt 0\), \(q \gt 0\), \(q \le \ell \), \(2\ell \le n\) and \(2q \le n\). Then
where both binomial coefficients are taken in \(\mathbb {R}\) via \(\texttt{chooseR}\).
Fact 4.2 (lower half). Under the same hypotheses \(n \gt 0\), \(q \gt 0\), \(q \le \ell \), \(2\ell \le n\) and \(2q \le n\),
with the binomial coefficients again read in \(\mathbb {R}\) via \(\texttt{chooseR}\).