Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-05
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.

3SAT polynomial-time many-one reduces to 3-COLORABILITY

Statement

There is a polynomial-time many-one reduction from 3-SAT to 3-COLORABILITY.

Facts & Assumptions

Given: A 3-CNF formula φ=j=1m(j1j2j3).

[L1]

A polynomial-time many-one reduction is a total polynomial-time function preserving membership in both directions, by Polynomial-time many-one reductions.

[L2]

A gadget reduction must prove the construction cost and both directions of correctness, by Reduction gadgets and interface invariants.

[F1]

A graph is a yes-instance of 3-COLORABILITY exactly when it admits a proper colouring with colours 0,1,2, by The three-colourability decision problem.

Proof

technique · direct
1.1

First reduce φ to a not-all-equal 3-CNF formula. Introduce one global fresh variable z and, for each clause Cj=(j1j2j3), one fresh variable sj. Replace Cj by the two NAE clauses Nj,1=NAE(j1,j2,sj) and Nj,2=NAE(¬sj,j3,z). Call the conjunction of all these clauses ψ. This is polynomial-time and doubles the number of clauses.

L2givenconstruct
2.1

The formula φ is satisfiable if and only if ψ is NAE-satisfiable. If φ is satisfiable, set z=0 and keep the satisfying values of the original variables. Then every original clause has at least one true literal, so the four-tuple (j1,j2,j3,z) is not all equal; choose sj so that the pair of NAE clauses in step 1.1 holds, which is possible exactly because NAE(a,b,c,d)    s(NAE(a,b,s)NAE(¬s,c,d)). Conversely, if ψ is NAE-satisfiable and z=0, then each original clause has at least one true literal and φ is satisfiable. If instead z=1, complement every Boolean value. NAE truth is invariant under global complementation, so the complemented assignment still satisfies ψ and now has z=0. Thus φ is satisfiable in all cases.

L2step 1.1construct
2.2

From ψ, build a graph Gψ as follows. Add one distinguished vertex ν. For each variable u appearing in ψ, add the triangle on the three vertices u,¬u,ν. For each NAE clause with ordered literal occurrences (a,b,c), add a clause triangle with three position-distinguished vertices (j,1),(j,2),(j,3), and join them respectively to the variable-triangle vertices labeled a,b,c. The position labels remain distinct even when a literal is repeated. This is polynomial-time and creates O(ψ) vertices and edges.

L2F1step 1.1construct
3.1

Suppose that ψ is NAE-satisfiable. Colour ν by 2. In each variable triangle, colour the literal vertices u and ¬u by their Boolean values 0 and 1, which are opposite because they are complements. Now fix one clause triangle. Because the clause is NAE-satisfied, two of its literals have different Boolean values; colour the corresponding two clause vertices by the opposite Boolean values, so each differs from the colour of the adjacent variable vertex. Colour the third clause vertex by 2. The three clause-vertex colours are then 0,1,2, so the clause triangle is proper. Doing this for every clause yields a proper three-colouring of Gψ.

F1step 2.1step 2.2construct
4.1

Suppose conversely that Gψ has a proper three-colouring. Every triangle uses all three colours, so after permuting colour names assume ν has colour 2. In each variable triangle, the vertices u and ¬u therefore receive colours 0 and 1 in some order; assign the truth value of the literal to be the complementary Boolean value, so u and ¬u receive opposite truth values. In each clause triangle, exactly one vertex has colour 2 and the other two have colours 0 and 1. Because each clause vertex is adjacent to the matching literal vertex, a clause vertex with colour 0 or 1 forces the corresponding literal to have the complementary truth value. Thus the three literals of the clause are not all equal, so the clause is NAE-satisfied. Therefore ψ is NAE-satisfiable.

F1step 2.2step 3.1construct
5.1

Steps 2.1, 3.1, and 4.1 show φ3-SAT    ψ is NAE-satisfiable     Gψ3-COLORABILITY. Since the constructions in steps 1.1 and 2.2 are polynomial-time, [L1] and [L2] yield a polynomial-time many-one reduction from 3-SAT to 3-COLORABILITY.

L1L2step 1.1step 2.1step 2.2step 3.1step 4.1

Depends on

Used by

Dependency tree · two levels

7 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