Alphabeta Math
ExampleConstruction: AI-generatedVerification: 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.

A small 3SAT instance and its three-colourability gadget graph

Example

Take the one-clause formula φ=(xyz). The reduction introduces the global variable w and one fresh splitter variable s, producing the NAE clauses N1=NAE(x,y,s),N2=NAE(¬s,z,w).

Facts & Assumptions

Given: The satisfying assignment x=1, y=0, z=0, together with w=0 and s=0.

[F1]

A proper three-colouring uses the colours 0,1,2 and forbids equal colours on adjacent vertices, by The three-colourability decision problem.

[L1]

The reduction to 3-COLORABILITY first converts a 3-CNF clause to NAE clauses and then builds one variable triangle per variable and one clause triangle per NAE clause, by 3SAT polynomial-time many-one reduces to 3-COLORABILITY.

Verification

technique · direct
1.1

Under the given assignment, both NAE clauses are satisfied: (x,y,s)=(1,0,0) is not all equal, and (¬s,z,w)=(1,0,0) is not all equal.

L1given
2.1

Define the graph directly: take a distinguished vertex ν; for each variable u{x,y,z,w,s} add the triangle (u,¬u,ν); for each of the two ordered NAE clauses add a triangle of three position vertices and join its rth vertex to the literal vertex in position r. Colour ν by 2. In the variable triangles, colour each literal vertex by its Boolean value, so x,¬x receive 1,0, y,¬y receive 0,1, z,¬z receive 0,1, w,¬w receive 0,1, and s,¬s receive 0,1.

F1step 1.1construct
3.1

For the clause triangle for N1, the literals x and y have different truth values, so colour their two position vertices by the opposite colours 0 and 1, and colour the remaining position vertex by 2. Do the same for N2. Every clause triangle then uses 0,1,2, and each clause vertex differs from the colour of its adjacent literal vertex. Thus the explicitly defined graph is properly three-coloured.

F1step 2.1construct
4.1

This worked instance shows concretely how the theorem's NAE assignment is converted into a proper three-colouring.

L1step 1.1step 3.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

6 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