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.
Terms and formulas as finite set codes
Definition
For an alphabet token , let denote the one-letter word. If each is either a token or a word, define the fully delimited serialization
where for a token field and for a word field. Concatenation is the set function defined in Set signatures and finite syntax strings, so every displayed constructor below is an actual member of .
A leaf term is or . A composite term is with . Atomic formulas are and with . Formula constructors are , , and . The punctuation, tag, and symbol fields are tokens; an immediate subexpression field is inserted by concatenating its complete word.
Formally, start with the leaf terms and no formulas, repeatedly apply these serialization maps to the current pair of subsets of , and take the two unions over . The one-stage map is a function on the set , so natural recursion applies. Each finite list of arguments appears by a common finite stage; hence the union is closed. Induction on stages puts it inside any constructor-closed pair containing the leaves. These are the least term and formula sets, denoted and .
We print the familiar abbreviations , , , , and . Define , and . In the pure membership signature there is just one binary relation symbol and every term is a variable.
Conventions and prerequisites: Set signatures and finite syntax strings, The recursion theorem.
Depends on
Used by
Dependency tree · two levels
5 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) — 1B.3; Appendix app3, pp.2–3. (standard reference, not scraped)