rademacher_paley_zygmund_meanzero_positivity
Provedde la Peña–Montgomery-Smith 1995 (arXiv:math/9309211), Proposition 1 (the real-valued Paley–Zygmund positivity step), stated on the symmetric Rademacher () fiber rademacherExpectation (the uniform measure on sign assignments).
For a mean-zero statistic (), the lower-tail probability , expressed as the expectation of the indicator on the uniform sign measure, satisfies the product (division-free) Paley–Zygmund bound
equivalently .
Proof: mean-zero gives ; then Cauchy–Schwarz with the indicator (using ) gives , and finishes.
This is the Rademacher-fiber analogue of bernoulli_paley_zygmund_meanzero_positivity; the form is the classical lower-tail tool for symmetric sign chaos. Source: de la Peña–Montgomery-Smith 1995, Proposition 1; the Paley–Zygmund inequality (O'Donnell, Analysis of Boolean Functions, Ch. 9).
import Definitions.Def_matrix_completion_rademacher open MatrixCompletion open scoped Classical BigOperators
theorem rademacher_paley_zygmund_meanzero_positivity
{n₁ n₂ : ℕ}
(F : Finset (Fin n₁ × Fin n₂) → ℝ) :
rademacherExpectation F = 0 →
(rademacherExpectation (fun ε => |F ε|)) ^ 2 ≤
4 * rademacherExpectation (fun ε => (F ε) ^ 2) *
rademacherExpectation (fun ε => if 0 ≤ F ε then (1 : ℝ) else 0) := by sorry