dlp_three_copy_triangle
Provedde la Peña–Montgomery-Smith 1995 Lemma 1 (3-copy desymmetrization triangle). On the product of three i.i.d. copies , with the three copies the coordinates and a Banach-valued measurable , the single-copy tail is dominated by the i.i.d.-pair tail:
Proof: , so forces at least one of the three pair-sums to have norm (union bound); the three pair-sum events are exchangeable (coordinate permutations of are measure-preserving since the factors are identical), so each has the same probability. This is the desymmetrization step (eq. (1)) of de la Peña–Montgomery-Smith's forward decoupling bound.
Preamble
import Mathlib.MeasureTheory.Constructions.Pi import Mathlib.MeasureTheory.Measure.Real import Mathlib.MeasureTheory.Constructions.BorelSpace.Metric import Mathlib.Analysis.Normed.Module.Basic open MeasureTheory open scoped ENNReal
Formal statement
theorem dlp_three_copy_triangle
{α : Type*} [MeasurableSpace α]
{V : Type*} [NormedAddCommGroup V] [NormedSpace ℝ V] [MeasurableSpace V]
[BorelSpace V] [SecondCountableTopology V]
(μ : Measure α) [IsProbabilityMeasure μ]
(f : α → V) (hf : Measurable f) (t : ℝ) :
(Measure.pi (fun _ : Fin 3 => μ)).real {g | t ≤ ‖f (g 0)‖}
≤ 3 * (Measure.pi (fun _ : Fin 3 => μ)).real
{g | 2 * t / 3 ≤ ‖f (g 0) + f (g 1)‖} := 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), Lemma 1, p.807.