Alphabeta Math
False statementConstruction: Literature-sourcedVerification: AI-generatedPipeline-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-07
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.

Every decision many-one reduction is parsimonious

Statement

Every polynomial-time many-one reduction between decision problems preserves the exact number of witnesses.

Facts & Assumptions

Given: a formula θ with declared variables x1,,xn and a fresh variable y.

[L1]

A decision many-one reduction need preserve only membership, by Polynomial-time many-one reductions.

[L2]

A parsimonious reduction preserves exact counts, by Parsimonious reductions between counting functions.

[L3]

NumberSAT counts assignments to every declared variable, including an unused one, by NumberSAT.

Refutation

technique · direct
1.1

Define r(θ)=θ(y¬y) and declare y in addition to the original variables. The map is polynomial time, and θ is satisfiable iff r(θ) is satisfiable, so it is a SAT-to-SAT many-one reduction by [L1].

L1givenconstruct
2.1

Each satisfying assignment of θ has exactly two extensions, one for each value of y. Hence [L3] gives NumberSAT(r(θ))=2NumberSAT(θ). For the concrete input θ=x1, the counts are 1 and 2, so the map is not parsimonious under [L2].

L2L3step 1.1algebra
3.1

This one polynomial-time decision reduction refutes the universal claim.

step 1.1step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

5 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