Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (openai/gpt-5.4)audited 2026-07-25
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.

Canonical naturals are positive and strictly increasing

Statement

Let FF be an ordered field, with field structure as in Field, and for n1n \ge 1 let n1Fn \cdot 1_F denote the canonical natural number 1F++1Fn\underbrace{1_F + \cdots + 1_F}_{n}, defined recursively by 11F=1F1 \cdot 1_F = 1_F and (n+1)1F=n1F+1F(n+1) \cdot 1_F = n \cdot 1_F + 1_F. Then for every n1n \ge 1:

  • n1F>0n \cdot 1_F > 0 and (n+1)1F>n1F(n+1) \cdot 1_F > n \cdot 1_F;
  • the map nn1Fn \mapsto n \cdot 1_F is strictly increasing, hence injective, on {1,2,3,}\{1, 2, 3, \dots\};
  • (m+n)1F=m1F+n1F(m+n) \cdot 1_F = m \cdot 1_F + n \cdot 1_F and (mn)1F=(m1F)(n1F)(mn) \cdot 1_F = (m \cdot 1_F)(n \cdot 1_F) for all m,n1m, n \ge 1.

Facts & Assumptions

Given: An ordered field FF whose canonical naturals are defined recursively by 11F=1F1 \cdot 1_F = 1_F and (n+1)1F=n1F+1F(n+1) \cdot 1_F = n \cdot 1_F + 1_F, with 01F=00 \cdot 1_F = 0.

[L1]

0<1F0 < 1_F in every ordered field (The multiplicative identity is positive).

[L2]

The order is compatible with addition and positives are closed under addition: a<ba < b implies a+c<b+ca + c < b + c, and a>0a > 0, b>0b > 0 imply a+b>0a + b > 0 (Order is preserved by adding a constant and by adding inequalities).

Proof

technique · induction
1.1

Base case n=1n = 1: by definition 11F=1F1 \cdot 1_F = 1_F, and 1F>01_F > 0.

L1base
1.2

Inductive hypothesis: assume n1F>0n \cdot 1_F > 0 for some fixed n1n \ge 1.

ih
1.3

By the recursion, (n+1)1Fn1F=1F>0(n+1) \cdot 1_F - n \cdot 1_F = 1_F > 0, so (n+1)1F>n1F(n+1) \cdot 1_F > n \cdot 1_F.

givenL1
1.4

Additive identity: fix mm and induct on nn; at n=1n = 1, (m+1)1F=m1F+1F(m+1) \cdot 1_F = m \cdot 1_F + 1_F by the recursion, and if (m+n)1F=m1F+n1F(m+n) \cdot 1_F = m \cdot 1_F + n \cdot 1_F then (m+n+1)1F=(m+n)1F+1F=m1F+n1F+1F=m1F+(n+1)1F(m+n+1) \cdot 1_F = (m+n) \cdot 1_F + 1_F = m \cdot 1_F + n \cdot 1_F + 1_F = m \cdot 1_F + (n+1) \cdot 1_F.

givenalgebra
2.1

Inductive step: (n+1)1F=n1F+1F(n+1) \cdot 1_F = n \cdot 1_F + 1_F is a sum of two positives, by the hypothesis and 1F>01_F > 0, hence (n+1)1F>0(n+1) \cdot 1_F > 0.

step 1.2L1L2
2.2

Iterating 1.3, for m<nm < n one has m1F<n1Fm \cdot 1_F < n \cdot 1_F, so nn1Fn \mapsto n \cdot 1_F is strictly increasing and therefore injective on {1,2,3,}\{1, 2, 3, \dots\}.

step 1.3L2
2.3

Multiplicative identity: fix mm and induct on nn; at n=1n = 1, (m1)1F=m1F=(m1F)(11F)(m \cdot 1) \cdot 1_F = m \cdot 1_F = (m \cdot 1_F)(1 \cdot 1_F), and the step (m(n+1))1F=(mn+m)1F=(mn)1F+m1F=(m1F)(n1F)+(m1F)(1F)=(m1F)((n+1)1F)(m(n+1)) \cdot 1_F = (mn + m) \cdot 1_F = (mn) \cdot 1_F + m \cdot 1_F = (m \cdot 1_F)(n \cdot 1_F) + (m \cdot 1_F)(1_F) = (m \cdot 1_F)((n+1) \cdot 1_F) uses 1.4 and distributivity.

step 1.4algebra
3.1

By induction on 1.1, 1.2, 2.1, n1F>0n \cdot 1_F > 0 for every n1n \ge 1; with the strict increase 2.2 and the identities 1.4, 2.3, every claim holds.

step 2.1step 2.2step 1.4step 2.3discharge-induction

Depends on

Used by

…and 190 more results.

Dependency tree · next 3 levels

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