Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)
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.

The order presentation and the positive-cone presentation of an ordered ring determine each other: P={ x:0<x } satisfies trichotomy and closure, and a<b:  ⟺  b−a∈P recovers the order

Statement

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). Call a subset P⊆R a cone when

  • (C1) trichotomy: for each x∈R exactly one of x∈P, x=0, −x∈P holds;
  • (C2) closure: if x,y∈P then x+y∈P and xy∈P.

Then:

  1. If ≤ makes R an ordered ring (Ordered ring: a ring with a total order compatible with addition and with positives closed under multiplication), then P:={ x∈R:0<x } is a cone, and for all a,b∈R, a<b if and only if b−a∈P.
  2. Conversely, let P⊆R be a cone and define a≤Pb to mean b−a∈P or a=b. Then ≤P is a total order making R an ordered ring, and its positive cone { x∈R:0<Px } is P.
  3. The two constructions are mutually inverse: starting from an ordered ring (R,≤), the order ≤P built from its cone P is ≤ itself; and starting from a cone P, the cone of ≤P is P.

Facts & Assumptions

[L1]

(R,+,0) is an abelian group: addition is associative and commutative, x+0=x, and x+(−x)=0 (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Group and abelian group).

[L2]

Identities of the abelian group (R,+,0), where x−y:=x+(−y): x−0=x; x−x=0; −(x−y)=y−x, since −(u+v)=(−v)+(−u) and −(−y)=y; (y−x)+(z−y)=z−x, by associativity and commutativity; and x−y=0 exactly when x=y, by cancellation after adding y (Group and abelian group, In a group e−1=e, (g−1)−1=g and (gh)−1=h−1g−1, the order of the last product being essential, Cancellation in a group: gx=gy or xg=yg forces x=y; equivalently left and right translation by g are bijections of G, so gx=h and xg=h each have exactly one solution).

[L3]

A total order is a reflexive, antisymmetric, transitive relation in which any two elements are comparable, and a<b means a≤b with a≠b (Partial order and partially ordered set).

[L4]

An ordered ring is a ring with a total order satisfying (OR1) a≤b implies a+c≤b+c, and (OR2) 0<a and 0<b imply 0<ab (Ordered ring: a ring with a total order compatible with addition and with positives closed under multiplication).

Proof

technique · direct
1.1

Assume ≤ makes R an ordered ring, and put P={x:0<x}. For a,b∈R: a<b if and only if 0<b−a. Indeed, adding −a to a≤b gives a−a≤b−a, that is 0≤b−a, by (OR1); adding a to 0≤b−a gives a≤b likewise; and a=b exactly when b−a=0. So a<b exactly when b−a∈P.

L1L2L4
1.2

Now let P be any cone and define ≤P as in the statement. Reflexivity holds by the clause a=a. Antisymmetry: if a≠b, b−a∈P and a−b∈P, then −(b−a)=a−b∈P as well, contradicting trichotomy applied to x=b−a; so a≤Pb and b≤Pa force a=b. Transitivity: if a≤Pb and b≤Pc and the two are not equalities, then (c−b)+(b−a)=c−a∈P by closure; the cases where one of them is an equality are immediate. Comparability: given a,b, trichotomy applied to b−a gives b−a∈P, or b−a=0 and then a=b, or a−b=−(b−a)∈P. So ≤P is a total order.

L1L2L3
2.1

Trichotomy for the positive cone in claim 1. Return here to the ordered-ring order and its set P={x:0<x} from step 1.1. Let x∈R. By totality and antisymmetry exactly one of 0<x, 0=x, x<0 holds. By step 1.1 applied with a=x, b=0, the last is equivalent to 0−x=−x∈P. So exactly one of x∈P, x=0, −x∈P holds.

step 1.1L2L3
2.2

≤P makes R an ordered ring. (OR1): (b+c)−(a+c)=b−a, so a≤Pb implies a+c≤Pb+c. (OR2): 0<Pa means a−0=a∈P, so if 0<Pa and 0<Pb then ab∈P by closure, that is 0<Pab.

step 1.2L1L2L4
3.1

Closure for P. Let x,y∈P. Then 0<x and, adding x to 0≤y, x≤x+y; with 0<x and transitivity this gives 0<x+y, so x+y∈P. And xy∈P is (OR2) verbatim. So P is a cone, which with step 2.1 and step 1.1 proves claim 1.

step 1.1step 2.1L1L3L4
3.2

The cone of ≤P is P: 0<Px means x−0=x∈P and x≠0, and 0∉P by trichotomy, so {x:0<Px}=P. With steps 1.2 and 2.2 this proves claim 2.

step 1.2step 2.2L2
4.1

Claim 3. Starting from an ordered ring (R,≤) with cone P, step 1.1 says a<b exactly when b−a∈P, hence a≤b exactly when b−a∈P or a=b, which is a≤Pb; so ≤P and ≤ are the same relation. Starting from a cone P, step 3.2 says the cone of ≤P is P.

step 1.1step 2.2step 3.2∎

Remarks

  • This is what keeps one notion of "ordered" in the library rather than two. The published The integers form a totally ordered ring presents the order on Z as a relation; the published Ordered field presents the order on a field by its positive cone. Without this lemma the two would be different-looking hypotheses and every later statement would have to choose one. With it, Every ordered field is an ordered ring, and its order is the one its positive cone induces is a two-line consequence.

  • Trichotomy is doing the work in both directions. In claim 1 it comes from totality plus antisymmetry of the order; in claim 2 it is what supplies comparability and antisymmetry. Closure under addition, by contrast, is a strict statement in one direction and needs transitivity to recover in the other, which is why step 3.1 argues through x≤x+y rather than quoting (OR1) directly.

  • Nothing here uses multiplication except (OR2) and (C2), which correspond to each other verbatim. That is why the lemma holds for rings that are not commutative as well.

Depends on

Used by

Dependency tree · two levels

17 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