Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-12
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.

The Tseitin transformation has linear size and preserves satisfiability

Statement

For every Boolean formula φ, there is a CNF formula T(φ) such that:

  • every clause of T(φ) has at most three literals,
  • T(φ) has size O(φ),
  • and φ is satisfiable if and only if T(φ) is satisfiable.

Facts & Assumptions

Given: A Boolean formula φ.

[L1]

A Tseitin extension variable yθ is intended to encode the truth value of the subformula θ, by Tseitin extension variables for subformulas.

[L2]

The satisfiability language concerns exactly whether a Boolean formula has some satisfying truth assignment, by Boolean formulas, conjunctive normal form, and the satisfiability language SAT.

Proof

technique · direct
1.1

For each subformula θ of φ, introduce the extension variable from [L1]. If θ is a literal , add (¬yθ) and (yθ¬). If θ=αβ, add (¬yθyα), (¬yθyβ), and (yθ¬yα¬yβ). If θ=αβ, add (yθ¬yα), (yθ¬yβ), and (¬yθyαyβ). If θ=¬α, add (¬yθ¬yα) and (yθyα). If θ= or θ=, add the unit clause (yθ) or (¬yθ) respectively. Finally add the unit clause (yφ). Every clause has at most three literals.

L1L2givenconstruct
2.1

Any satisfying assignment of φ extends to the new variables by setting each yθ equal to the truth value of θ under that assignment. Then every local clause from step 1.1 is satisfied, including the negation and constant clauses, and yφ=1 because φ itself is true. So satisfiability of φ implies satisfiability of T(φ).

step 1.1givenconstruct
3.1

Conversely, suppose T(φ) is satisfiable. The clauses of step 1.1 force each yθ to agree with the Boolean value prescribed by its immediate subformulas, and an induction on subformula complexity shows that every extension variable equals the value of its subformula under the restricted assignment to the original variables. Since the clause (yφ) is satisfied, the original formula φ is true.

step 1.1step 2.1
4.1

Each subformula of φ contributes one fresh variable and only constantly many clauses, so the total size of T(φ) is linear in φ. Together with steps 2.1 and 3.1, this proves the statement.

step 1.1step 2.1step 3.1

Depends on

Used by

Dependency tree · one level

2 results within one dependency step 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