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.
Beta coding and arithmetic sequence witnesses
Statement
Put . Every finite sequence of naturals has a beta code. Remainder (default zero at divisor zero) and beta have numeralwise unique-value representations in Q. PA proves beta-history existence and extension: for any it can find whose first beta values agree with those of and whose value at is .
Facts & Assumptions
Robinson arithmetic, PA, and numeral conventions: Use the arithmetic signature . Robinson arithmetic consists of the universal closures of these seven formulas:
PA adds, for every formula , the universal closure of . Parameters are allowed. No induction schema is included in .
For an external natural number , its numeral is the term . Define by and by , with fresh. The left-addend witness is intentional: commutativity is not an axiom of Q.
Use def-set-coded-formal-derivation for the six logical schemes and three rules. Negation, conjunction and existential quantification are primitive: expands to , to , and to . Inequality means negated equality. Substitute capture-free, always taking the least available fresh variable index and universally closing the remaining parameters in increasing index order. Thus each displayed axiom and each induction instance is a definite finite sentence.
Q calculates numerals and finite bounded cases: Q decides every closed arithmetic atomic formula and every closed bounded formula. For every external , it proves and . These are metatheoretic schemes; induction on here is not an induction axiom in Q.
Proof
Given: Natural inputs and the beta convention; the coding theorem is external ZF, while the last assertion is proved in PA.
For , induction on gives unique division , : at zero use ; from use if , and if . If two such expressions had , then , impossible; interchange them for the other inequality. Thus quotient and remainder are unique. These arguments use natural-number induction and elementary distributivity/order, each derivable in PA by induction from F1.
To derive the required congruence theorem, repeatedly replace with while . The positive second coordinate strictly decreases, so strong induction on the second coordinate gives termination, uniformly in (also when ). Common divisors are unchanged because iff . Maintaining integer linear combinations of the original pair (integers represented as differences of naturals) shows that the final positive divisor is . It divides both original numbers, and every common divisor divides it. Thus coprime have . For residues the integer is congruent to A modulo u and B modulo v. Taking its nonnegative residue modulo uv gives a simultaneous solution. Uniqueness modulo uv follows since a number divisible by u and v is divisible by uv: multiply by the quotient after division by u. Iterating combines any finite pairwise coprime list.
Use the Q remainder graph . At numeral b,d, F2 restricts r and q to finite lists of numerals. Step 1.1 identifies the one correct remainder; every other pair is refuted by closed calculations, and the correct pair supplies existence. If d=0 the first clause forces r=0. Substituting the term into the divisor place gives the beta graph. At numeral inputs the divisor is a numeral by F2, so the same unique-value conclusion follows.
For , choose and . Let . If a prime p divided both with , it would divide . It cannot divide c, since it divides , so it divides , and then divides j!, a contradiction. Here every integer greater than one has a prime divisor by taking its least divisor greater than one; that divisor is prime by minimality. The prime-divides-product assertion follows from the Bezout identity when it does not divide one factor. Thus the moduli are pairwise coprime, and step 2.1 gives b with remainder at each modulus. The empty list requires no congruences.
For the PA assertion, division and the Euclidean argument above are inductions on naturals, with integer coefficients stored as pairs of naturals. For every j and bound B, PA proves there is C>B divisible by every positive t<=j: the induction starts with C=B+1 for j=0; from a witness C at j take C(j+1) at j+1. This uses a single existential induction invariant and does not presuppose sequence coding or a factorial function. PA bounds the old beta values by for . Choose and such a C>j divisible by 1,...,j, and use new moduli . The coprimality argument of step 3.1 uses precisely this divisibility property. Induction on combines the first k congruences as in step 2.1, keeping the running product of their moduli and the current residue as existential witnesses; the induction hypothesis is a formula asserting those witnesses exist. The first n residues are , whose existence and uniqueness follow from division, and the last is a. Thus the formal PA induction produces the new code and proves every specified coordinate equation. Repeating extension supplies any internally given finite history; for a fixed external list step 3.1 already supplies its code.
Depends on
Used by
Dependency tree · two levels
3 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
- Moschovakis, Lecture Notes in Logic (2014) — 1E.4–1E.6 pp19–20; 4B.8 p147; local PA extension argument (standard reference, not scraped)
- Avigad, Computability and Incompleteness (2007) — §4.3 Lemmas 4.3.4 and Theorem 4.3.7, pp93–96; Moschovakis Lemma 4B.8 p147 (standard reference, not scraped)