dlp_iid_pair_swap_equidistribution
Provedi.i.d.-pair coordinate-swap equidistribution . For two i.i.d. copies under and any measurable predicate on the pair, swapping the two coordinates preserves probabilities:
Proof: is measure-preserving for (identical factors), and the swapped event is the swap-preimage of the original. This is the symmetric-copies exchangeability that de la Peña–Montgomery-Smith 1995 eq. (7) invokes: has the same joint distribution as the -selected , because per coordinate the two i.i.d. copies are exchangeable under the sign swap.
Preamble
import Mathlib.MeasureTheory.Measure.Prod 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_iid_pair_swap_equidistribution
{α : Type*} [MeasurableSpace α]
(μ : Measure α) [IsProbabilityMeasure μ]
(P : α → α → Prop) (hP : MeasurableSet {ab : α × α | P ab.1 ab.2}) :
(μ.prod μ).real {ab : α × α | P ab.1 ab.2}
= (μ.prod μ).real {ab : α × α | P ab.2 ab.1} := by sorrySource
de la Peña–Montgomery-Smith, Ann. Probab. 23 (1995) 806–816 (arXiv:math/9309211), eq. (7) equidistribution step, p.5.