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.
Existence and uniqueness of set satisfaction
Statement
For every set signature and -structure there is a unique set . Writing for membership, its clauses are
The set is uniformly first-order definable from and the structure data.
Facts & Assumptions
Given: Work in ZF unless the statement explicitly weakens or supplements it; fix the objects and hypotheses of the statement.
For an -structure and assignment , define , and This is a simultaneous definition for all assignments: recurse on terms into the set of functions from assignments to . Variable leaves are projections, constant leaves are constant maps, and each function operation acts pointwise. Structural recursion gives a unique evaluation. The operations are total because the interpreted functions are total. Superscripts on brackets will distinguish structures when needed. Conventions and prerequisites: def-set-structures-and-variable-assignments, thm-structural-recursion-on-set-coded-syntax. (Term denotation)
Proof
Put . Term denotations give each atomic formula its truth subset of by Separation: equality compares the two values and a relation tests its interpreted tuple.
On truth subsets use complement in , intersection, and for binder the operation . These are total operations on the set . The structural recursion used to define denotation also applies to formulas with atoms as leaves, giving truth sets .
Separate inside . The displayed clauses follow directly from the operations. Any rival satisfies the same atomic and constructor rules, so structural induction forces equality of all truth sets. All operations and the assertion of existence of the unique recursive evaluation are first-order formulas on sets with parameters ; this yields uniform definability.
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
- Moschovakis, Lecture Notes in Logic (2014) — 1C.7–1C.8, pp.11–12; Appendix app4. (standard reference, not scraped)