Supremum argument: the open column has marginal-determined mass
OpenExcursionCoupling.coupling_eq_on_open_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 open column agrees for the two plans:
This is the supremum step in the proof of Proposition 3.6 of Juillet (2019). The generalized intermediate value theorem shows for every , so equation (17) holds with any such in place of for which . Taking the supremum,
and every term on the right is determined by the marginals, hence so is the left side.
Formalization Note The open interval with endpoints in either order is written Ioo (min a b) (max a b), covering both the case () and the case ().
Preamble
import Definitions.Def_excursion_coupling open MeasureTheory Set Function Filter Topology
Formal statement
theorem ExcursionCoupling.coupling_eq_on_open_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 μ ν)) :
π ((Ioo (min a b) (max a b)) ×ˢ ({b} : Set ℝ))
= π' ((Ioo (min a b) (max a 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), the supremum argument pi(]a,b[ x {b}) = sup {pi([a',b[ x {b}) : (a',b) in Gamma, a < a' < b}.