X has a discrete distribution with support $x1, x2, ...$ in $ {]}0,1{[}$. You have the right to change only one of the $xi$ to lead to the highest increase in variance (or, at least, a systematic increase in variance). How do you describe this change?
Background of the question: I was trying to describe variance-increasing transformations to prove Popoviciu's inequality: X has maximal variance when it takes only two values, 0 and 1, with probability $\frac{1}{2}$. I hoped I could find a proof by defining a suite of transformations leading to such a distribution and increasing variance every time. With this in mind, I initially thought of this function, changing $xp$ only, as described:
\begin{equation} f(xi)= \begin{cases} x & \text{if }i \neq p \\ 1 & \text{if }E(X) < \frac{1}{2} \text{ & } i = p \\ 0 & \text{if }E(X) > \frac{1}{2} \text{ & } i = p\\ \end{cases} \] \end{equation}
However, this does not increase the variance every time if xp is chosen randomly...