Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck 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)] is injective and preserves addition, multiplication, and order. Its image is exactly the set of nonnegative integers, so every x≥0 in Z is ι(k) for a unique natural k.

Facts & Assumptions

Given: The map ι:N→Z, ι(n)=[(n,0)].

[A1]

Arithmetic identities in N: x+0=x, 0+x=x, x⋅0=0, 0⋅x=0, x⋅1=x.

[A2]

The order on N, and: x≤y iff y=x+k for some k.

Proof

technique · direct
1.1

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

A1
1.2

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

A1
1.3

Multiplication: ι(m) ι(n)=[(mn+0⋅0,  m⋅0+0⋅n)]=ι(mn).

A1
1.4

Order: ι(m)≤ι(n) reads m+0≤0+n, i.e. m≤n.

A1A2
1.5

Image: if 0≤[(a,b)] then b≤a, so a=b+k and (a,b)∼(k,0), giving [(a,b)]=ι(k); conversely 0≤ι(k) for every k.

A2algebra
2.1

ι embeds N into 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 68 more results.

Dependency tree · two levels

22 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