I have revisited an old homework problem and I can't quite wrap my head around finding the correct sets. I understand the solution of my homework and the one here.
Let $L$ be the random variable $\min(X_1,\ldots,X_n)$
and $M$ be the random variable $\max(X_1,\ldots,X_n)$
I have trouble getting to:
$$P[(M \leq x) \cap (L \leq x)] = P(M \leq x) - P[(M \leq x) \cap (L \geq x)]$$
reasoning through I thought that if $M \leq x$ then $L$ must automatically also be $\leq x$ and the former contains the latter. But this would give me $$P((M \leq x) \cap (L \leq x)) = P(M \leq x)$$ which is wrong.
then I wrote it out, if I have three uniform random variables $X_1, X_2, X_3$
$$M \leq x = [(X_1 \leq x) \cap (X_2 \leq x) \cap (X_3 \leq x)]$$ and $$L \leq x = [(X_1 \leq x) \cup (X_2 \leq x) \cup (X_3 \leq x)]$$
which still makes me arrive at the wrong solution above.
Thank you for helping me reason through this, it's driving me a bit insane that I can't see it. I tried drawing it, which often helps and saves me, but this time just couldn't find a way to visualize it.