What does $\min(a,b)$ mean? Does it mean that it is the minimum of the interval $(a,b)$ or is it the smaller number of the two numbers?
Thanks!
It is the smallest number of $a$ and $b$.
The interval $(a,b)$ does not admit a minimum. It admits an inferior bound, which is $a$, but no minimum, because $a\not\in (a,b)$.