In the lecture notes by for High-Dimensional Probability by Handel, the following is affirmed:
Let $\mu$ and $\nu$ be probability measures, then
$$\mathcal C(\mu,\nu) = \{ \text{Law} (X,Y) : X\sim \mu, Y\sim \nu \} $$
Therefore, any $\pi \in \mathcal C (\mu,\nu)$ is called a coupling of $\mu$ and $\nu$.
Hence, the author claims that $$E_\mu f- E_\nu f= E_\pi [f(X) - f(Y)]$$
my question is how to prove the claim above. At first it seemed easy, but I’m getting confused on how to prove this rigorously.
I imagine that there is some kind of abuse of notation, since, for example, $E_\mu f = \int_\mathbb R f(w) d\mu$ and $E_\pi f(X) = \int_{\mathbb R^2} f(X((w,z)))d\pi$. But since $X:\Omega \rightarrow \mathbb R$, then $X((w,z))$ is ill defined.
(IMO the calculus notation can be confusing. It's much cleaner to think about measures and random variables whenever possible.)
– Elle Najt Sep 17 '20 at 18:56