Differences between revisions 1 and 2
Revision 1 as of 2007-02-14 17:08:54
Size: 803
Editor: dot
Comment:
Revision 2 as of 2010-04-18 16:50:11
Size: 802
Editor: 24-183-238-75
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
{{{#!latex2 {{{#!latex

Partially Ordered Set

The following was adapted from Wolfram's site:

A partially ordered set (or poset) is a set taken together with a partial order  on it. Formally, a partially ordered set is defined as an ordered pair $P=\left<X,\sqsubseteq \right>$, where $X$ is called the ground set of $P$ and $\sqsubseteq$ is the partial order of $P$.

An element $u$ in a partially ordered set $\left< X,\sqsubseteq \right>$ is said to be an upper bound for a subset $S$ of $X$ if for every $s \in S$, we have $s \sqsubseteq u$. Similarly, a lower bound for a subset $S$ is an element $l$ such that for every $s \in S$, $l \sqsubseteq s$. If there is an upper bound and a lower bound for X, then the poset $\left< X,\sqsubseteq \right>$ is said to be bounded.

See PartialOrder

PoSet (last edited 2020-01-26 22:52:30 by scot)