Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablePipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-09-07
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 (Y,N) of disjoint subsets of {0,1}. Its promise is YN. A deterministic solver must accept every word of Y and reject every word of N, with either answer allowed elsewhere. The pair belongs to PromiseP if such a solver has a polynomial time bound on every input.

It belongs to PromiseNP if there are a polynomial p and a deterministic polynomial-time predicate V(x,w) such that every xY has some w with wp(x) and V(x,w)=1, whereas for every xN every such w has V(x,w)=0. The promise need not be decidable; either side or both sides may be empty. When YN={0,1}, this is the ordinary language decision convention.

Used by

Dependency tree · 0 levels

Nothing. This result depends on no other item in the library.

Sources