Fact-checked by Grok 2 weeks ago

Partially ordered set

A partially ordered set (often abbreviated as poset) is a consisting of a set P together with a \leq on P that is reflexive (for every a \in P, a \leq a), antisymmetric (if a \leq b and b \leq a, then a = b), and transitive (if a \leq b and b \leq c, then a \leq c). Unlike totally ordered sets, where every pair of distinct elements is comparable, posets permit incomparable elements, providing a flexible framework for modeling hierarchical relationships in which not all items need to be directly ordered relative to one another. Key concepts in poset theory include chains (totally ordered subsets) and antichains (subsets of pairwise incomparable elements), which underpin theorems like : in any finite poset, the size of the largest equals the minimum number of chains needed to cover the poset. Posets are often visualized using Hasse diagrams, which depict the order relation via upward-pointing edges omitting transitive connections for clarity. Posets form the foundation of , a branch of mathematics that explores ordering relations and their properties, with significant applications across disciplines. In combinatorics, they aid in counting problems and analyzing structures like Young tableaux; in , they model task scheduling, data dependencies, and sorting algorithms under partial information. Further extensions include lattices (posets where every pair of elements has a supremum and infimum) and applications in topology via order complexes, as well as in social sciences for models.

Fundamental Definitions

Partial orders

A partial order is a on a set that generalizes the intuitive of ordering, allowing for cases where some elements are incomparable, unlike total orders where every pair of elements is comparable. This structure arises naturally in and , modeling hierarchies such as or task dependencies. Formally, a partial order on a set P is a \leq that is reflexive, antisymmetric, and transitive. Reflexivity requires that for every a \in P, a \leq a. Antisymmetry ensures that if a \leq b and b \leq a, then a = b. Transitivity means that if a \leq b and b \leq c, then a \leq c. These properties together capture the essence of an ordering while permitting incomparability. The term "partly ordered set" was introduced by in his 1940 monograph Lattice Theory, where he also suggested the abbreviation "poset." This is now commonly referred to as a "partial order," formalizing structures central to lattice theory. To state this rigorously, consider a set P and relation \leq \subseteq P \times P. The partial order axioms are: for all a, b, c \in P,
  • Reflexivity: a \leq a,
  • Antisymmetry: a \leq b and b \leq a imply a = b,
  • Transitivity: a \leq b and b \leq c imply a \leq c.
Violations of these properties disrupt the ordering structure; for instance, a cyclic relation like a \leq b, b \leq c, and c \leq a without equalities violates antisymmetry, as it suggests distinct elements are mutually ordered without resolution. This definition assumes familiarity with basic , including sets and , but no advanced order-theoretic concepts.

Strict partial orders

A strict partial order on a set P is a \prec that is irreflexive (for all a \in P, a \nprec a) and transitive (for all a, b, c \in P, if a \prec b and b \prec c, then a \prec c). This formulation distinguishes strict partial orders from non-strict partial orders, which include reflexivity. Equivalently, a strict partial order can be defined as a transitive and , where asymmetry means that if a \prec b, then b \nprec a. Asymmetry follows from irreflexivity and : suppose a \prec b and b \prec a; then by , a \prec a, contradicting irreflexivity. In a strict partial order, two elements a, b \in P are comparable if a \prec b or b \prec a; otherwise, they are .

Relation between non-strict and strict partial orders

Given a non-strict partial order \leq on a set P, the corresponding strict partial order < is defined by a < b if and only if a \leq b and a \neq b. This construction removes the reflexive pairs (a, a) from the relation \leq, yielding an irreflexive relation. Formally, the strict order can be expressed as < = \leq \setminus \{(a, a) \mid a \in P\}. Conversely, given a strict partial order < on P, the corresponding non-strict partial order \leq is obtained by adding reflexivity, defining a \leq b if and only if a < b or a = b. This is known as the of the strict order. These conversions establish a bijection between the set of all non-strict partial orders and the set of all strict partial orders on a given set P. Every strict partial order arises uniquely from a non-strict one via the first construction, and every non-strict partial order arises uniquely from a strict one via the second, with the two processes being mutual inverses. To verify this correspondence, first suppose \leq is a non-strict partial order (reflexive, antisymmetric, and transitive). The derived < is irreflexive because a \not< a for all a \in P, since a \leq a but a = a. It is asymmetric (hence antisymmetric) because if a < b and b < a, then a \leq b, b \leq a (so a = b by antisymmetry of \leq), contradicting a \neq b. Transitivity holds: if a < b and b < c, then a \leq b \leq c with a \neq b and b \neq c, so a \leq c and a \neq c (since \leq is antisymmetric), yielding a < c. For the reverse direction, suppose < is a strict partial order (irreflexive, asymmetric, and transitive). The derived \leq is reflexive by construction (a \leq a). Antisymmetry follows: if a \leq b and b \leq a, then either a < b or a = b, but a < b and b < a contradicts asymmetry, so a = b. Transitivity holds: if a \leq b and b \leq c, the cases (equality or strict) combine via transitivity of < and reflexivity to yield a \leq c. Applying the conversions in either order recovers the original relation, confirming the bijection.

Dual orders

In order theory, given a partially ordered set (P, \leq), the dual order (also known as the converse or opposite order) is the binary relation \geq on P defined by a \geq b if and only if b \leq a for all a, b \in P. This reversal preserves the structure of the partial order: reflexivity holds because a \geq a since a \leq a; antisymmetry follows as a \geq b and b \geq a imply b \leq a and a \leq b, hence a = b; and transitivity is satisfied because if a \geq b and b \geq c, then b \leq a and c \leq b, so c \leq a or a \geq c. Thus, if \leq is a partial order on P, then \geq is also a partial order on the same set. For the associated strict partial order < (defined as a < b if a \leq b and a \neq b), the dual strict order > is given by b > a if and only if a < b. This strict dual inherits irreflexivity and transitivity from the original strict order by the same symmetry arguments, ensuring it remains a strict partial order. A concrete example arises in total orders, where the dual provides a complete reversal. Consider the set of natural numbers \mathbb{N} under the standard order \leq, which is a total order. The dual order \geq reverses this to the descending order, where m \geq n if and only if n \leq m in the usual sense (e.g., $5 \geq 3 because $3 \leq 5). This duality highlights the symmetry in order structures and is fundamental in proving theorems via the principle of duality, where statements about partial orders have corresponding dual statements that hold equivalently.

Notation and Visualizations

Symbolic notation

In mathematical literature, a partially ordered set, or poset, is conventionally denoted by an ordered pair (P, \leq), where P is the underlying set and \leq is the binary relation representing the non-strict partial order on P. The symbol \leq is the standard for the non-strict partial order, satisfying reflexivity, antisymmetry, and transitivity, while the corresponding strict partial order—obtained by excluding equality—is typically denoted by <. Alternative symbols include \sqsubseteq or \precsim for the non-strict case and \sqsubset or \prec for the strict case, often employed in specialized fields like domain theory or to distinguish the order from numerical inequalities or set inclusions. For instance, \precsim may be used when the standard \leq risks ambiguity with the order on real numbers. The relation can be expressed in infix notation as a \leq b (or a \sqsubseteq b), which is prevalent for readability, or in prefix (functional) notation as \leq(a, b), treating the order as a binary operation on elements. The infix form aligns with intuitive comparisons and is preferred in most contemporary texts, while prefix notation appears in formal or computational contexts. Authors are advised to specify the relation explicitly in contexts where \leq might be conflated with numerical ordering or subset inclusion, such as by qualifying it as "the partial order \leq on P".

Hasse diagrams

A provides a graphical representation of a finite (poset) (P, \leq), where each element of P is represented by a vertex (point), and a directed edge connects vertices a and b if b covers a, meaning a < b and there exists no c \in P such that a < c < b. This covering relation captures the immediate successors in the order, omitting self-loops due to reflexivity (a \leq a is not shown as an edge) or edges that would arise from transitivity (no indirect connections are drawn). The result is the transitive reduction of the poset's comparability graph, emphasizing the minimal relations needed to reconstruct the full order. To construct a Hasse diagram, vertices are positioned in the plane such that if a < b, then the vertex for a lies strictly below that for b, often grouped into horizontal levels based on a rank or height function (the length of the longest chain below the element). Edges are drawn as line segments connecting covering pairs, directed upward but typically without arrowheads to simplify the drawing, as the orientation is implied by position. Vertex labels can be omitted when the elements are unambiguous in context, and the layout strives to minimize edge crossings for clarity, though this is not always possible in non-planar posets. Hasse diagrams are particularly advantageous for visualizing finite posets, offering a compact depiction that avoids clutter from redundant edges while preserving the order's structure. They facilitate the identification of key features, such as chains (paths in the diagram) and antichains (sets of incomparable elements often appearing at the same level), aiding in the analysis of the poset's width and height. A representative example is the Hasse diagram of the Boolean lattice B_3, consisting of all subsets of a 3-element set ordered by inclusion. The bottom vertex represents the empty set \emptyset, connected upward to three singletons \{\{1\}, \{2\}, \{3\}\} at the next level; each singleton connects to two doubletons (e.g., \{1\} to \{1,2\} and \{1,3\}), forming a middle level of three doubletons; and all doubletons connect to the top vertex, the full set \{1,2,3\}. This layered structure highlights the poset's symmetry and graded ranks, with each level corresponding to the cardinality of the subsets.

Equivalent Formulations

Axiomatic definitions

A partial order on a set P is a binary relation \leq that satisfies three fundamental axioms: reflexivity, antisymmetry, and transitivity. Reflexivity requires that every element is related to itself: for all a \in P, a \leq a. Antisymmetry ensures that if two distinct elements are mutually related, they must be equal: for all a, b \in P, if a \leq b and b \leq a, then a = b. Transitivity guarantees that the relation chains appropriately: for all a, b, c \in P, if a \leq b and b \leq c, then a \leq c. These axioms together characterize a partial order as a reflexive, transitive, and antisymmetric binary relation on the set. In some formulations, reflexivity is sometimes omitted when considering broader classes of relations, leading to (also known as ), which are merely reflexive and transitive; however, antisymmetry remains essential to distinguish partial orders from . To verify these axioms for a small finite set, one can represent the relation as a matrix and check the properties directly; for example, consider a set \{a, b\} with possible reflexive relations.
Relation MatrixReflexive?Antisymmetric?Transitive?Partial Order?
\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} (equality)YesYesYesYes
\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} (a \leq b)YesYesYesYes
\begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix} (universal)YesNoYesNo
\begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix} (b \leq a)YesYesYesYes
This table illustrates how only relations satisfying all three axioms qualify as partial orders.

Closure operator characterizations

A closure operator on a partially ordered set (P, \leq) is a function \mathrm{cl}: P \to P satisfying the following conditions for all x, y \in P:
  • Extensivity: x \leq \mathrm{cl}(x),
  • Idempotency: \mathrm{cl}(\mathrm{cl}(x)) = \mathrm{cl}(x),
  • Monotonicity: x \leq y implies \mathrm{cl}(x) \leq \mathrm{cl}(y).
These properties formalize the notion of "closing" elements under the order while preserving the structure of the poset. An equivalent characterization of closure operators is given by the single axiom: for all x, y \in P, x \leq \mathrm{cl}(y) if and only if \mathrm{cl}(x) \leq \mathrm{cl}(y). This condition is equivalent to the three standard properties. To see this, extensivity follows by setting y = x, yielding x \leq \mathrm{cl}(x); monotonicity from the forward direction with y = \mathrm{cl}(y); idempotency by applying the axiom with x = \mathrm{cl}(x) and y = x, since \mathrm{cl}(x) \leq \mathrm{cl}(x) implies \mathrm{cl}(\mathrm{cl}(x)) \leq \mathrm{cl}(x), and the reverse by extensivity. Conversely, the three properties imply the axiom. Partial orders admit a natural bijection with certain closure operators via the lattice of order ideals (down-sets). Given a poset (P, \leq), define the downward closure operator \mathrm{cl}: \mathcal{P}(P) \to \mathcal{P}(P) on the power set by \mathrm{cl}(A) = \{ z \in P \mid \exists y \in A \text{ such that } z \leq y \}. This operator is extensive (A \subseteq \mathrm{cl}(A)), idempotent (\mathrm{cl}(\mathrm{cl}(A)) = \mathrm{cl}(A)), and monotone (A \subseteq B implies \mathrm{cl}(A) \subseteq \mathrm{cl}(B)). The fixed points of \mathrm{cl}—sets I \subseteq P with \mathrm{cl}(I) = I—are precisely the down-sets of P, and these form a distributive lattice under inclusion. Conversely, every distributive lattice arises as the lattice of down-sets of the poset of its join-irreducible elements, ordered by inclusion; the principal down-sets \downarrow x = \{ y \in P \mid y \leq x \} recover the original poset via the bijection x \mapsto \downarrow x, with x \leq y if and only if \downarrow x \subseteq \downarrow y. This correspondence characterizes partial orders as those arising from the fixed-point structure of their associated downward (or dually, upward) closure operators. The Dedekind–MacNeille completion further illustrates this perspective, embedding any poset into a complete lattice via a canonical closure operator. For a poset (P, \leq), define \mathrm{cl}(x) as the infimum of all upper bounds of the set of lower bounds of x (or dually), yielding the smallest complete lattice containing P as a subposet where all existing suprema and infima are preserved; the elements of the completion are the fixed points (closed elements) under this operator. In summary, every poset arises uniquely from the closure system of its down-sets (or up-sets) under the downward (or upward) closure operator, providing a reformulation where the partial order is encoded in the structure of closed subsets rather than directly in a binary relation. This view emphasizes the interplay between orders and closure properties, foundational to representations in lattice theory.

Illustrative Examples

Basic posets

A partially ordered set, or poset, is a set equipped with a binary relation that is reflexive, antisymmetric, and transitive. These axioms ensure that the relation captures a notion of "order" without requiring full comparability between elements. Basic examples illustrate how posets range from highly structured to minimally ordered structures, helping to distinguish partial orders from other relations. The simplest poset is the trivial poset consisting of a singleton set, such as {a}, with the only relation being the reflexive a \leq a. In this case, antisymmetry and transitivity hold vacuously, as there are no distinct elements to compare. A discrete poset on a finite set of n elements, such as {1, 2, \dots, n}, uses only the reflexive relation, making all distinct elements incomparable. This structure satisfies the poset axioms but exhibits no ordering beyond reflexivity, serving as an extreme case of partiality. The natural numbers \mathbb{N} under the standard less-than-or-equal relation \leq form a total order, a special type of poset where every pair of elements is comparable. For instance, 1 \leq 2 \leq 3, and this extends indefinitely without incomparability. The positive integers under the |, where m | n if n is a multiple of m, provide a classic partial order. Here, 1 | 2 | 4 and 1 | 3 | 6, but 2 and 3 are incomparable since neither divides the other, demonstrating partiality beyond a total order. In contrast, an equivalence relation, such as congruence modulo n on the integers, fails to be a partial order because it is symmetric, violating antisymmetry—for example, if a \equiv b \pmod{n} and b \equiv a \pmod{n} with a \neq b, then a \leq b and b \leq a but a \not= b.

Product and sum constructions

Given two partially ordered sets (P, \leq_P) and (Q, \leq_Q), the product order on the Cartesian product P \times Q is defined by (p_1, q_1) \leq (p_2, q_2) if and only if p_1 \leq_P p_2 and q_1 \leq_Q q_2. This componentwise ordering inherits reflexivity, antisymmetry, and transitivity from the orders on P and Q, ensuring that P \times Q is itself a partially ordered set. A representative example is the product \mathbb{N} \times \mathbb{N}, where \mathbb{N} denotes the natural numbers under the usual order \leq. Here, elements like (1,2) and (2,1) are incomparable, since neither $1 \leq 2 and $2 \leq 1 nor the reverse holds simultaneously, forming a grid-like poset structure. For combining multiple posets, the ordinal sum (or linear sum) of a sequence of posets (P_i)_{i \in I}, where I is a chain under some total order, is constructed on the disjoint union \coprod_{i \in I} P_i by declaring all elements of P_i less than all elements of P_j whenever i < j in I, while preserving the internal orders within each P_i. This yields a poset that concatenates the components in the order of the index chain, useful for building linear extensions from chains of basic posets like singletons or antichains. A variant on the product is the on P \times Q, defined by (p_1, q_1) \leq (p_2, q_2) if p_1 <_P p_2 or (p_1 = p_2 and q_1 \leq_Q q_2), prioritizing the first component. This strict preference in the first coordinate produces a partial order that remains partial unless both P and Q are chains, contrasting with the balanced componentwise comparison of the standard product. These constructions preserve the partial nature of the original orders: the product order maintains incomparabilities across components, while the ordinal sum extends comparability linearly along the index chain, facilitating the formation of total orders from partial ones in specific cases.

Key Derived Concepts

Chains and antichains

A chain in a partially ordered set (poset) (P, \leq) is a subset C \subseteq P such that every pair of elements in C is comparable, meaning for any x, y \in C, either x \leq y or y \leq x. This induces a total order on C. Dually, an antichain in (P, \leq) is a subset A \subseteq P in which no two distinct elements are comparable, so for any distinct x, y \in A, neither x \leq y nor y \leq x. For example, consider the poset of positive integers under divisibility, where m \leq n if m divides n. The subset \{1, 2, 4\} forms a chain since $1 divides $2 and $2 divides $4, while \{2, 3, 5\} is an antichain as no one divides another. The height of a poset is defined as the cardinality of its largest chain, and the width is the cardinality of its largest antichain. By Zorn's lemma, every poset admits maximal chains (chains not properly contained in any larger chain), and the poset is the union of its maximal chains, since every element lies in some maximal chain. Mirsky's theorem states that in any finite poset, the height equals the minimum number of antichains whose union covers the poset.

Order ideals and filters

In the context of a partially ordered set P, an order ideal, also known as a down-set, is a subset I \subseteq P such that for all x \in I and y \in P with y \leq x, it holds that y \in I. This property ensures that order ideals are closed under downward extension with respect to the partial order. A principal order ideal generated by an element x \in P is denoted \downarrow x = \{ y \in P \mid y \leq x \}, which consists of all elements less than or equal to x. Every principal order ideal is an order ideal, and in finite posets, every order ideal is a finite union of principal order ideals. Dually, an order filter, or up-set, is a subset F \subseteq P such that for all x \in F and y \in P with x \leq y, it follows that y \in F. The principal order filter generated by x \in P is \uparrow x = \{ y \in P \mid x \leq y \}, capturing all elements greater than or equal to x. Order filters in P correspond precisely to order ideals in the dual poset P^\mathrm{op}, where the order is reversed, highlighting the symmetric roles of these structures in order theory. The collection of all order ideals of P, denoted \mathcal{O}(P), forms a poset under inclusion, which is itself a distributive lattice known as the ideal lattice of P. Order ideals and filters play a fundamental role in completions of posets; for instance, the Dedekind–MacNeille completion embeds P into a complete lattice constructed using intersections of principal filters and unions of principal ideals.

Extrema and heights

In a partially ordered set (P, \leq), an element m \in P is called a maximal element if there exists no x \in P such that x > m, meaning that if m \leq x, then x = m. Dually, an element n \in P is a minimal element if there exists no x \in P such that x < n, or equivalently, if x \leq n implies x = n. These concepts capture elements that cannot be extended further upward or downward in the order, respectively, but a poset may contain multiple maximal or minimal elements, or none at all, depending on its structure. A greatest element (or maximum) of P is an element g \in P such that g \geq p for every p \in P; if it exists, it is the unique maximal element, as it dominates all others. Similarly, a least element (or minimum) is an element l \in P such that l \leq p for every p \in P, and it would be the unique minimal element. However, not every poset possesses a greatest or least element; for instance, consider the poset consisting of two distinct incomparable elements under the discrete order (an ), where each element is both maximal and minimal, but neither serves as a greatest or least element since no single element is comparable to the other in the required direction. The height of a poset P, denoted h(P), measures its "vertical" extent and is defined as the cardinality of a longest chain in P. Thus, h(P) equals the supremum over all chains of their sizes, providing a quantitative sense of the poset's depth; for example, the on n elements has height n+1, corresponding to its longest chain of n+1 elements. In a graded poset, a rank function \rho: P \to \mathbb{N}_0 assigns to each element a non-negative integer rank such that minimal elements have rank 0, and if y covers x (i.e., x < y with no element between), then \rho(y) = \rho(x) + 1; the height is then the maximum value of \rho plus one. A fundamental result connecting extrema to infinite posets is Zorn's lemma, which states that if every chain in a partially ordered set P has an upper bound in P, then P contains at least one maximal element; this holds under the axiom of choice, particularly for non-finite posets where direct construction may fail. For instance, the power set of an infinite set ordered by inclusion satisfies the upper bound condition for chains (unions serve as bounds) and thus admits maximal elements, such as maximal ideals in certain algebraic structures.

Order-Preserving Maps

Monotone functions

In order theory, a monotone function (also called an order-preserving or isotone map) between two partially ordered sets (P, \leq_P) and (Q, \leq_Q) is a function f: P \to Q such that for all x, y \in P, if x \leq_P y then f(x) \leq_Q f(y). This condition ensures that the function respects the partial order, mapping ordered pairs to ordered pairs without reversing the direction. A strict monotone function strengthens this by requiring that x <_P y (where < denotes the strict partial order, i.e., x \leq_P y and x \neq y) implies f(x) <_Q f(y). An antitone function, conversely, is order-reversing: x \leq_P y implies f(x) \geq_Q f(y), where \geq_Q is the reverse of \leq_Q. The composition of two antitone functions yields a monotone function, as the reversals cancel out. Monotone functions preserve comparability: if x and y are comparable in P, then f(x) and f(y) are comparable in Q with the order direction maintained. However, they do not preserve incomparability, as incomparable elements in P may map to comparable elements in Q. Constant functions are always monotone, since for any x \leq_P y, the images f(x) = f(y) satisfy f(x) \leq_Q f(y) by reflexivity. A standard example is the inclusion map i: S \to P from a subposet (S, \leq_P|_S) of (P, \leq_P) to P, which is monotone because the order restricted to S agrees with the order on P.

Lattice homomorphisms

A lattice homomorphism is a function h: L \to M between two lattices L and M that preserves both the join and meet operations, meaning that for all elements x, y \in L, h(x \vee y) = h(x) \vee h(y), \quad h(x \wedge y) = h(x) \wedge h(y). This preservation ensures that the structure of joins and meets is maintained under the mapping. Such homomorphisms are automatically monotone functions, as the order relation in a lattice can be recovered from the joins and meets: if x \leq y in L, then x \vee y = y and x \wedge y = x, so h(x) \vee h(y) = h(y) and h(x) \wedge h(y) = h(x), implying h(x) \leq h(y) in M. Consequently, lattice homomorphisms preserve the partial order while additionally respecting the lattice operations. In the case of bounded lattices, where L and M possess top and bottom elements (denoted $1_L, 0_L and $1_M, 0_M, respectively), a lattice homomorphism h maps these bounds to elements that act as bounds for the image of h: specifically, h(0_L) is a bottom element for h(L), and h(1_L) is a top element for h(L). If h is surjective, then h(0_L) = 0_M and h(1_L) = 1_M; in general, the preservation holds within the sublattice generated by the image. A concrete example arises with power set lattices: given sets A \subseteq B, the inclusion map \iota: \mathcal{P}(A) \to \mathcal{P}(B) defined by \iota(S) = S for S \subseteq A is a lattice homomorphism, since it preserves unions (\iota(S \cup T) = S \cup T = \iota(S) \cup \iota(T)) and intersections (\iota(S \cap T) = S \cap T = \iota(S) \cap \iota(T)), where \mathcal{P}(X) denotes the power set of X ordered by inclusion, with joins as unions and meets as intersections. This map embeds the lattice structure of subsets of A into that of B. Lattice homomorphisms apply specifically to lattices, which are posets where every pair of elements has a join and a meet; not all partially ordered sets possess this structure, so the concept is restricted to those that do.

Extensions and Substructures

Linear extensions

A linear extension of a partially ordered set (P, \leq) is a total order \precsim on the underlying set P such that x \leq y implies x \precsim y for all x, y \in P. This preserves all existing comparabilities while rendering every pair of elements comparable. Equivalently, a linear extension corresponds to an order-preserving embedding of P as a subposet into a chain, via a monotone injection that maintains the original order relations. The existence of at least one linear extension for any poset is guaranteed by Szpilrajn's theorem, which states that every partial order can be extended to a total order on the same set. Standard proofs of this theorem rely on Zorn's lemma or the well-ordering theorem, both equivalent to the axiom of choice. Without the axiom of choice, there exist models of ZF set theory in which some posets lack linear extensions. Linear extensions find key applications in computer science, particularly in sorting algorithms. In the context of directed acyclic graphs (DAGs), where the partial order arises from the transitive closure of the edge relation, a topological sort produces a linear extension that respects all precedence constraints. This is essential for tasks like scheduling dependencies or resolving build orders in software systems. Computationally, linear extensions of finite posets can be constructed via greedy algorithms that iteratively select minimal elements, though efficient methods vary with the poset's structure.

Subposets and induced orders

In a partially ordered set (P, \leq), a subposet is obtained by taking a subset S \subseteq P and equipping it with the induced partial order \leq_S, defined such that x \leq_S y if and only if x \leq y in P, for all x, y \in S. This construction preserves the order relations between elements of S exactly as they appear in the original poset, ensuring that (S, \leq_S) is itself a partially ordered set. A special type of subposet is the convex subposet, which is closed under intervals in the order. Specifically, a subposet S of P is convex if, whenever x, y \in S and there exists z \in P such that x \leq z \leq y, then z \in S. Equivalently, convex subposets are those that contain all elements between any two of their members in the original order, making them "interval-closed" subsets. This property is useful in studying connected components or embeddings where intermediate elements cannot be omitted without altering the structure. Order ideals, also called down-sets, form another important class of subposets that are downward-closed: if x \in S and y \leq x with y \in P, then y \in S. These are induced subposets by definition and play a key role in decomposing posets, though their full structure is explored elsewhere. Subposets inherit core properties from the ambient poset but may lose or alter others. For instance, if P is a chain (total order), every induced subposet S remains a chain, as the order on S is total. However, more complex posets may yield subposets that fail to preserve lattice properties, such as the existence of meets or joins, if key elements are excluded. As an example, consider the finite total order P = \{1 < 2 < 3\}; removing the maximum element to form S = \{1, 2\} yields an induced subposet that is still a chain but shorter, illustrating how subposets can truncate structures while retaining the induced order.

Combinatorial Aspects

Enumerating partial orders

The enumeration of partial orders on finite sets is a central problem in order theory and combinatorics. For a finite set with n labeled elements, the number of distinct partial orders is given by the sequence where there is 1 poset for n=0 and n=1, 3 for n=2, 19 for n=3, 219 for n=4, and 4231 for n=5, with values computed up to n=18 using algorithmic methods. These counts represent the number of reflexive, antisymmetric, and transitive binary relations on the labeled set, equivalent to the number of labeled acyclic transitive directed graphs. For unlabeled elements, where posets are considered up to isomorphism, the sequence begins with 1 for n=0 and n=1, 2 for n=2, 5 for n=3, 16 for n=4, and 63 for n=5, with enumerations available up to larger n but requiring more computational effort due to symmetry considerations. A notable special case in poset enumeration involves the Boolean lattice $2^{}, the power set of an n-element set ordered by inclusion. The Dedekind number M(n) counts the number of antichains in this poset, equivalently the number of monotone Boolean functions on n variables or the number of down-sets (order ideals). These numbers grow super-exponentially, reflecting the combinatorial complexity of subset structures preserving monotonicity. Known values include M(0) = 2, M(1) = 3, M(2) = 6, M(3) = 20, M(4) = 168, M(5) = 7581, M(6) = 7828354, M(7) = 2414682040998, and M(8) = 56130437228687557907788, with M(9) = 286386577668298411128469151667598498812366 computed in 2023 using advanced algorithmic techniques involving matrix multiplication over finite fields. Exact computation of M(n) remains challenging for n > 9 as of 2025, with asymptotic bounds established but no closed-form formula known; lower and upper estimates suggest growth on the order of $2^{ \binom{n}{ \lfloor n/2 \rfloor } / \mathrm{poly}(n) }. The asymptotic behavior of the total number of labeled posets on n elements is $2^{n^2/4 + o(n^2)}, derived by showing that nearly all such posets consist of three graded levels with specific incomparability patterns. This super-exponential growth underscores the difficulty of exhaustive enumeration beyond small n, though recursive constructions and probabilistic methods provide tight bounds. Historically, foundational advances in poset enumeration trace to Gian-Carlo Rota's 1964 development of the for partially ordered sets, which enabled inclusion-exclusion principles and approaches for counting structures within posets.
nLabeled posetsUnlabeled posets
011
111
232
3195
421916
5423163
nDedekind number M(n)
02
13
26
320
4168
57581

Width and Dilworth's theorem

In a partially ordered set P, the width is defined as the maximum cardinality of an in P. , proved in 1950, states that for any finite poset P, the minimum number of s required to cover all elements of P (a chain partition) equals the width of P. One standard proof constructs a from the poset by creating a with vertices for each element of P plus source and sink, where edges represent possible chain extensions with unit capacities; the then yields the equality via the corresponding to a maximum . An alternative approach leverages the dual of Mirsky's theorem, which equates the (maximum size) to the minimum antichain cover, applying König's theorem in a derived from the poset where parts are copies of P and edges connect comparable elements. A direct is that any finite poset of width w admits a into exactly w chains. For example, in the Boolean lattice of subsets of an n- set ordered by inclusion, the width equals \binom{n}{\lfloor n/2 \rfloor}, achieved by the of all subsets of size \lfloor n/2 \rfloor.

Applications in Advanced Mathematics

Posets in

In , a partially ordered set (poset) can be regarded as a category where the objects are the of the poset, and there is a unique from x to y x \leq y in the poset; otherwise, there are no morphisms between them. This construction yields a thin category, meaning that between any two objects there is at most one morphism, and the composition of morphisms corresponds to the of the . The morphisms are provided by the reflexivity of the partial . A between two such poset is precisely a (order-preserving) map between the underlying posets, as it must map objects to objects while preserving the order relations as morphisms. The Ord (also denoted Pos) has posets as objects and maps as morphisms; this is complete and cocomplete, with limits and colimits constructed componentwise on the underlying sets equipped with the induced orders. For instance, the product of posets in Ord is the product set with the componentwise order, and similarly for coproducts. Within a single poset viewed as a , limits correspond to meets (infima) and colimits to joins (suprema). Specifically, the product (limit) of a family of objects is their meet, as it is the greatest lower bound equipped with unique morphisms from each factor, while the (colimit) is their join, the least upper bound with unique morphisms to each factor. A poset has all small if and only if it is a complete meet-semilattice (every has an infimum), and all small colimits if it is a complete join-semilattice (every has a supremum); thus, a , having both all meets and all joins, is a with all small limits and colimits. Adjunctions between poset categories take the form of Galois connections, which are pairs of maps L: P \to Q and R: Q \to P (the left and right adjoints) satisfying L(x) \leq y in Q if and only if x \leq R(y) in P for all x \in P, y \in Q. This hom-set isomorphism specializes the general categorical notion of adjunction to the thin categories of posets, inducing closure operators on each poset via compositions like RL on P. Galois connections were introduced in the context of by in 1944 and later recognized as adjunctions in the broader framework of .

Topological posets and order topologies

A partially ordered set, or poset, can be endowed with a natural known as the , which generalizes the standard on totally ordered sets. For a totally ordered set (L, \leq), the is generated by the subbasis consisting of all open rays of the form (-\infty, b) = \{x \in L \mid x < b\} and (a, \infty) = \{x \in L \mid a < x\} for a, b \in L. This topology has a basis of open intervals (a, b) = \{x \in L \mid a < x < b\}. This construction extends to general posets (P, \leq). The order topology on P is defined by the subbasis comprising all upper open rays (a, \to) = \{x \in P \mid a < x\} and all lower open rays (\leftarrow, b) = \{x \in P \mid x < b\} for a, b \in P, where < denotes the strict order induced by \leq. Intersections of these rays yield a basis of order intervals (a, b) = \{x \in P \mid a < x < b\}. On a totally ordered set, this coincides with the standard . Another fundamental topology on a poset is the Alexandroff topology, where the open sets are precisely the upper sets (up-sets), i.e., subsets U \subseteq P such that if x \in U and x \leq y, then y \in U. This topology is named after Pavel Alexandrov and is the coarsest topology making all principal up-sets \uparrow x = \{y \in P \mid x \leq y\} open. The specialization preorder associated with any topological space (X, \tau) is defined by x \leq y if and only if x lies in the closure of \{y\}. For a poset equipped with the Alexandroff topology, this recovers the original order \leq. The space is T_0 (Kolmogorov) if and only if the specialization preorder is antisymmetric, which holds precisely when (P, \leq) is a poset rather than a mere preordered set. A topological poset is a poset equipped with either the or the Alexandroff topology (or another compatible ). Continuous maps between topological posets are the usual continuous functions with respect to the given topologies. Order-preserving () maps between posets play a central role: any monotone map f: (P, \leq_P) \to (Q, \leq_Q) is continuous when P and Q are equipped with their Alexandroff topologies, as the preimage of any up-set in Q is an up-set in P. The order topology on a totally ordered set is always Hausdorff: for distinct p < q, the sets (-\infty, q) and (p, \infty) form disjoint open neighborhoods separating them. However, the Alexandroff topology on a poset is generally not Hausdorff unless the poset is a singleton, as closures of distinct points often intersect. The T_0 property holds for the Alexandroff topology the poset is antisymmetric. A canonical example is the set of real numbers \mathbb{R} with the usual order \leq. The standard Euclidean topology on \mathbb{R} coincides exactly with the order topology generated by the open rays (-\infty, b) and (a, \infty), making (\mathbb{R}, \leq) a topological poset that is Hausdorff, connected, and locally compact.

Specialized Structures

Interval orders

An interval order is a partial order that admits a representation by a family of closed intervals on the real line. Specifically, a poset P is an interval order if there exists an assignment of intervals I_x = [L(x), R(x)] to each element x \in P with L(x) < R(x), such that for distinct x, y \in P, x \leq y if and only if R(x) \leq L(y). This representation captures incomparabilities as overlapping intervals, where overlapping means neither endpoint condition holds. In this interval representation, elements are comparable only when one interval is completely to the left of the other, reflecting the non-overlapping condition for ordering. The strict order version corresponds to open intervals or strict inequalities in the endpoints, but the standard definition uses closed intervals for the non-strict case. A key characterization of interval orders is provided by Fishburn's theorem, which states that a poset is an interval order if and only if it contains no induced subposet isomorphic to $2 + 2, the disjoint union of two chains each of size 2. The $2 + 2 poset consists of four elements a < b and c < d with no other comparabilities, forming two incomparable 2-chains. This forbidden subposet ensures that the order avoids "crossing" incomparabilities that cannot be represented by non-overlapping intervals. Proofs of this theorem often rely on constructing interval assignments via left and right endpoint functions derived from the height or linear extensions of the poset. Interval orders find applications in preference modeling, where elements represent alternatives with associated uncertainty intervals, and comparability reflects strict preference without overlap. In scheduling, they model tasks with time windows or precedence constraints that allow flexible ordering as long as non-overlapping execution intervals are respected, enabling efficient algorithms.

Lattice orders

A lattice is a partially ordered set in which every pair of elements possesses a least upper bound, known as the join and denoted \vee, and a greatest lower bound, known as the meet and denoted \wedge. This structure bridges partial orders to algebraic frameworks by ensuring these binary operations exist uniquely for any two elements. A bounded lattice is one that additionally includes a greatest element, called the top and denoted \top, and a least element, called the bottom and denoted \bot. In such lattices, the top serves as the join of the empty set and the bottom as the meet of the empty set. A distributive lattice is a lattice where the join and meet operations distribute over each other, satisfying identities such as x \vee (y \wedge z) = (x \vee y) \wedge (x \vee z) and dually for meets over joins. A extends this further: it is a partially ordered set in which every subset, not just pairs, has both a supremum (join) and an infimum (meet). Every partially ordered set can be embedded as an order-isomorphic subposet into a , specifically its Dedekind–MacNeille completion, which is the smallest containing the original order. Representative examples include the power set of a set X, ordered by , where the join is and the meet is , forming a distributive and with \emptyset as bottom and X as top. Another is the lattice of a positive n, consisting of all positive divisors of n ordered by divisibility, with join as and meet as ; this is a distributive . Lattices admit varieties distinguished by forbidden sublattices. A modular lattice satisfies the modular identity x \wedge (y \vee z) = (x \wedge y) \vee (x \wedge z) whenever x \leq z, and equivalently contains no sublattice isomorphic to N_5. Distributive lattices are precisely the modular lattices that also avoid M_3 as a sublattice. While every finite partially ordered set admits a , lattices possess richer structure through their operations, enabling algebraic manipulations beyond mere ordering.

References

  1. [1]
    Partially Ordered Set -- from Wolfram MathWorld
    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.
  2. [2]
    [PDF] 4. Partial Orderings
    4.1. Definition of a Partial Order. Definition 4.1. 1. (1) A relation R on a set A is a partial order iff R is • reflexive, • antisymmetric, and • transitive.
  3. [3]
    [PDF] PARTIALLY ORDERED SETS - CMU Math
    A partially ordered set (poset) is a set with a binary relation where elements are comparable if ab or ba, and ab and bc implies ac.
  4. [4]
    [PDF] A Decomposition Theorem for Partially Ordered Sets - UCSD Math
    Introduction. Let P be a partially ordered set. Two elements a and b of P are comparable if either a > b or b _ a. Otherwise a and b are non-comparable. A ...
  5. [5]
    [PDF] Lecture 7 1 Partially ordered sets
    Feb 24, 2011 · A partially ordered set (poset) is a set with a binary relation satisfying reflexivity, antisymmetry, and transitivity. Not all elements can be ...Missing: mathematics | Show results with:mathematics
  6. [6]
    [PDF] combinatorial aspects of partially ordered sets
    (1) the basic definitions and theorems of partially ordered set theory and. (2) the various combinatorial methods associated with partially ordered sets.
  7. [7]
    [PDF] Sorting and Selection in Posets - UC Berkeley Statistics
    In this paper, we study these problems in the context of partially ordered sets, in which some pairs of objects are incomparable. This generalization is in ...
  8. [8]
    [PDF] Poset Topology: Tools and Applications - University of Miami
    Rota on the Möbius function of a partially ordered set. This theory provides a deep and fundamental link between combinatorics and other branches of mathematics ...Missing: history | Show results with:history
  9. [9]
    [PDF] Partially ordered sets and stratification - Hofstra Sites
    A partially ordered set consists of a set of elements of an arbitrary nature which we denote by P and a relation between some pairs of the elements, which ...
  10. [10]
    BOOK REVIEWS Lattice theory by Garrett Birkhoff. 3rd ed. New York
    Perhaps the best known book on lattices in general is Garrett Birkhoff's. Lattice theory, first published in 1940, revised in 1948 and more recently in 1967 ...
  11. [11]
    Strict Order -- from Wolfram MathWorld
    A relation < is a strict order on a set S if it is. 1. Irreflexive: a<a does not hold for any a in S . 2. Asymmetric: if a<b , then b<a does not hold.
  12. [12]
    [PDF] Lecture 10 1 Overview 2 Partial Orders - Duke Computer Science
    Feb 13, 2019 · Since a strict partial order is asymmetric, it is also irreflexive, whereas a weak partial order may or may not be reflexive or irreflexive. ...
  13. [13]
    Relations
    A strict partial order is a relation < that is irreflexive and transitive (which implies antisymmetry as well). Any partial order ≤ can be converted into a ...
  14. [14]
    [PDF] On Generalizing a Temporal Formalism for Game Theory to the ...
    a strict partial order and define the reflexive closure of < by a ≤ b if and only if a<b or a = b. Therefore, there exists a bijection between the set of ...
  15. [15]
    Partial order - PEGWiki
    Jan 28, 2018 · We can convert a partial order into a strict partial order and vice versa by toggling reflexivity. Examples of partially ordered sets. The ...
  16. [16]
    Basics | SpringerLink
    May 12, 2016 · If (P, ≤ P ) is an ordered set, the dual P d of P is the set P with the dual order ... Spanning retracts of a partially ordered set.
  17. [17]
    Partial Order -- from Wolfram MathWorld
    A partially ordered set is also called a poset. A largest set of unrelated vertices in a partial order can be found using MaximumAntichain[g] in the Wolfram ...
  18. [18]
    Orders - Jim Pryor
    Feb 23, 2024 · a relation R is a strict partial order iff it's transitive, irreflexive, and anti-symmetric. (Being irreflexive and anti-symmetric is ...
  19. [19]
    [PDF] Partial Orders - UNL School of Computing
    We use the notation a ^ b to indicate that (a, b) ∈ R is a partial order and a ≺ b when a 6= b. The notation ≺ is not to be mistaken for “less than equal to.
  20. [20]
    [PDF] Bourbaki, Theory of Sets, Chapter I, Description of Formal Mathematics
    These are my notes on Bourbaki's chapter called Description of Formal Mathe- matics. Logically speaking Description of Formal Mathematics is the first ...<|control11|><|separator|>
  21. [21]
    Earliest Uses of Symbols of Set Theory and Logic - MacTutor
    Aristotle used letters around 300 BC. Peano used ∩, ∪ in 1888, and ε for membership in 1889. Most symbols were introduced between 1880 and 1920.Missing: ≤ order
  22. [22]
    [PDF] posets.pdf
    Figure 1: A Hasse diagram. The Hasse diagram of a poset (X,R) is the directed graph whose vertex set is. X and whose arcs are the covering pairs (x,y) in the ...
  23. [23]
    [PDF] ˇCech Closure Operators on a Fixed Set - m-hikari.com
    Keywords: closure operator, infra closure operator, atomistic lattice, lat- ... Remark 2.10 The relation “coarser than” is a partial order on the set of.<|control11|><|separator|>
  24. [24]
    The equivalent axiom of closure operator on a partial order set
    May 10, 2018 · The equivalent axiom of closure operator on a partial order set ... x≤cl(y) if and only if cl(x)≤cl(y) for all x,y in P. The above is a copy of ...
  25. [25]
  26. [26]
    [PDF] 10 – Posets Basic Concepts - William T. Trotter
    Nov 14, 2017 · Definition A partially ordered set (also called a poset) is a set P equipped with a binary relation ≤ which is a partial order on X, i.e., ≤ ...
  27. [27]
    [PDF] Properties of Posets in Non-crossing Pairings on Bitstrings
    The reader may readily verify that the bit string 1n0n has only one pairing, pictured in Figure 6 below. Hence, T(1n0n) is the trivial singleton poset. $ =.
  28. [28]
    [PDF] Math 127: Posets
    Elements that are not comparable are said to be incomparable. A poset for which all pairs of elements are comparable is called a total order. So in Example ...
  29. [29]
    [PDF] A brief introduction to posets and Möbius functions A partially ...
    So what's an example that's really only partial? Consider the natural numbers ordered by divisibility, i.e. a ≤ b iff a divides b. Then 1 ≤ 2, 1 ≤ 3, 2 ≤ 6, 3 ...
  30. [30]
    [PDF] Relations, Equivalence Relations, and Partial Orders - csail
    Feb 17, 2000 · Equivalence relation. • A = “set of all propositions”, R =⇒, NOT because not antisymmetric. Not symmetric either, so not equivalence relation.
  31. [31]
    Introduction to Lattices and Order
    This new edition of Introduction to Lattices and Order presents a radical reorganization and updating, though its primary aim is unchanged.
  32. [32]
    [PDF] Part II. Basic tools and concepts - Berkeley Math
    May 4, 2015 · But for us, partially ordered sets will in general be tools rather than the objects of our study, and it would slow us down to always maintain ...Missing: history | Show results with:history
  33. [33]
  34. [34]
    [PDF] Notes on Lattice Theory J. B. Nation University of Hawaii
    A subset I of P is called an order ideal if x ≤ y ∈ I implies x ∈ I. The set of all order ideals of P forms an ordered set O(P) under set inclusion. The map. 2 ...
  35. [35]
    Maximal Element -- from Wolfram MathWorld
    Note that the definition for a maximal element above is true for any two elements of a partially ordered set that are comparable. However, it may be the case ...
  36. [36]
    [PDF] Interval Orders: Combinatorial Structure and Algorithms - TU Berlin
    length of the longest chain x1 < x2 < ::: < x, i.e., of the longest chain ending in x. The height of a poset P, denoted height(P), is the length of a longest ...<|separator|>
  37. [37]
    [PDF] Math 3012 – Applied Combinatorics Lecture 14 - William T. Trotter
    Oct 6, 2015 · Definition The height of a poset P is the maximum size of a chain in ... from P for which the longest chain in P with x as its largest ...
  38. [38]
    graded poset - PlanetMath
    Mar 22, 2013 · A graded poset is a poset P P that is equipped with a rank function ρ ρ , which is a function from P P to Z ℤ , satisfying the following ...
  39. [39]
    [PDF] Zorn's lemma and some applications - Keith Conrad
    Zorn's lemma: Let S be a partially ordered set. If every totally ordered subset of S has an upper bound in S, then S contains a maximal element. To understand ...
  40. [40]
    [PDF] Zorn's lemma - Cornell Mathematics
    Zorn's lemma is the following result: Theorem 1. Let X be a poset in which every chain has an upper bound. Then X has at least one maximal element.
  41. [41]
    partially ordered algebraic system - PlanetMath.org
    Mar 22, 2013 · An n n -ary operation f f on a poset A A is said to be isotone, antitone, or monotone iff when f f is isotone, antitone, or monotone with ...
  42. [42]
    lattice homomorphism - PlanetMath
    Mar 22, 2013 · Thus, if L and M are both bounded lattices, a homomorphism between L and M must preserve 0 and 1 . Similarly, if L only has 0 and M is bounded, ...
  43. [43]
    [PDF] Lattice Theory Lecture 1 Basics - nmsu math
    Davey and Priestley: Introduction to Lattices and Order. Birkhoff is older ... Definition A partially ordered set or poset, is a set P with a binary.
  44. [44]
    Lattice Homomorphism -- from Wolfram MathWorld
    A lattice homomorphism is a specific kind of structure homomorphism. In other words, the mapping h is a lattice homomorphism if it is both a join-homomorphism ...
  45. [45]
    [PDF] Chapter 5. Lattices, closure operators, and Galois connections.
    (i). If cl is a closure operator on a set X, then the set of cl-closed subsets of. X, partially ordered by inclusion, forms a complete lattice, with the meet of ...
  46. [46]
    [PDF] Lattice theory - Stanford Concurrency Group
    A binary relation R on a set X is a set of pairs of elements of X. That is, R ⊆ X2. We write xRy as a synonym for (x, y) ∈ R and say that R holds at (x, y).Missing: non- "davey"
  47. [47]
    [PDF] 5 Partially Ordered Sets
    Linear Extension: If (P,^) is a poset, a linear extension of P is a relation ^∗ on P so that (P,^∗) is a linear order and so that x ^ y implies x ^∗ y.
  48. [48]
    [PDF] Partially ordered sets - William T. Trotter
    Formally, a partially ordered set is a pair (X,P) where X is a set, and P is reflexive, antisymmetric, and transitive binary relation on X. The set X is called.
  49. [49]
    [PDF] Sur l'ordre partiel.
    Sur l'ordre partiel. 387. Sur l'extension de l'ordre partiel. Par. Edward Szpilrajn (Varsovie). 1. Je fais usage dans cette Note de la notion de la paire or ...<|separator|>
  50. [50]
    Sur l'extension de l'ordre partiel - EuDML
    Szpilrajn, Edward. "Sur l'extension de l'ordre partiel." Fundamenta Mathematicae 16.1 (1930): 386-389. <http://eudml.org/doc ...
  51. [51]
    [PDF] Directed Acyclic Graphs - Swarthmore College
    F23: A digraph has a linear extension ordering if and only if it is a DAG. F24: Topological sort determines if a digraph is a DAG and finds a linear extension.
  52. [52]
    AC Linear Extensions of Partially Ordered Sets
    A linear order L on X is called a linear extension (also, a topological sort ) of , P , if x < y in L whenever x < y in . P . For example, the table displayed ...
  53. [53]
    [PDF] Operations on partially ordered sets and rational identities of type A
    Operations on partially ordered sets and rational identities of type A. 17. 1 ... Each subset A′ ⊂ A can be naturally endowed with the partial order induced.<|control11|><|separator|>
  54. [54]
    [PDF] Local dimension is unbounded for planar posets
    Jan 2, 2020 · A subposet B of P is said to be convex if y ∈ B whenever x, z ∈ B and x<y<z in P. Note that when B is a convex subposet of P, the cover graph of ...
  55. [55]
    [PDF] Cell transfer and monomial positivity
    Jan 9, 2007 · Alternatively, a convex subposet is one which is closed under taking intervals. A convex subset Q is determined by specifying two order ideals J ...
  56. [56]
    [PDF] Math 372 lecture for Monday, Week 13 Distributive lattices Let P be ...
    Given any poset P, we now ... ideal or down-set in P is a subset I of P such that if x ∈ I and y ≤ x, then y ∈ P. A principal order ideal is an order ideal ...
  57. [57]
    A001035 - OEIS
    A001035 is the number of partially ordered sets (posets) with n labeled elements, or labeled acyclic transitive digraphs.
  58. [58]
    A000112 - OEIS
    Number of partially ordered sets ("posets") with n unlabeled elements. (Formerly M1495 N0588). 61. 1, 1, 2, 5, 16, 63, 318, 2045, 16999, 183231, 2567284 ...
  59. [59]
    A computation of the ninth Dedekind number - ScienceDirect.com
    The Dedekind numbers are a fast growing sequence of integers, named after Richard Dedekind. Their determination is known as Dedekind's problem. Let d ( n ) ...
  60. [60]
    A000372 - OEIS
    Dedekind numbers or Dedekind's problem: number of monotone Boolean functions of n variables, number of antichains of subsets of an n-set, number of elements ...
  61. [61]
    Asymptotic Enumeration of Partial Orders on a Finite Set - jstor
    The proof is accomplished by obtaining all partial orders on n + 1 elements from those on n or fewer elements in certain specified ways. In each of these ways, ...
  62. [62]
    [PDF] On the foundations of combinatorial theory I. Theory of M&#x00F6
    It often happens that a set of objects to be counted possesses a natural ordering, in general only a partial order. It may be unnatural to fit the enumeration ...
  63. [63]
    [PDF] 1 Introduction - CS@Cornell
    In all four cases, we will prove the reverse inequality using the max-flow min-cut theorem.
  64. [64]
    partial order in nLab
    Jun 14, 2025 · A partial order on a set is a way of ordering its elements to say that some elements precede others, but allowing for the possibility that two elements may be ...
  65. [65]
    Pos in nLab
    Nov 26, 2024 · Pos · (or ; Poset · or ; Posets · ) is the category whose objects are posets and whose morphisms are monotone (weakly increasing) maps.Missing: Ord | Show results with:Ord
  66. [66]
    limits and colimits by example in nLab
    Apr 20, 2023 · This entry lists and discusses examples and special types of the universal constructions called limits and colimits.Limits and colimits of sets · Limits and colimits of...
  67. [67]
    Galois connection in nLab
    Aug 2, 2025 · In this article the term “Galois connection” shall mean “dual adjunction between posets”. The term Galois correspondence is also in use. For ...Idea · Definition · Examples · Properties
  68. [68]
    None
    ### Summary of Order Topology and Related Properties from https://www.math.toronto.edu/ivan/mat327/docs/notes/10-orders.pdf
  69. [69]
    [PDF] Chapter 8 Ordered Sets
    In some books, a partial order is defined as a “strict” relation which is transitive and. irreflexive. , a. In that case, we can define to mean “ or. ” to.
  70. [70]
    specialization topology in nLab
    ### Summary of Specialization Topology and Preorder, Relation to Posets
  71. [71]
    [PDF] cores of alexandroff spaces
    Sep 21, 2015 · In this case, (X, ≤) is called a poset. ... But generally speaking, the compact open topology on C(X, Y ) is weaker than the. Alexandroff topology ...
  72. [72]
    [PDF] Fibrewise complete posets and continuous lattices
    Every poset can be endowed with its Alexandroff topology: for every x 2 X, ... 1xl. Monotone maps are continuous with respect to these topologies, so that this.<|control11|><|separator|>
  73. [73]
  74. [74]
    lattice in nLab
    Feb 23, 2024 · A lattice is a poset which admits all finite meets and finite joins (or all finite products and finite coproducts, regarding a poset as a category (a (0,1)- ...
  75. [75]
    Bounded Lattice -- from Wolfram MathWorld
    ... element 1 is called the upper bound, or top of L and the element 0 is called the lower bound or bottom of L. There is a natural relationship between bounded ...
  76. [76]
    bounded lattice - PlanetMath
    Mar 22, 2013 · More generally, a poset P P is said to be bounded if it has both a greatest element 1 1 and a least element 0 0 . Title, bounded lattice.
  77. [77]
    distributive lattice in nLab
    May 31, 2025 · A distributive lattice is a lattice where join and meet distribute over each other, satisfying x ∨ ( y ∧ z ) = ( x ∨ y ) ∧ ( x ∨ z ) and x ∧ ( ...Definition · Alternative characterizations · Infinitely distributive property · Properties
  78. [78]
    Complete Lattice -- from Wolfram MathWorld
    A partially ordered set (or ordered set or poset for short) (L,<=) is called a complete lattice if every subset M of L has a least upper bound.Missing: suprema | Show results with:suprema
  79. [79]
    MacNeille completion in nLab
    Sep 9, 2019 · In Pos, the MacNeille completion of an object is its injective hull. 2. Definition. A MacNeille completion of L L is any complete lattice ...Missing: operator | Show results with:operator
  80. [80]
    Modular lattices
    A \emph{modular lattice} is a lattice L=⟨L,∨,∧⟩ L = ⟨ L , ∨ , ∧ ⟩ such that L L has no sublattice isomorphic to the pentagon N5 N 5 <canvas id="c1" ...