1

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!

S.C.B.
  • 22,768
Marlesque
  • 109

1 Answers1

3

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)$.

Augustin
  • 8,446