Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableverified 2026-07-26 (claude-opus-5)
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.

Order embedding and order isomorphism

Definition

Let (P,≤P) and (Q,≤Q) be posets (Partial order and partially ordered set).

A function f:P→Q is an order embedding when for all x,y∈P

x≤Py  ⟺  f(x)≤Qf(y).

An order embedding is automatically injective: f(x)=f(y) gives f(x)≤Qf(y) and f(y)≤Qf(x), hence x≤Py and y≤Px, hence x=y by antisymmetry (Partial order and partially ordered set).

An order isomorphism is a surjective order embedding, equivalently a bijection f:P→Q with x≤Py  ⟺  f(x)≤Qf(y) for all x,y∈P. The posets P and Q are order isomorphic, written P≅Q, when an order isomorphism P→Q exists.

Remarks

  • The condition is an equivalence, not an implication. A bijection satisfying only x≤Py⇒f(x)≤Qf(y) need not be an order isomorphism: let P={a,b} carry the discrete order, in which a and b are incomparable, and let Q={0,1} carry 0<1. The bijection a↦0, b↦1 preserves every relation of P, because P has none beyond reflexivity, yet its inverse does not preserve 0<1.
  • For total orders the implication form does suffice. If P and Q are totally ordered and f:P→Q is a bijection with x<Py⇒f(x)<Qf(y), then f is an order isomorphism: given f(x)<Qf(y), the alternative y≤Px would give f(y)≤Qf(x), which is impossible. Since a well-order is total (Well-order and well-ordered set), a strictly increasing bijection between well-orders is automatically an order isomorphism.
  • Strict form. An order isomorphism satisfies x<Py  ⟺  f(x)<Qf(y), because it is injective and preserves both ≤ and = in both directions.
  • The identity is an order isomorphism, the inverse of an order isomorphism is one, and a composite of two is one. Hence ≅ is reflexive, symmetric and transitive on any set of posets. It is not a relation on "all posets", since there is no set of all posets.
  • Order isomorphisms transport well-ordering. If f:P→Q is an order isomorphism and (P,≤P) is a well-order (Well-order and well-ordered set), so is (Q,≤Q): totality transfers because f is a surjective embedding, and a nonempty S⊆Q has f−1[S] nonempty, whose least element ℓ is carried by f to a least element of S. This transfer is used repeatedly below and is the reason order isomorphism, rather than mere bijection, is the right notion of sameness here.
  • Order isomorphisms respect initial segments. If f:P→Q is an order isomorphism and x∈P, then f carries {y∈P:y<Px} onto {z∈Q:z<Qf(x)}: the strict form gives the inclusion one way, and surjectivity gives it the other, since z<Qf(x) has the form z=f(y) with y<Px. Consequently the restriction of f to that set is again an order isomorphism.
  • Functions, bijections, ordered pairs and Cartesian products are built in this library, at A function is a relation f with (a,b)∈f and (a,c)∈f implying b=c; f:A→B, the value f(a), domain and codomain, Injection, surjection, bijection, The Kuratowski ordered pair (a,b):={{a},{a,b}} and The Cartesian product A×B:={ z∈P(P(A∪B)):∃a∈A ∃b∈B z=(a,b) }; "subset" and "union" are built alongside them. This item fixes only the order-theoretic terminology on top of that vocabulary.

Depends on

Used by

Dependency tree · two levels

11 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources