Suppose you repeatedly sample from continuous distribution F with convex support
Let's say you drew 2 4 3 5 in order.
Denote the biggest number at $t$th sampling by $b(t)$, second biggest number at $t$th sampling by $a(t)$
So we have
$a(4)=4$
$b(4)=5$
My question is whether
$$A=\int_{a(t)}^{b(t)}dF(x)$$
will be decreasing, at least in expectation sense, over time.
Again, we repeatedly sample from continuous distribution F with convex support.
Intuitively, this must be true. Just imagine uniform distribution, then the distance between $b(t)$ and $a(t)$ will likely shrink.
But I can't seem to prove mathematically. In fact, I don't even know how to mathematically express the concept of "second biggest".
How should I even proceed?
==============================================
My tentative approach is as follows.
If $b(t+1)>b(t)$, then $a(t+1)=b(t)$
$$A(1)=\int_{}^{b(1)}dF(x)$$ $$A(2)=\int_{b(1)}^{b(2)}dF(x)=F(b(2))-F(b(1))$$ if $b(2)>b(1)$ $$A(t)=\int_{a(t)}^{b(t)}dF(x)$$ $$A(t+1)=\int_{b(t)}^{b(t+1)}dF(x)=F(b(t+1))-F(b(t))$$