How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Partial order and partially ordered set
Definition
Let be a set. A partial order on is a binary relation on such that, for all :
- (R) reflexivity: ;
- (A) antisymmetry: if and , then ;
- (T) transitivity: if and , then .
The pair is a partially ordered set, abbreviated poset. When the order is clear we write for the pair.
The associated strict order is defined by
Two elements are comparable if or , and incomparable otherwise. A partial order in which every two elements are comparable is a total order (equivalently a linear order), and is then a totally ordered set.
Remarks
- Partiality is the whole point: a partial order is permitted to leave pairs incomparable, which is what makes maximal elements and chains worth distinguishing at all. In a total order every subset is a chain, and a maximal element is automatically the greatest element.
- All three axioms are used essentially in the proofs that rest on this definition: reflexivity in The cut at an extremal element is closed under ↗ and The image of an extremal element is extremal ↗, transitivity almost everywhere, and antisymmetry in Bourbaki–Witt fixed point theorem ↗, where the fixed point is obtained by passing from and to . Antisymmetry is also what makes a least upper bound unique when it exists, and uniqueness is what licenses the functional notation used in Chain-complete poset ↗.
- Dropping antisymmetry gives a preorder. Preorders are genuinely useful elsewhere (a directed set is preordered).
- Inclusion on the power set of any set is the standard example, and it is the order that appears concretely in Zorn's lemma ↗, which applies Bourbaki–Witt fixed point theorem ↗ to the set of chains of ordered by inclusion, and in Zorn's lemma implies the Axiom of Choice ↗, which applies Zorn's lemma to partial choice functions ordered by extension, an inclusion order on their graphs. The results themselves are stated for an arbitrary poset and are used that way: Zorn's lemma ↗ is applied to whatever poset a later page brings, and the refutation in FALSE: every maximal element is a greatest element ↗ runs in a bare two-element antichain that is not presented as an order by inclusion at all.
Used by
- The Erdős-Szekeres monotone subsequence theorem follows by applying Mirsky's theorem to the index-value poset Corollary
- A sequence with limsup = +∞: the greatest subsequential limit exists only in overlineℝ Counterexample
- Two maximal elements and no greatest element Counterexample
- xₖ = 1 + (-1)ᵏ, yₖ = 1 + (-1)ᵏ⁺¹ give limsup(xₖ yₖ) = 0 < 4 Counterexample
- Antichains, chain covers, and antichain covers of a poset Definition
- Chain in a poset Definition
- Directed preorders and nets Definition
- Graded poset, rank function, and rank levels Definition
- Intervals in a poset; locally finite, lower-finite and upper-finite posets Definition
- Lattices, distributive lattices, and order ideals Definition
- Maximal element and greatest element Definition
- Order embedding and order isomorphism Definition
- Ordered ring: a ring with a total order compatible with addition and with positives closed under multiplication Definition
- Preorder and monotone map Definition
- The closed long ray ω₁ × [0,1) under the lexicographic order, and the long line, with the order topology Definition
- The divisibility poset of positive integers Definition
- The extended real line overlineℝ = ℝ ∪ {-∞, +∞}, its order, and the arithmetic that is left undefined Definition
- The order topology of a linearly ordered set, with the open rays as a subbasis; order-convex sets, order-density, the least upper bound property, and linear continua Definition
- Topology on a set, open and closed sets, clopen sets, the closed-set axiomatisation, and the coarser/finer comparison Definition
- Ultrafilter Definition
- Upper bound, least upper bound, and strict upper bound Definition
- Well-order and well-ordered set Definition
- (-1)ᵏ has liminf = -1 and limsup = 1, so it does not converge Example
- A positive sequence making all three inequalities of the ratio-to-root chain strict Example
- The block sequence 1/1; 1/2, 2/2; 1/3, 2/3, 3/3; … has subsequential limit set exactly [0,1] Example
- The chains of a poset, ordered by inclusion, form a chain-complete poset Example
- The order topology on a totally ordered set, with the open rays as a subbasis, and its agreement with the usual topology of ℝ Example
- The power set is chain-complete, with union as supremum Example
- False: convolution defines an incidence algebra for every poset False statement
- FALSE: every maximal element is a greatest element False statement
- FALSE: limsup aₖ^1/k = limsup aₖ₊₁/aₖ for every positive sequence False statement
- FALSE: limsup(xₖ + yₖ) = limsup xₖ + limsup yₖ False statement
- A maximal antichain splits a finite poset into its down-set and up-set with the antichain as their intersection Lemma
- A supremum of extremal elements is extremal Lemma
- Every subset of overlineℝ has a least upper bound and a greatest lower bound in overlineℝ, agreeing with the real supremum and infimum on nonempty sets bounded in ℝ Lemma
- For B ⊆ V the following are equivalent: B is a basis; B is a maximal linearly independent subset of V; B is a minimal spanning subset of V — maximality and minimality being in the inclusion order Lemma
- For finite L: L = limsup xₖ iff for every ε > 0 one has xₖ < L + ε eventually and xₖ > L - ε frequently Lemma
- If xₖ ≤ yₖ eventually then limsup xₖ ≤ limsup yₖ and liminf xₖ ≤ liminf yₖ Lemma
- liminf xₖ ≤ limsup xₖ for every real sequence Lemma
- limsup(-xₖ) = -liminf(xₖ), with the reflection of overlineℝ exchanging ±∞ Lemma
…and 28 more results.
Dependency tree · next 3 levels
Nothing. This result depends on no other item in the library.
Sources
- Partially ordered set (Wikipedia) (standard reference, not scraped)
- Total order (Wikipedia) (standard reference, not scraped)