Wasserstein distance under pushforward #
A Lipschitz map sends every coupling to a coupling of the pushforward measures, while increasing the displacement of each coupled pair by at most its Lipschitz constant. Consequently pushforward is Lipschitz for every Wasserstein exponent, including the essential-supremum endpoint.
This file proves the estimate first for the objective of a specified coupling and then for the infimum over all couplings. The latter needs no hypothesis on the measures once the Lipschitz constant is nonzero; for a zero constant it is stated for measures known to admit a coupling, a condition the probability-measure specialization discharges with the independent coupling. It also records preservation of finite moments, so the same map acts on finite-moment Wasserstein spaces.
Main statements #
TauCeti.wassersteinEDist_map_le_mul_eLpNormbounds the Wasserstein distance of two pushforwards by the Lipschitz constant times the objective of a specified source coupling.TauCeti.wassersteinEDist_map_le_mul_of_ne_zerogives the pushforward estimate for arbitrary measures and a nonzero Lipschitz constant.TauCeti.wassersteinEDist_map_le_mul_of_exists_isCouplinggives the pushforward estimate for any two measures admitting a coupling.TauCeti.wassersteinEDist_map_le_mulis the probability-measure specialization.TauCeti.HasFiniteMoment.mapshows that Lipschitz pushforward preserves finite moments.TauCeti.WassersteinSpace.maplifts pushforward to finite-moment probability measures.TauCeti.WassersteinSpace.lipschitzWith_mapgives the induced Lipschitz map between Wasserstein spaces.TauCeti.WassersteinSpace.mapIsometryEquivlifts measurable isometric equivalences.TauCeti.wassersteinEDist_map_eqgives invariance under a measurable isometric equivalence.
References #
- C. Villani, Optimal Transport: Old and New, Grundlehren 338, Springer 2009, Chapter 6.
- F. Santambrogio, Optimal Transport for Applied Mathematicians, Birkhäuser 2015, §5.1.
The image of a specified coupling under a Lipschitz map bounds the Wasserstein distance of the pushforward measures. This is the coupling-level estimate from which functoriality follows.
A Lipschitz map contracts Wasserstein distance up to a nonzero Lipschitz constant, for
arbitrary measures. Nothing is assumed about μ and ν: if they admit no coupling their distance
is ⊤, and multiplying by a nonzero constant leaves the bound at ⊤.
A Lipschitz map contracts Wasserstein distance up to its Lipschitz constant, for arbitrary
measures admitting a coupling. The existence hypothesis is needed only when the Lipschitz
constant is zero: with Mathlib's extended-nonnegative-real convention, 0 * ∞ = 0, whereas
measures of unequal mass have no coupling and remain at infinite distance after pushforward.
Pushforward by a K-Lipschitz measurable map is K-Lipschitz for the p-Wasserstein
distance between probability measures. The statement includes K = 0, p = 0, and p = ∞.
A Lipschitz measurable map sends a measure with finite p-moment to another measure with
finite p-moment.
Pushforward by a measurable Lipschitz map, as a map between finite-moment Wasserstein spaces.
Equations
- TauCeti.WassersteinSpace.map f hdY hf hLip mu = TauCeti.WassersteinSpace.mk ((↑mu).map f) ⋯
Instances For
The probability measure underlying a Wasserstein-space pushforward is the pushforward of the underlying probability measure.
Pushforward by the identity map is the identity on finite-moment Wasserstein spaces.
Successive pushforwards are the pushforward along the composition, matching the orientation of
MeasureTheory.Measure.map_map.
A measurable isometric equivalence preserves Wasserstein distance.
A measurable isometric equivalence preserves the finite-moment condition.
Pushforward by a measurable K-Lipschitz map is K-Lipschitz between finite-moment
Wasserstein spaces.
A measurable isometric equivalence of ground spaces induces an isometric equivalence of their finite-moment Wasserstein spaces.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The isometric equivalence induced by a measurable isometric equivalence acts by pushforward along that equivalence.
The inverse of the induced isometric equivalence acts by pushforward along the inverse equivalence.