Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passverified 2026-08-06 (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.

On a set A, R↦R∖ΔA and S↦S∪ΔA are mutually inverse bijections between the partial orders on A and the irreflexive, transitive relations on A; R∖ΔA is the strict order of R, and every irreflexive transitive relation is asymmetric

Statement

Let A be a set. Write R for the collection of relations on A that are reflexive on A, antisymmetric and transitive — that is, the partial orders on A in the sense of Partial order and partially ordered set — and S for the collection of relations on A that are irreflexive and transitive. Then:

  • (i) R and S are sets, both subsets of P(A×A);
  • (ii) every S∈S is asymmetric;
  • (iii) R∖ΔA∈S for every R∈R;
  • (iv) S∪ΔA∈R for every S∈S;
  • (v) (R∖ΔA)∪ΔA=R for every R∈R, and (S∪ΔA)∖ΔA=S for every S∈S;
  • (vi) for every R∈R and all x,y, the pair (x,y) lies in R∖ΔA if and only if (x,y)∈R and x≠y; that is, R∖ΔA is exactly the strict order associated with the partial order R.

Clauses (iii) to (v) are what it means for the two assignments to be mutually inverse bijections between R and S, and clause (vi) identifies the first assignment with the passage from a partial order to its strict order.

Facts & Assumptions

Given: a set A.

[L1]

R is reflexive on A when (a,a)∈R for every a∈A (Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set).

[L2]
[L3]

R is antisymmetric when (a,b)∈R and (b,a)∈R imply a=b, for all a,b∈A (Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set).

[L4]

R is transitive when (a,b)∈R and (b,c)∈R imply (a,c)∈R, for all a,b,c∈A (Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set).

[L5]

R is asymmetric when (a,b)∈R implies (b,a)∉R, for all a,b∈A (Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set).

[L9]

If every z satisfies z∈x if and only if z∈y, then x=y (The Axiom of Extensionality: ∀x ∀y (∀z (z∈x↔z∈y)→x=y)).

[L10]

z∈P(x) holds if and only if z⊆x (The power set P(x)={ z:z⊆x }).

[L11]

For any parameters pˉ and any set x, there is a set y whose elements are exactly the elements z of x for which φ(z,pˉ) holds (The Axiom Schema of Separation: for each formula φ, ∀pˉ ∀x ∃y ∀z (z∈y↔(z∈x∧φ(z,pˉ)))).

[L13]

z∈A×B holds if and only if z=(a,b) for some a∈A and some b∈B (The Cartesian product A×B:={ z∈P(P(A∪B)):∃a∈A ∃b∈B z=(a,b) }).

[L14]
[L15]

A partial order on P is a binary relation ≤ on P such that, for all x,y,z∈P: x≤x; if x≤y and y≤x, then x=y; and if x≤y and y≤z, then x≤z (Partial order and partially ordered set).

[L16]

The strict order associated with a partial order ≤ is defined by x<y if and only if x≤y and x≠y (Partial order and partially ordered set).

Proof

technique · direct
1.1

Claim (i): a relation on A is exactly an element of P(A×A), so R and S are obtained by separating inside that set with the formulas expressing the three, respectively two, listed properties, with parameter A.

L10L11L12L13L14
1.2

Claim (ii): let S be irreflexive and transitive and suppose (a,b)∈S and (b,a)∈S. Transitivity gives (a,a)∈S, which irreflexivity forbids; so (a,b)∈S implies (b,a)∉S.

L2L4L5
1.3

Claim (vi): let R∈R, so that R is a partial order on A. If (x,y)∈R then x∈A, because R⊆A×A; so for such a pair (x,y)∈ΔA holds exactly when x=y. Hence (x,y)∈R∖ΔA if and only if (x,y)∈R and x≠y, and that is the defining condition of the strict order associated with R.

L6L7L12L13L15L16
2.1

Claim (iii): let R∈R and put S:=R∖ΔA. For a∈A the pair (a,a) lies in ΔA, so it is not in S, and S is irreflexive. If (a,b)∈S and (b,c)∈S then (a,b),(b,c)∈R, so (a,c)∈R; and a=c would give (a,b)∈R and (b,a)∈R, whence a=b by antisymmetry, contradicting (a,b)∉ΔA. So (a,c)∉ΔA and (a,c)∈S. Finally S⊆R⊆A×A.

L2L3L4L6L7L12L14step 1.2
2.2

Claim (iv): let S∈S and put R:=S∪ΔA. Then ΔA⊆R, so R is reflexive on A, and R⊆A×A since both parts are. If (a,b),(b,a)∈R and a≠b then neither pair lies in ΔA, so both lie in S, contradicting asymmetry; hence R is antisymmetric. If (a,b),(b,c)∈R, then a=b or b=c makes (a,c) one of the two given pairs, and otherwise both lie in S and transitivity of S gives (a,c)∈S⊆R.

L1L3L4L6L8L12L14step 1.2
3.1

Claim (v): for R∈R reflexivity gives ΔA⊆R, so (R∖ΔA)∪ΔA and R have the same elements; for S∈S irreflexivity gives that no element of ΔA lies in S, so (S∪ΔA)∖ΔA and S have the same elements.

L1L2L6L7L8L9step 2.1step 2.2
4.1

Clauses (i) to (vi) are established, so the two assignments send R into S and back and undo one another, and the first of them is the passage to the strict order, which is the statement.

step 1.1step 1.2step 1.3step 2.1step 2.2step 3.1∎

Remarks

  • What the correspondence says about the vocabulary of Partial order and partially ordered set. The relations collected in R are exactly the partial orders on A, and by clause (vi) the assignment R↦R∖ΔA is not a new construction but the one that item already performs when it passes from ≤ to <. Clauses (iii) to (v) then say that nothing is lost either way: a partial order and its strict order carry the same information, and every irreflexive transitive relation arises as the strict order of exactly one partial order. Clause (ii) reconciles the definition of a strict order as irreflexive and transitive with the definition as asymmetric and transitive.

  • Connexity is untouched by the correspondence. The extra clause that makes a partial order a total order in Partial order and partially ordered set is connexity, and it is not carried across by R↦R∖ΔA: a total order is connex on A, whereas an irreflexive relation relates no element of A to itself, so it is connex on A only when A is empty. The strict counterpart of connexity is trichotomy, which is not among the properties fixed in Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set, and the correspondence above is stated for partial orders rather than for total ones.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

21 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