Description: Define the class of partially ordered sets (posets). A poset is a set
equipped with a partial order, that is, a binary relation which is
reflexive, antisymmetric, and transitive. Unlike a total order, in a
partial order there may be pairs of elements where neither precedes the
other. Definition of poset in Crawley p. 1. Note that
Crawley-Dilworth require that a poset base set be nonempty, but we
follow the convention of most authors who don't make this a requirement.
In our formalism of extensible structures, the base set of a poset f
is denoted by ( Basef ) and its partial order by ( lef )
(for "less than or equal to"). The quantifiers E. b E. r provide a
notational shorthand to allow to refer to the base and ordering relation
as b and r in the definition rather than having to repeat
( Basef ) and ( lef ) throughout. These quantifiers can
be eliminated with ceqsex2v and related theorems. (Contributed by NM, 18-Oct-2012)