Suppose $X_1, X_2,\ldots, X_N$ are mutually independent and identically distributed. Let $F_X$ denote the cdf of $X_1$.
Would this statement be true or false? I'm totally lost as to how to approach this... Any help would be appreciated. :)
Let $A$ denote the event that the largest $X_i$ is smaller than or equal to $t_1$, and the smallest $X_i$ is bigger than $t_0$. Then $\mathrm{Pr}[A] = [F_X(t_1) − F_X(t_0)]^N .$
$$\begin{align*} \Pr[A] &= \Pr\left[\left(t_0 < \min_i X_i\right) \cap \left(\max_i X_i \le t_1\right)\right] \\ &= \Pr[t_0 < X_{(1)} \le X_{(N)} \le t_1] \\ &= \Pr[t_0 < X_1, X_2, \ldots, X_N \le t_1] \\ &= \Pr\left[\bigcap_{i=1}^N t_0 < X_i \le t_1 \right] \\ &\overset{\rm ind}{=} \prod_{i=1}^N \Pr[t_0 < X_i \le t_1] \\ &\overset{\rm i.d.}{=} \Pr[t_0 < X_1 \le t_1]^N \\ &= \left( \Pr[X_1 \le t_1] - \Pr[X_1 \le t_0] \right)^N \\ &= \left(F_X(t_1) - F_X(t_0)\right)^N. \end{align*}$$