dlp_eq4_four_corner_randomization_k2
Proveddecouplingmatrix-completionprobabilityu-statistics
de la Peña–Montgomery-Smith eq (4), order (Ann. Probab. 23 (1995), 806–816; arXiv:math/9309211, §4). For independent symmetric Bernoulli signs at the two distinct indices , and any Banach-valued bilinear coefficient family (where stands for ), the -randomized decoupled term expands as the four-corner sign-weighted average over the i.i.d. copies:
where and is the agreement sign ( if the copy superscript equals the target superscript, else ). This is the specialisation of eq (4): the product of two single-slot identities, each verified by case analysis on and the target .
Preamble
import Definitions.Def_dlp_sigma_randomization open MatrixCompletion open scoped BigOperators Classical
Formal statement
theorem dlp_eq4_four_corner_randomization_k2
{V : Type*} [NormedAddCommGroup V] [NormedSpace ℝ V]
(σ₁ σ₂ : ℝ) (hσ₁ : σ₁ = 1 ∨ σ₁ = -1) (hσ₂ : σ₂ = 1 ∨ σ₂ = -1)
(l₁ l₂ : Fin 2) (f : Fin 2 → Fin 2 → V) :
(4 : ℝ) • f (dlpCopyPerm σ₁ l₁) (dlpCopyPerm σ₂ l₂)
= ∑ j₁ : Fin 2, ∑ j₂ : Fin 2,
((1 + dlpCornerSign j₁ l₁ * σ₁) * (1 + dlpCornerSign j₂ l₂ * σ₂))
• f j₁ j₂ := by sorrySource
de la Peña & Montgomery-Smith, Decoupling inequalities for the tail probabilities of multivariate U-statistics, Ann. Probab. 23 (1995), 806–816; arXiv:math/9309211, §4, eq (4).