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

Order is compatible with multiplication

Statement

For all m,n,kNm, n, k \in \mathbb{N}: if mnm \le n then mknkm \cdot k \le n \cdot k; and if in addition k0k \ne 0 and m<nm < n, then mk<nkm \cdot k < n \cdot k (Order on the natural numbers).

Facts & Assumptions

Given: The order mn    d (m+d=n)m \le n \iff \exists d\ (m + d = n), with m<nm < n meaning mnm \le n and mnm \ne n (Order on the natural numbers); addition with m+0=mm + 0 = m (Addition of natural numbers); and multiplication with m0=0m \cdot 0 = 0, mσ(n)=mn+mm \cdot \sigma(n) = m \cdot n + m (Multiplication of natural numbers).

[L1]

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

[L2]

No zero divisors: d0d \ne 0 and k0dk0k \ne 0 \Rightarrow d \cdot k \ne 0 (The natural numbers have no zero divisors).

[L3]

Cancellation for addition: x+k=y+kx=yx + k = y + k \Rightarrow x = y (Addition is cancellative).

[L4]

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

Proof

technique · direct
1.1

If mnm \le n, write m+d=nm + d = n; then nk=(m+d)k=mk+dkn \cdot k = (m + d) \cdot k = m \cdot k + d \cdot k by right distributivity, so mknkm \cdot k \le n \cdot k.

givenL1
2.1

If moreover m<nm < n then d0d \ne 0, for d=0d = 0 would give n=m+0=mn = m + 0 = m, contradicting mnm \ne n; then with k0k \ne 0 we get dk0d \cdot k \ne 0 by [L2], so mk+dk=nkm \cdot k + d \cdot k = n \cdot k with dk0d \cdot k \ne 0; and mknkm \cdot k \ne n \cdot k, since equality would give mk+dk=mk+0m \cdot k + d \cdot k = m \cdot k + 0, hence dk+mk=0+mkd \cdot k + m \cdot k = 0 + m \cdot k by [L4] and dk=0d \cdot k = 0 by [L3], a contradiction; therefore mk<nkm \cdot k < n \cdot k.

step 1.1givenL2L3L4

Depends on

Used by

Dependency tree · next 3 levels

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