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.
Basic arithmetic operations and bounded quantification are primitive recursive
Statement
The following total functions are primitive recursive:
- addition and multiplication on ,
- predecessor , ,
- truncated subtraction ,
- the characteristic functions of , equality, and order,
- for every primitive recursive , the bounded sum and bounded product
- and therefore bounded existential and universal quantifiers of primitive-recursive predicates.
Facts & Assumptions
Given: The closure clauses in Primitive recursive functions.
Primitive recursive functions are exactly the total functions obtained from the initial arithmetic functions by finitely many compositions and primitive recursions, by Primitive recursive functions.
Proof
Addition is obtained by primitive recursion from the clauses and . Multiplication is then obtained by primitive recursion from and addition via and . By [L1], both functions are primitive recursive.
The predecessor function is primitive recursive from and . Then truncated subtraction is primitive recursive by and . From this, the zero-test is primitive recursive via and , the sign function is primitive recursive, equality is given by , and order is given by . So the listed basic arithmetic and characteristic functions are primitive recursive by [L1].
If is primitive recursive, then bounded sums and products are obtained by primitive recursion through , , , and . Hence and are primitive recursive by [L1].
If is a primitive-recursive characteristic function, then and . Thus bounded existential and bounded universal quantification preserve primitive recursiveness.
The displayed constructions establish every operation and quantifier listed in the statement.
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
- Jeremy Avigad and Richard Zach, Recursive Functions (standard reference, not scraped)
- Klaus Sutner, Primitive Recursion (standard reference, not scraped)