Minimum

An element of a set that is less than or equal to every other element.
Minimum

Let (X,)(X,\le) be an ordered set and let SXS\subseteq X. An element mSm\in S is a minimum of SS (written m=minSm=\min S) if

sS, ms.\forall s\in S,\ m\le s.

A minimum is a that actually lies in the set. If a minimum exists, it is unique and equals the : minS=infS\min S=\inf S.

Examples:

  • In R\mathbb{R}, min[0,1]=0\min[0,1]=0.
  • In R\mathbb{R}, the set (0,1)(0,1) has no minimum (but it has inf(0,1)=0\inf(0,1)=0).
  • In Z\mathbb{Z}, min{nZ:n3}=3\min\{n\in\mathbb{Z}: n\ge 3\}=3.