Difference between revisions of "Minimum"

m
m
 
Line 1: Line 1:
Given a [[partially ordered set]] <math>S</math>, the '''minimum''' [[element]] of <math>S</math>, if it exists, is some <math>M \in S</math> such that for all <math>n \in S</math>, <math>M \leq n</math>.
+
Given a [[partially ordered set]] <math>S</math>, the '''minimum''' [[element]] of <math>S</math>, if it exists, is some <math>m \in S</math> such that for all <math>s \in S</math>, <math>m \leq s</math>.
  
 
For example, the minimum element of the [[set]] <math>S_1 = \{0, e, \pi, 4\}</math> of [[real number]]s is <math>0</math>, since it is smaller than every other element of the set.
 
For example, the minimum element of the [[set]] <math>S_1 = \{0, e, \pi, 4\}</math> of [[real number]]s is <math>0</math>, since it is smaller than every other element of the set.

Latest revision as of 13:12, 9 February 2007

Given a partially ordered set $S$, the minimum element of $S$, if it exists, is some $m \in S$ such that for all $s \in S$, $m \leq s$.

For example, the minimum element of the set $S_1 = \{0, e, \pi, 4\}$ of real numbers is $0$, since it is smaller than every other element of the set.

Every finite subset of the reals (or any other totally ordered set) has a minimum. However, many infinite subsets do not. The integers, $\mathbb Z$ have no minimum, since for any $n \in \mathbb Z$ we can find $m \in \mathbb Z$ such that $m < n$. (Taking $m = n - 1$ works nicely.)

A more subtle example of this phenomenon is the set $K = \left\{1, \frac 12, \frac 13, \frac 14, \frac 15, \ldots\right\} = \left\{\frac 1n \mid n \in \mathbb{Z}_{> 0}\right\}$. While this set has a greatest lower bound 0, it has no minimum.

The previous example suggests the following formulation: if $S$ is a set contained in some larger ordered set $R$ with the greatest lower bound property, then $S$ has a minimum if and only if the greatest lower bound of $S$ is a member of $S$.

This article is a stub. Help us out by expanding it.