Infinite descending chain

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by MatrixFrog (talk | contribs) at 22:43, 18 September 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Given a set S with a partial order <=, an infinite descending chain is a Chain V, that is, a subset of S upon which <= defines a total order, such that V has no minimal element, that is, an element m such that for all elements n in V it holds that m <= n.

As an example, in the set of integers, the chain -1,-2,-3,... is an infinite descending chain, but there exists no infinite chain on the natural numbers, every chain of natural numbers has a minimal element.

If a partially ordered set does not contain any infinite descending chains, it is called well-founded. A total ordered set without infinite descending chains is called well-ordered.