Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck 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.

Order is compatible with multiplication

Statement

For all m,n,k∈N: if m≤n then m⋅k≤n⋅k; and if in addition k≠0 and m<n, then m⋅k<n⋅k (Order on the natural numbers).

Facts & Assumptions

Given: The order m≤n  ⟺  ∃d (m+d=n), with m<n meaning m≤n and m≠n (Order on the natural numbers); addition with m+0=m (Addition of natural numbers); and multiplication with m⋅0=0, m⋅σ(n)=m⋅n+m (Multiplication of natural numbers).

[L1]

Right distributivity (m+d)⋅k=m⋅k+d⋅k, from left distributivity and commutativity (Distributivity and the successor law for multiplication, Multiplication is commutative).

[L2]

No zero divisors: d≠0 and k≠0⇒d⋅k≠0 (The natural numbers have no zero divisors).

[L3]

Cancellation for addition: x+k=y+k⇒x=y (Addition is cancellative).

[L4]

Addition is commutative: x+y=y+x (Addition is commutative).

Proof

technique · direct
1.1

If m≤n, write m+d=n; then n⋅k=(m+d)⋅k=m⋅k+d⋅k by right distributivity, so m⋅k≤n⋅k.

givenL1
2.1

If moreover m<n then d≠0, for d=0 would give n=m+0=m, contradicting m≠n; then with k≠0 we get d⋅k≠0 by [L2], so m⋅k+d⋅k=n⋅k with d⋅k≠0; and m⋅k≠n⋅k, since equality would give m⋅k+d⋅k=m⋅k+0, hence d⋅k+m⋅k=0+m⋅k by [L4] and d⋅k=0 by [L3], a contradiction; therefore m⋅k<n⋅k.

step 1.1givenL2L3L4∎

Depends on

Used by

Dependency tree · two levels

19 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