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.
Promise problem
Definition
A promise problem is a pair of disjoint subsets of . Its promise is . A deterministic solver must accept every word of and reject every word of , with either answer allowed elsewhere. The pair belongs to if such a solver has a polynomial time bound on every input.
It belongs to if there are a polynomial and a deterministic polynomial-time predicate such that every has some with and , whereas for every every such has . The promise need not be decidable; either side or both sides may be empty. When , this is the ordinary language decision convention.
Used by
- Promise preserving reduction Definition
Dependency tree · 0 levels
Nothing. This result depends on no other item in the library.
Sources
- Goldreich, On Promise Problems; §1.1 Definition1.1 and §1.2 Definition1.2, pp2–4. (standard reference, not scraped)