Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)verified 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)(P, \le_P) and (Q,Q)(Q, \le_Q) be posets (Partial order and partially ordered set).

A function f:PQf : P \to Q is an order embedding when for all x,yPx, y \in P

xPy    f(x)Qf(y).x \le_P y \iff f(x) \le_Q f(y).

An order embedding is automatically injective: f(x)=f(y)f(x) = f(y) gives f(x)Qf(y)f(x) \le_Q f(y) and f(y)Qf(x)f(y) \le_Q f(x), hence xPyx \le_P y and yPxy \le_P x, hence x=yx = y by antisymmetry (Partial order and partially ordered set).

An order isomorphism is a surjective order embedding, equivalently a bijection f:PQf : P \to Q with xPy    f(x)Qf(y)x \le_P y \iff f(x) \le_Q f(y) for all x,yPx, y \in P. The posets PP and QQ are order isomorphic, written PQP \cong Q, when an order isomorphism PQP \to Q exists.

Remarks

  • The condition is an equivalence, not an implication. A bijection satisfying only xPyf(x)Qf(y)x \le_P y \Rightarrow f(x) \le_Q f(y) need not be an order isomorphism: let P={a,b}P = \{a, b\} carry the discrete order, in which aa and bb are incomparable, and let Q={0,1}Q = \{0, 1\} carry 0<10 < 1. The bijection a0a \mapsto 0, b1b \mapsto 1 preserves every relation of PP, because PP has none beyond reflexivity, yet its inverse does not preserve 0<10 < 1.
  • For total orders the implication form does suffice. If PP and QQ are totally ordered and f:PQf : P \to Q is a bijection with x<Pyf(x)<Qf(y)x <_P y \Rightarrow f(x) <_Q f(y), then ff is an order isomorphism: given f(x)<Qf(y)f(x) <_Q f(y), the alternative yPxy \le_P x would give f(y)Qf(x)f(y) \le_Q f(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)x <_P y \iff f(x) <_Q f(y), because it is injective and preserves both \le 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 \cong 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:PQf : P \to Q is an order isomorphism and (P,P)(P, \le_P) is a well-order (Well-order and well-ordered set), so is (Q,Q)(Q, \le_Q): totality transfers because ff is a surjective embedding, and a nonempty SQS \subseteq Q has f1[S]f^{-1}[S] nonempty, whose least element \ell is carried by ff to a least element of SS. 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:PQf : P \to Q is an order isomorphism and xPx \in P, then ff carries {yP:y<Px}\{y \in P : y <_P x\} onto {zQ:z<Qf(x)}\{z \in Q : z <_Q f(x)\}: the strict form gives the inclusion one way, and surjectivity gives it the other, since z<Qf(x)z <_Q f(x) has the form z=f(y)z = f(y) with y<Pxy <_P x. Consequently the restriction of ff 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 ff with (a,b)f(a,b) \in f and (a,c)f(a,c) \in f implying b=cb = c; f:ABf : A \to B, the value f(a)f(a), domain and codomain, Injection, surjection, bijection, The Kuratowski ordered pair (a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\} and The Cartesian product A×B:={zP(P(AB)):aA bB z=(a,b)}A \times B := \{\, z \in \mathcal{P}(\mathcal{P}(A \cup B)) : \exists a \in A\ \exists b \in 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 · next 3 levels

Direct dependencies and their dependencies through the next three levels: 32 results over 9 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources