Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableverified 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.

Order on the natural numbers

Definition

For m,n∈N, define the order by

m≤n  ⟺  ∃k∈N (m+k=n),

and the strict order by m<n  ⟺  (m≤n and m≠n), using addition (Addition of natural numbers).

Remarks

Read m≤n as "n is m plus something": the gap k with m+k=n is unique when it exists (by commutativity and cancellation, Addition is commutative, Addition is cancellative) and is written n−m once subtraction is available. That ≤ is genuinely a linear order, reflexive, antisymmetric, transitive, and total, is proved in ≤ is a linear order on N and Trichotomy of the order on N; compatibility with the arithmetic (Order is compatible with addition, Order is compatible with multiplication) and discreteness (m<n  ⟺  σ(m)≤n, Discreteness: σ(n) is the immediate successor) follow.

In the von Neumann model this order coincides with membership and inclusion: m≤n  ⟺  m⊆n and m<n  ⟺  m∈n, matching the picture of each natural number as the set {0,1,…,n−1} of its predecessors (The natural numbers N (von Neumann)). That coincidence is not proved here; it is derived from the additive definition above on a later page. The least-element property of every nonempty subset, the well-ordering principle (The well-ordering principle), is the deepest consequence.

Depends on

Used by

…and 122 more results.

Dependency tree · two levels

9 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