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.
Q calculates numerals and finite bounded cases
Statement
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.
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.
Proof
Given: The displayed Q axioms and the left-addend order convention; n is external.
Use the seven Q axioms F1. Externally inducting on gives Q proofs of and , by substituting the previous equality into the respective recursion axiom. Structural induction reduces each closed term to a numeral. For distinct numerals cancel their common successor prefix using injectivity; a remaining successor cannot equal zero. Hence Q proves the correct equality or inequality between any two closed terms.
We prove the bounded-case scheme externally on . If and , predecessor gives , so , a contradiction. Hence . For the next bound, either or . In the second case implies by injectivity, hence and the earlier finite case scheme makes one of . This is a finite derivation for each n.
For every fixed , external induction proves and . Repeatedly applying the predecessor axiom times gives the finite disjunction: , ..., , or for some . In a numeral case, a numeral left-addend witness proves by step 1.1. In the last case, proves . This gives the second scheme without internal induction. The same calculation shows by replacing z with Sz.
A numeral instance of is true exactly when its first numeral is among those allowed by step 2.1. If it is, a numeral witness proves it; otherwise the finite disjunction and the unequal-numeral proofs refute it. Thus closed order atoms are decided as well. For a closed bounded quantifier first reduce its bounding term to , then use step 2.1 to replace the bounded variable by the finite list of possible numerals. Induction on the formula gives a proof or a refutation for each substituted matrix. Existential introduction proves a true existential; the finite case disjunction refutes a false one. Negation handles universal quantifiers; Boolean truth tables combine the remaining cases. The zero bound yields either a singleton test for <= or no candidates for <.
Depends on
Used by
Dependency tree · two levels
2 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) — Lemmas 4B.6–4B.10, p147 (standard reference, not scraped)