Consider the random variables $X, Y$ with distributions $F_X, F_Y$ which satisfy $F_X(t) \leq F_Y(t), \; \forall t$. Additionally, we know $X, Y \geq 0$. The aim is to show that $\mathbb{E}(X) = \mathbb{E}(Y) \Rightarrow F_X(t) = F_Y(t), \forall t$.
My attempt: Since $X, Y$ are positive, we may write $\mathbb{E}(X) = \int_{\mathbb{R}_+} \mathbb{P}(X \geq t) \text{d} t$, likewise for $Y$, so we obtain
$$ \mathbb{E}(X) - \mathbb{E}(Y) = \int_{\mathbb{R}_+} F_Y(t) - F_X(t) \text{d} t $$ Now, I consider the following partition of $\mathbb{R}_+$, defining $D = \left\{ t : F_Y(t) > F_X(t) \right\}$ and have
$$ 0 = \mathbb{E}(X) - \mathbb{E}(Y) = \int_D F_Y(t) - F_X(t) \text{d}t + \int_{D^c} F_Y(t) - F_X(t) \text{d} t = \int_D \underbrace{F_Y(t) - F_X(t)}_{> 0} \text{d} t $$ Clearly, from the above we must have $F_Y(t) > F_X(t)$ on a set of measure $0$, otherwise $\int_D F_Y(t) - F_X(t) dt > 0$. However, the problem asks to conclude that $F_X(t) = F_Y(t)$ everywhere. How does one go from almost everywhere to everywhere in this situation?
$g(t)=F_Y(t)-F_X(t)$ is a non-negative measurable function whose integral over $\mathbb R^{+}$ is zero. This implies that $g(t)=0$ almost everywhere. In turn this implies that it is zero on a dense subset of $\mathbb R^{+}$. Since $g$ is right continuous it follows that $g(t)=0$ for all $t$. [Details: if $A$ has Lebesgue measure 0 then $A^{c}$ is dense because no open interval can be contained in $ A$. Given any $t$ we can choose a sequence from this dense set which decreases to $t$ and right continuity can be applied to complete the proof].