rademacher_expectation_eq_bernoulli_half_expectation
Provedmatrix-completionprobability
The uniform Rademacher-sign expectation equals the Bernoulli powerset expectation at inclusion probability : . Both are finite sums over ; the Rademacher weight is the constant and the Bernoulli weight at is , so the weights coincide pointwise. This is the σ-fiber bridge that lets the Bernoulli powerset measure substrate apply to the symmetric sign measure of de la Peña–Montgomery-Smith 1995 §4.
Preamble
import Definitions.Def_matrix_completion_rademacher import Definitions.Def_matrix_completion_bernoulli open MatrixCompletion open scoped BigOperators Classical
Formal statement
theorem rademacher_expectation_eq_bernoulli_half_expectation {n1 n2 : ℕ} (F : Finset (Fin n1 × Fin n2) → ℝ) : rademacherExpectation F = bernoulliExpectation ((1 : ℝ) / 2) F := by sorrySource
de la Peña–Montgomery-Smith, Ann. Probab. 23 (1995) 806–816 (arXiv:math/9309211), §4 (symmetric σ-signs = p=1/2 Bernoulli model)