Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passverified 2026-08-02 (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.

\le is a linear order on N\mathbb{N}

Statement

The relation \le on N\mathbb{N}, where mn    k (m+k=n)m \le n \iff \exists k\ (m + k = n) (Order on the natural numbers), is a linear (total) order: reflexive, antisymmetric, transitive, and total.

Facts & Assumptions

Given: The order mn    k (m+k=n)m \le n \iff \exists k\ (m + k = n) (Order on the natural numbers) and addition with m+0=mm + 0 = m, m+σ(n)=σ(m+n)m + \sigma(n) = \sigma(m + n) (Addition of natural numbers).

[L1]

0+k=k0 + k = k and addition is associative (Left identity for addition, Addition is associative).

[L2]

Cancellation: m+k=n+km=nm + k = n + k \Rightarrow m = n (Addition is cancellative).

[L3]

Every nonzero natural is a successor: if j0j \ne 0 then j=σ(i)j = \sigma(i) for some ii (Every nonzero natural number is a successor).

[L4]

Trichotomy: exactly one of m<nm < n, m=nm = n, m>nm > n holds (Trichotomy of the order on N\mathbb{N}).

[L5]

Addition is commutative (Addition is commutative).

[L6]

σ(x)0\sigma(x) \ne 0 for every xx (Peano axiom P1) (The von Neumann naturals form a Peano system).

Proof

technique · direct
1.1

Reflexive: m+0=mm + 0 = m, so mmm \le m.

given
1.2

Transitive: if mnm \le n and npn \le p, say m+k=nm + k = n and n+j=pn + j = p, then m+(k+j)=(m+k)+j=n+j=pm + (k + j) = (m + k) + j = n + j = p, so mpm \le p.

givenL1
1.3

A sum is zero only if both summands are: if k+j=0k + j = 0 with j0j \ne 0 then j=σ(i)j = \sigma(i) and k+j=k+σ(i)=σ(k+i)0k + j = k + \sigma(i) = \sigma(k + i) \ne 0 [L6], a contradiction, so k=j=0k = j = 0.

L1L3L6
1.4

Total: by trichotomy one of m<nm < n, m=nm = n, m>nm > n holds, and each of these gives mnm \le n or nmn \le m.

L4
2.1

Antisymmetric: if mnm \le n and nmn \le m, say m+k=nm + k = n and n+j=mn + j = m, then m+(k+j)=(m+k)+j=n+j=m=m+0m + (k + j) = (m + k) + j = n + j = m = m + 0; commuting both sides [L5] gives (k+j)+m=0+m(k + j) + m = 0 + m, and cancelling the common right summand mm [L2] gives k+j=0k + j = 0, hence k=j=0k = j = 0 by step 1.3 and m=nm = n.

givenL1L2L5step 1.3
3.1

Reflexivity, antisymmetry, transitivity, and totality all hold, so \le is a linear order on N\mathbb{N}.

step 1.1step 1.2step 2.1step 1.4

Depends on

Used by

…and 37 more results.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 22 results over 13 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