Differences between revisions 2 and 3
Revision 2 as of 2007-02-14 17:15:20
Size: 362
Editor: dot
Comment:
Revision 3 as of 2010-04-18 16:51:21
Size: 361
Editor: 24-183-238-75
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
{{{#!latex2 {{{#!latex

Definition: Partial Order (see PoSet for partially ordered set).

A relation $\le$ is a partial order on a set $S$ if it has:
\begin{enumerate}
\item Reflexivity: $a \le a$ for all $a \in S$.
\item Antisymmetry: $a \le b$ and $ b \le a \Rightarrow a=b$.
\item Transitivity: $a \le b$ and $b \le c \Rightarrow a \le c$. 
\end{enumerate}

PartialOrder (last edited 2020-01-26 22:54:17 by scot)