In many probability related questions, I need to find the the probability of
$P[\min(X_1,X_2) < c]$
where $X_1, X_2$ are random variables
However, I can never remember this basic relationship:
given any real numbers $a,b,c$, we have that $\min(a,b) < c \Leftrightarrow a < c \text{ or } b < c$.
Ditto, $\max(a,b) < c \Leftrightarrow a < c \text{ and } b < c$.
I have looked up the explanation and people basically said this is just "logic".
I guess my problem is not understanding what $\min(a,b) < c$ means.
To me, it means pick a number less than $c$ that is either $a$ or $b$, and show me the smaller of the two.
Aha, that must be where the "or" come from.
But wait a minute, it is also true that $\max(a,b) < c \Leftrightarrow a < c \text{ and } b < c$.
In this case, we also have: pick a number less than $c$ that is either $a$ or $b$, and show me the larger of the two.
Now where would the "and" come from?
All in all, is there a more rigorous way of showing that this is true?
Indeed, $\min\{a,b\}< c$ means that the lesser of the two values is less than $c$; so one of them is but the other might not be. Therefore $a<c$ or $b<c$.
$$a\leq b<c,\\ a<c\leq b,\\ b<a<c,\\ b<c\leq a.$$
$\max\{a,b\}<c$ means that the greater of the two values is less than $c$, and if the greater is then the lesser also must be too. Hence, it means that both values are less than $c$ Therefore $a<c$ and $b<c$.
$$a\leq b<c,\\b<a<c.$$