Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (openai/gpt-5.4)audited 2026-07-24
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 naturals embed in the integers

Statement

The map ι(n)=[(n,0)]\iota(n) = [(n,0)] is injective and preserves addition, multiplication, and order. Its image is exactly the set of nonnegative integers, so every x0x \ge 0 in Z\mathbb{Z} is ι(k)\iota(k) for a unique natural kk.

Facts & Assumptions

Given: The map ι:NZ\iota : \mathbb{N} \to \mathbb{Z}, ι(n)=[(n,0)]\iota(n) = [(n,0)].

[A1]

Arithmetic identities in N\mathbb{N}: x+0=xx + 0 = x, 0+x=x0 + x = x, x0=0x \cdot 0 = 0, 0x=00 \cdot x = 0, x1=xx \cdot 1 = x.

[A2]

The order on N\mathbb{N}, and: xyx \le y iff y=x+ky = x + k for some kk.

Proof

technique · direct
1.1

Injectivity: [(m,0)]=[(n,0)][(m,0)] = [(n,0)] means m+0=0+nm + 0 = 0 + n, i.e. m=nm = n.

A1
1.2

Addition: ι(m)+ι(n)=[(m+n,0+0)]=ι(m+n)\iota(m) + \iota(n) = [(m+n,\, 0+0)] = \iota(m+n).

A1
1.3

Multiplication: ι(m)ι(n)=[(mn+00,  m0+0n)]=ι(mn)\iota(m)\,\iota(n) = [(mn + 0 \cdot 0,\; m \cdot 0 + 0 \cdot n)] = \iota(mn).

A1
1.4

Order: ι(m)ι(n)\iota(m) \le \iota(n) reads m+00+nm + 0 \le 0 + n, i.e. mnm \le n.

A1A2
1.5

Image: if 0[(a,b)]0 \le [(a,b)] then bab \le a, so a=b+ka = b + k and (a,b)(k,0)(a,b) \sim (k,0), giving [(a,b)]=ι(k)[(a,b)] = \iota(k); conversely 0ι(k)0 \le \iota(k) for every kk.

A2algebra
2.1

ι\iota embeds N\mathbb{N} into Z\mathbb{Z}, preserving arithmetic and order, with image the nonnegative integers.

step 1.1step 1.2step 1.3step 1.4step 1.5

Depends on

Used by

…and 57 more results.

Dependency tree · next 3 levels

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