Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedPipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-09-13
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 Tseitin conversion preserves satisfiability

Example

For F=(x¬y)z, introduce u=¬y, v=xu, and w=vz. The CNF is the conjunction of the following nine clauses: uy,¬u¬y,¬vx,¬vu,v¬x¬u,w¬v,w¬z,¬wvz,w. It preserves satisfiability while imposing constraints on the fresh variables.

Facts & Assumptions

Given: The displayed formula and nine clauses.

[F1]

The gate clauses enforce each gate equation, and satisfying extensions restrict to satisfying original assignments (Tableau formulas have polynomial-size polynomial-time CNF encodings).

Verification

1.1

Set (x,y,z)=(1,0,0). Then F=(11)0=1. Its computed extension is (u,v,w)=(1,1,1). The nine clause values in order are 1,1,1,1,1,1,1,1,1. More generally, for any original assignment with F=1, setting u=1y, v=xu, w=max(v,z)=1 satisfies the gate clauses and final unit.

F1given
1.2

Conversely the first two clauses force u=1y. The next three force v=xu, and the following three force w=max(v,z). The last clause forces w=1, whence F=1. For example (x,y,z)=(0,1,0) has forced gate values (0,0,0), so the last clause fails and there is no satisfying extension.

F1
2.1

The satisfying original assignment from step 1.1 with the inconsistent extension (u,v,w)=(0,0,0) still makes F true, since F does not mention fresh variables, but makes both uy and the unit w false. Thus the enlarged formula is not equivalent to F on arbitrary assignments to all six variables. Its existential projection onto the original variables is exactly F, by the two preceding arguments. No choice is required: the valid extension is computed uniquely.

step 1.1step 1.2

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

4 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