Eq. (17): the half-open column has marginal-determined mass
OpenExcursionCoupling.coupling_eq_on_halfopen_columnLet be mutually singular Borel probability measures on , let be the paired-route set of equation (14), and let be transport plans with marginals both concentrated on . Fix a paired route .
Then the mass carried on the half-open column toward the arrival point agrees for the two plans:
This is equation (17) of Juillet (2019). Assuming with , the definition of forces the mass of on to be transported into , whence for either coupling
an expression depending only on the marginals. The two plans therefore assign it the same value.
Formalization Note The half-open interval with endpoints in either order, excluding , is written uIcc a b \ {b}; this is when and when , matching the orientation convention of at negative levels.
Preamble
import Definitions.Def_excursion_coupling open MeasureTheory Set Function Filter Topology
Formal statement
theorem ExcursionCoupling.coupling_eq_on_halfopen_column
(μ ν : Measure ℝ) [IsProbabilityMeasure μ] [IsProbabilityMeasure ν] (hsing : μ ⟂ₘ ν)
(π π' : Measure (ℝ × ℝ))
(hπFst : π.map Prod.fst = μ) (hπSnd : π.map Prod.snd = ν)
(hπConc : π (pairedRoutes (Fsigma μ ν))ᶜ = 0)
(hπ'Fst : π'.map Prod.fst = μ) (hπ'Snd : π'.map Prod.snd = ν)
(hπ'Conc : π' (pairedRoutes (Fsigma μ ν))ᶜ = 0)
(a b : ℝ) (hab : (a, b) ∈ pairedRoutes (Fsigma μ ν)) :
π ((uIcc a b \ {b}) ×ˢ ({b} : Set ℝ))
= π' ((uIcc a b \ {b}) ×ˢ ({b} : Set ℝ)) := by sorrySource
Nicolas Juillet, On a solution to the Monge transport problem on the real line arising from the strictly concave case, arXiv:1907.00681v1 (2019), Section 3.2, proof of Proposition 3.6 (pp. 18-19), equation (17).