Maximum

An element of a set that is greater than or equal to every other element.
Maximum

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

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

A maximum is an that actually lies in the set. If a maximum exists, it is unique and equals the : maxS=supS\max S = \sup S.

Examples:

  • In R\mathbb{R}, max[0,1]=1\max[0,1]=1.
  • In R\mathbb{R}, the set (0,1)(0,1) has no maximum (but it has sup(0,1)=1\sup(0,1)=1).
  • In Z\mathbb{Z}, max{nZ:n5}=5\max\{n\in\mathbb{Z}: n\le 5\}=5.