I am trying to prove the following:
Given that $\forall \alpha\in [0,1]$:
$$\int_{F_S^{-1}(\alpha)}^{\infty}xf_S(x)\,dx = \int_{F_0^{-1}(\alpha)}^{\infty}yf_0(y)\,dy$$
where $F_S^{-1}(\alpha)$ and $F_0^{-1}(\alpha)$ are the $\alpha$th quantiles of the distribution. I wand to show that $f_S(x)$ is identically distributed to $f_0(x)$.
It seems like it should be true, but I haven't been able to prove it definitively. Any advice or directions to explore would be appreciated.
What I've tried so far:
integration by parts led me to the following:
$yF_{S}(y)\big|_{F_{S}^{-1}(\alpha)}^{\infty}-\int_{F_{S}^{-1}(\alpha)}^{\infty}F_{S}(y)dy=yF_{0}(y)\big|_{F_{0}^{-1}(\alpha)}^{\infty}-\int_{F_{0}^{-1}(\alpha)}^{\infty}F_{0}(y)dy$
But I can't substitute infinity for y in the first term without both sides going to infinity. To get around this I considered the fact that for some $\epsilon>0$:
$$\int_{F_S^{-1}(\alpha)}^{F_S^{-1}(\alpha+\epsilon)}xf_S(x)\,dx = \int_{F_0^{-1}(\alpha)}^{F_0^{-1}(\alpha+\epsilon)}yf_0(y)\,dy$$
which then applying integration by parts leads to:
$(\alpha+\epsilon)F_{S}^{-1}(\alpha+\epsilon)-\alpha F_{S}^{-1}(\alpha)-\int_{F_{S}^{-1}(\alpha)}^{F_{S}^{-1}(\alpha+\epsilon)}F_{S}(y)dy = (\alpha+\epsilon)F_{0}^{-1}(\alpha+\epsilon)-\alpha F_{0}^{-1}(\alpha)-\int_{F_{0}^{-1}(\alpha)}^{F_{0}^{-1}(\alpha+\epsilon)}F_{0}(y)dy$
and I feel if I could show that the integral components of this were equal to 0 then I could solve it.