dlp_eq4_centered_indicator_randomization_k2_inl
ProvedConcrete matrix-model instantiation of the de la Peña–Montgomery-Smith σ-randomization identity, equation (4) of Section 4 of Decoupling Inequalities for the Tail Probabilities of Multivariate U-Statistics (Ann. Probab. 23 (1995) 806–816, arXiv:math/9309211), specialized to order on the Bernoulli powerset sampling model. For the scalar two-copy product of centered indicators with centeredIndicator, reading the -th of the two i.i.d. observation copies ( at , at , inlined as if j = 0 then Ω₁ else Ω₂), and the σ-permuted decoupled -copies , the four-corner identity holds: . Pure algebra: a direct specialization (to and the centered-indicator statistic) of the already-proved abstract four-corner randomization dlp_eq4_four_corner_randomization_k2. Supplies the σ-randomization (eq 4) step of the de la Peña pair-decoupling forward bound bernoulli_pair_decoupling_spectral_tail_bound_offdiag on the concrete model. (Suffix _inl: copy-selector fully inlined into the statement so the whole declaration is a single theorem.)
import Definitions.Def_matrix_completion_neumann import Definitions.Def_dlp_sigma_randomization open MatrixCompletion open scoped BigOperators Classical
theorem dlp_eq4_centered_indicator_randomization_k2_inl
{n1 n2 : Nat}
(Omega1 Omega2 : Finset (Fin n1 × Fin n2)) (p : ℝ)
(w1 w2 : Fin n1 × Fin n2)
(sigma1 sigma2 : ℝ) (hs1 : sigma1 = 1 ∨ sigma1 = -1) (hs2 : sigma2 = 1 ∨ sigma2 = -1)
(l1 l2 : Fin 2) :
(4 : ℝ) *
(centeredIndicator (if dlpCopyPerm sigma1 l1 = 0 then Omega1 else Omega2) p w1.1 w1.2 *
centeredIndicator (if dlpCopyPerm sigma2 l2 = 0 then Omega1 else Omega2) p w2.1 w2.2)
= ∑ j1 : Fin 2, ∑ j2 : Fin 2,
((1 + dlpCornerSign j1 l1 * sigma1) * (1 + dlpCornerSign j2 l2 * sigma2)) *
(centeredIndicator (if j1 = 0 then Omega1 else Omega2) p w1.1 w1.2 *
centeredIndicator (if j2 = 0 then Omega1 else Omega2) p w2.1 w2.2) := by sorry