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.
Effective theories and certified numerical proof codes
Definition
Fix an effectively presented countable finite-arity signature whose symbol-kind and arity tests are primitive recursive in the sense of Bounded arithmetic formulas. Fix a primitive-recursive certificate predicate ; the nonlogical axioms are the sentences for which . A certified proof is a derivation of Formal proofs from sentence theories together with an -certificate at each nonlogical axiom line. A c.e. enumeration can be presented this way by including a finite computation history; no decision procedure for axiom membership is assumed.
For a binary word , put . Let , and otherwise use the canonical binary numeral. The code of is the natural number whose binary word is
The empty-list code is . Tokens, annotations and lists of lines are encoded by iterating this list convention. Invalid codes have validity false, length zero and all coordinates zero. An out-of-range coordinate is zero. Append and concatenation return the empty code if an input list is invalid.
The initial sentinel prevents leading-zero ambiguity. The following well-definedness lemma proves unique decoding and primitive-recursive operations; these are not consequences of the bare phrase “effective coding.”
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) — §4A.2–4A.9 pp140–144; c.e. certificate variant is local (standard reference, not scraped)