rademacher_lower_tail_positivity_from_l4_l2_hypercontractivity
Provedde la Peña–Montgomery-Smith 1995 (arXiv:math/9309211), Lemma 2 (real-valued case), the assembled lower-bound , on the symmetric Rademacher () fiber rademacherExpectation.
This is the conditional Lemma 2 (eq. (6), p.4) content on the -sign Rademacher fiber: for a mean-zero sign-chaos statistic with hypercontractive control and , the lower-tail probability satisfies
It composes exactly two ingredients (a tracked reduction): the L4–L2–L1 moment transfer rademacher_l2_le_l1_of_l4_le_l2sq () and the Paley–Zygmund positivity rademacher_paley_zygmund_meanzero_positivity (). Chaining: ; dividing by gives .
Rademacher-fiber analogue of bernoulli_lower_tail_positivity_from_l4_l2_hypercontractivity. The L4–L2 hypercontractivity hypothesis is, for degree- sign chaos, exactly the Bonami inequality (, rademacher_bilinear_chaos_l4_l2_bonami_hypercontractivity). Source: de la Peña–Montgomery-Smith 1995, Lemma 2; Bonami 1970 / O'Donnell, Analysis of Boolean Functions, Ch. 9.
import Definitions.Def_matrix_completion_rademacher open MatrixCompletion open scoped Classical BigOperators
theorem rademacher_lower_tail_positivity_from_l4_l2_hypercontractivity
{n₁ n₂ : ℕ} (K : ℝ)
(F : Finset (Fin n₁ × Fin n₂) → ℝ) :
0 < K →
rademacherExpectation F = 0 →
0 < rademacherExpectation (fun ε => (F ε) ^ 2) →
rademacherExpectation (fun ε => (F ε) ^ 4) ≤
K * (rademacherExpectation (fun ε => (F ε) ^ 2)) ^ 2 →
(1 : ℝ) / (4 * K) ≤
rademacherExpectation (fun ε => if 0 ≤ F ε then (1 : ℝ) else 0) := by sorry