Minimum: The element in a set with the lowest value.
\(x = \textrm{min}(A) \iff \forall y \in A, x \leq y\)
Note that if we can’t explicitly define an \(x\), then the minimum is undefined.
Example
- What is the minimum of \(\mathbb{Z}\)?
- It’s undefined, because the lowest element of \(\mathbb{Z}\) can’t be explicitly stated.
- It’s undefined, because the lowest element of \(\mathbb{Z}\) can’t be explicitly stated.
- What is the minimum of \(\{x \mid x \in [0,10]\}\)?
- \(0\)
- \(0\)
- What is the minimum of \(\{x \mid x \in (0,10)\}\)?
- It’s undefined.
- It’s undefined.