The post is a follow-up to this question :
Maximum mean absolute difference of two iid random variables
The question is to show that for two iid random variables $X$ and $Y$ on the unit interval, one has:
$$\mathbb E[|Y-X|] \le 1/2 $$
(The maximizer then is the $1/2 (\delta_0+\delta_1)$ distribution.)
The proposed proof (there is only one), by Sergei Golovan, and the tricks it uses, is quite striking. Still I don't see a way to convert that proof in term of random variables only, which leaves me unsatisfied (in particular, it is difficult to interpret probabilistically the integration by parts step).
Also, the upper bound, 1/2, lets me wondering if some symmetry argument could be used here.
--
So I'm asking if there would be a proof that sticks with the random variables only, in the sense, say that it does not use integration by parts.
It may well be there is no such proof, and that one ultimately has to resort to integration by parts, I have no idea...
--
Some equalities one may write to start with but that seem not to help much :
\begin{align*} \mathbb E[|Y-X|] & = \mathbb E[(Y-X) 1_{Y>X}]+ \mathbb E[(X-Y) 1_{X>Y}] \\ & = 2 \mathbb E[(Y-X) 1_{Y>X}] \\ & = 2 (\mathbb E[Y 1_{Y>X}] - \mathbb E[X 1_{Y>X}]) \\ & = 2 (\mathbb E[Y 1_{Y>X}] - \mathbb E[Y 1_{X>Y}]) \\ & = 2 \mathbb E[Y (1_{Y>X}-1_{X>Y}] ]\end{align*}