Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedPipeline-generatedprecheck passjudge 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.

Degree reduction preserves unsatisfaction quantitatively

Statement

Let G be a binary constraint graph over the fixed alphabet Σ with E(G)≠∅, and let G2=Rdeg⁡(G) be its degree-reduced graph as constructed by Degree reduction by expander incidence clouds. Then G2 is 387-regular over the same alphabet, has 2∣E(G)∣ vertices and exactly 387∣E(G)∣ ordinary edges, is produced from the explicit encoding of G by a deterministic algorithm in polynomial time, and with K=20/7 its unsatisfiability satisfies perfect completeness and the quantitative bound UNSAT⁡(G2)≥UNSAT⁡(G)387K=77740UNSAT⁡(G). Consequently Rdeg⁡, with the empty output on edgeless inputs, is a complete uniform gap-preserving reduction in the sense of Complete uniform gap-preserving CSP reductions with output alphabet Σ, output degree bound 387, blowup 387 and gap map g(ε)=ε/(387K).

Facts & Assumptions

Given: a binary constraint graph G over the fixed alphabet Σ with m=∣E(G)∣≥1, its cloud graph G1 and its degree-reduced graph G2=Rdeg⁡(G), and K=20/7.

[F1]

The full preprocessing graph G2 of a graph with m>0 edges has 2m vertices, degree 387 and 387m ordinary edges over the same alphabet; it has loops at every vertex and α(G2)≤ρ2<1. With K=20/7 and c=1/(129K), 129c387UNSAT⁡(G)≤UNSAT⁡(G2)≤UNSAT⁡(G)387. For every port labeling τ, UNSAT⁡τ(G2)=129387UNSAT⁡τ(G1) and UNSAT⁡Dτ(G)≤387KUNSAT⁡τ(G2). Construction and plurality decoding take polynomial time, and the edgeless convention has unsatisfiability zero (Constraint expander overlay).

[F3]

The degree-reduction map Rdeg⁡ is deterministic: on an edgeless input it outputs the empty graph over Σ, and otherwise it outputs the graph G2 of the cloud-and-overlay construction, listing the explicit expander adjacency lists, copying the 2m relation tables and adding the 387m slots of the overlay, in time polynomial in the encoding length of the input; the decoding map D is the fixed plurality decoding of the construction (Degree reduction by expander incidence clouds).

[F4]

A complete uniform gap-preserving reduction with output alphabet Σ′, output degree bound d′, blowup C and gap map g satisfies: ∣E(R(G))∣≤C∣E(G)∣ and ∣V(R(G))∣≤C∣E(G)∣ when E(G)≠∅; edgeless inputs go to edgeless outputs; UNSAT⁡(G)=0 implies UNSAT⁡(R(G))=0; UNSAT⁡(R(G))≥g(UNSAT⁡(G)) with g nondecreasing, g(0)=0 and g(ε)>0 for ε>0; and R runs in polynomial time (Complete uniform gap-preserving CSP reductions).

Proof

technique · direct
1.1

By [F3] the map is deterministic and polynomial time, and by [F1] its output is 387-regular over Σ with 2m vertices and 387m ordinary edges. For m≥1 these counts satisfy ∣E(G2)∣=387m≤387∣E(G)∣ and ∣V(G2)∣=2m≤387∣E(G)∣, the vertex bound because 2≤387.

F1F3algebra
1.2

Perfect completeness: if UNSAT⁡(G)=0 then the second inequality of [F1] gives UNSAT⁡(G2)≤UNSAT⁡(G)/387=0, and unsatisfiability is nonnegative, so UNSAT⁡(G2)=0. The edgeless case is the empty-output convention of [F3].

F1F3
1.3

For the quantitative bound, let τ be any labeling of G2, decoded to σ=Dτ on G. By [F1], UNSAT⁡Dτ(G)≤387KUNSAT⁡τ(G2), and by the definition of the minimum over labelings, UNSAT⁡(G)≤UNSAT⁡Dτ(G). Hence UNSAT⁡(G)≤387KUNSAT⁡τ(G2) for every τ, and minimizing the right side over τ gives UNSAT⁡(G)≤387KUNSAT⁡(G2),that is,UNSAT⁡(G2)≥UNSAT⁡(G)387K.

F1algebra
2.1

The gap map g(ε)=ε/(387K) is nondecreasing, satisfies g(0)=0 and is positive for ε>0, and together with steps 1.1, 1.2 and 1.3 it makes Rdeg⁡, with the empty output on edgeless inputs, a complete uniform gap-preserving reduction with output alphabet Σ (fixed), output degree bound 387, blowup 387 and that gap map, in the sense of [F4]. For the edgeless input both the input and the output have unsatisfiability zero, so the gap inequality holds trivially there.

F3F4step 1.1step 1.2step 1.3∎

Remarks

  • The constant is not improvable by this proof: the factor 387K=7740/7 is exactly the loss accumulated by the cloud rounding inequality UG≤Uext+(2/h0)Uint and the uniform edge rescaling from 129m to 387m slots in [F1]. Later items absorb it into their own constants, which is why A complete uniform graph gap-amplification step carries a smaller β.
  • Fact [F2] is declared because the published derivation of the decoding inequality in [F1] runs through the cloud rounding bound; the page records that bound as its own interface so that the code and tester branches can cite it.

Depends on

Used by

Dependency tree · two levels

10 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