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 syntactic diagonal lemma
Statement
For every formula with no other free variables in an effective signature extending arithmetic, there is a sentence such that Q in that signature proves . The construction is effective and requires neither consistency nor soundness.
Facts & Assumptions
Primitive-recursive syntax and certified proof checking: For the fixed effective signature and sentinel encoding, term/formula recognition, free-variable and free-for tests, capture-free substitution, numeral formation, negation, and certified derivation checking are primitive recursive. Invalid inputs return zero or false.
Primitive-recursive functions are representable in Q: Every primitive-recursive function has a numeralwise unique-value representing formula in Q, and every primitive-recursive relation has positive and negative numeral proofs. The representations can simultaneously be chosen PA-provably total and single-valued, with PA-provably equivalent syntactic graphs. No Q equivalence to those syntactic forms is asserted.
Proof
Given: A fixed formula and an effective signature containing arithmetic; denotes a number and its numeral.
By F1 define d(e) to be the code obtained by substituting the numeral of e in the designated free variable of formula e, with a fixed default for invalid inputs. It is primitive recursive. F2 supplies a formula D(x,y) numeralwise representing d uniquely in Q. Choose auxiliary y fresh from psi and from the designated variable x.
Let , and . By definition of d, . Thus Q proves by F2. The code e is a natural number; its numeral is the term used in theta.
From theta a witness y satisfies D and psi; the uniqueness equation in step 2.1 gives , hence . Conversely D holds at that numeral by the same equation; conjoin it with psi at that numeral and introduce the existential to obtain theta. All replacements use fresh variables and licensed equality substitution. These finite syntactic operations prove the biconditional in Q effectively.
Depends on
Used by
Dependency tree · two levels
7 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) — 4B.14 p149, complete fixed-point proof (standard reference, not scraped)
- Avigad, Computability and Incompleteness (2007) — Lemma 4.5.1 and complete proof, pp108–109 (standard reference, not scraped)