Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedjudge pass (gpt-6-sol)audited 2026-09-27
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.

Complete uniform gap-preserving CSP reductions

Definition

Throughout this page a binary constraint graph is one in the convention of Constraint graph and labeling value: a finite ordinary undirected multigraph with paired incidence slots, a finite nonempty alphabet Σ, one relation Re⊆Σ2 per edge in a specified endpoint order, and explicit Boolean relation tables. For an edge set E≠∅ the value val⁡σ(G) is the fraction of ordinary edges satisfied by the labeling σ, and UNSAT⁡(G)=min⁡σ(1−val⁡σ(G)); an edgeless graph has value one and unsatisfiability zero, as in the published convention. The explicit encoding of G is the list of vertices, the paired incidence slots, the alphabet size and the relation tables; its bit length is the input size of the algorithms below.

Fix an alphabet-size parameter s≥1 and a degree parameter d≥1 for the input graphs. A complete uniform gap-preserving reduction with output alphabet Σ′, output degree bound d′, blowup C and gap map g consists of a deterministic algorithm R that, given the explicit encoding of a binary constraint graph G over an alphabet Σ with ∣Σ∣=s whose underlying graph has all vertex degrees at most d, outputs the explicit encoding of a binary constraint graph R(G) over the fixed alphabet Σ′ such that:

  1. Output shape. Arity stays two, all vertex degrees of R(G) are at most d′, and ∣E(R(G))∣≤C ∣E(G)∣,∣V(R(G))∣≤C ∣E(G)∣  whenever E(G)≠∅. An edgeless input is mapped to an edgeless output, which therefore has value one.
  2. Completeness. UNSAT⁡(G)=0 implies UNSAT⁡(R(G))=0.
  3. Gap preservation. UNSAT⁡(R(G))≥g(UNSAT⁡(G)) for every input G, where g:[0,1]→[0,1] is nondecreasing with g(0)=0 and g(ε)>0 for every ε>0.
  4. Uniformity. R runs in time polynomial in the bit length of the explicit input encoding, and the output is explicit. The alphabet Σ′, the numbers d′, C and the function g depend only on the fixed parameters s,d and on R itself, never on ∣V(G)∣ or ∣E(G)∣.

The definition asserts no existence statement: it records the interface in which the degree-reduction, powering and assignment-tester steps of this page are stated. Isolated vertices may be deleted from inputs and outputs without changing value or unsatisfiability, so the vertex bound in clause 1 is never needed for padded inputs; the bounded-degree clause and the fixed alphabet keep the explicit encoding length of the output within a constant multiple of ∣V(R(G))∣+∣E(R(G))∣ plus logarithmic vertex names. Loops count as ordinary edges with two incidences and a relation tested on the repeated label, exactly as published. Monotonicity of g is used only to compose gap maps, in Complete linear-blowup reductions compose, never to enlarge an input hypothesis.

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