$X_1,X_2,\ldots$ is an iid sequence of random variables with the property that $P\{X_1 \geq 0\} = 1$.
I want to show that $\mathrm{Var}\left(\min(X_1,X_2,\ldots,X_n)\right)$ decreases with increasing $n$.
Intuition: Since $X_1,X_2,\ldots$ are bounded from below, $\min(X_1,X_2,\ldots,X_n)$ should converge to $\inf_{\omega}X_1(\omega)$ surely. So then the variance should tend to zero.
$y \mapsto F(y)$ denoting the distribution function of $X_1$, I can write
$$\mathrm{Var}\left(\min(X_1,X_2,\ldots,X_n)\right) = \int_0^\infty 2y(1-F(y)^n)\,dy - \left(\int_0^\infty (1-F(y)^n)\,dy\right)^2$$
I replaced $n$ by real-valued $x$ and considered the derivative of the resulting expression with respect to $x$. That did not help. Is there a way to show what I want to show without making assumptions on $F$?
Denote $Y \equiv \min(X_1,X_2,\ldots,X_n)$, then \begin{align} P( Y > y) &= \prod_i^n P( X_i > y) \end{align} For any $y$ such that each tail probability is strictly less than unity, $$P( X_i > y) < 1$$ the limit of their product is zero $$\lim_{n \to \infty} P( Y > y) = \lim_{n \to \infty} \prod_i^n P( X_i > y) = 0.$$ That is, the distribution function converges towards the Heaviside step function
$$\lim_{n \to \infty} F_Y(y) = \lim_{n \to \infty} \bigl( 1-P( Y > y) \bigr) = H(y - y_0)$$ where $y_0 \equiv \sup\{y: P(X_1 > y) = 1 \}$ is where the "step" takes place.
We know that $y_0 \geq 0$ exists since it is given that $P(X_1 \geq 0) = 1$.
The variance of a Heaviside distribution (Dirac delta density) is zero, as we needed.