Alphabeta Math
Pipeline-generated
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.

3 results · all verified · 1 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 2 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Boolean Circuits and Nonuniform Complexity: Examples and Counterexamples

1 · Prerequisites

2 · Summary

This draft page develops the assigned conventions and keeps every resource, type, and quantifier explicit.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-07Open item page →

Hardwiring a length-indexed advice string

Statement

Let the advised machine M receive one advice bit an and output x1an on every nonempty input x. At length 2, take a2=1. Hardwiring this advice gives the circuit C2(x1,x2)=¬x1, and encoding that circuit as advice recovers the same computation.

Facts & Assumptions

Given: the displayed machine, a2=1, and the input x=00.

[L1]

The P/poly/advice theorem supplies both circuit encoding and hardwiring directions. by P/poly equals polynomial time with polynomial advice.

Verification

technique · direct
1.1

Replacing the advice wire by the constant 1 turns the XOR gate into a NOT gate on x1; the unused input x2 remains an input wire. On 00, both M(00,1) and C2(00) output 1.

givenconstruct
2.1

Conversely encode C2 by the topological list ``inputs x1,x2; NOT x1; designate the NOT gate as output.'' A fixed evaluator given this list as advice returns 1 on 00 and, for every two-bit x, returns ¬x1; the declared input x2 is simply unused.

L1step 1.1construct
3.1

The same finite instance therefore exhibits both hardwiring and circuit- encoding directions of [L1].

L1step 1.1step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-09-07Open item page →

A Sigma_2 verification of a candidate SAT circuit

Statement

For the concrete Π2p predicate y{0,1}m z{0,1}m  (z=y), the Karp--Lipton certificate is the search circuit C(y)=y followed by the universal check that its output satisfies the formula encoding z=y.

Facts & Assumptions

Given: the displayed predicate and the identity circuit C.

[L1]

The Karp--Lipton theorem uses a candidate SAT search circuit with a local check. by The Karp--Lipton collapse.

Verification

technique · direct
1.1

For a fixed y, let Fy(z)=i=1m(ziyi). The identity circuit has size O(m) and outputs C(y)=y, so Fy(C(y))=1 for every y.

givenconstruct
2.1

Hence the predicate has the Σ2p certificate form Cy  Fy(C(y))=1. The deterministic check evaluates only the displayed assignment C(y) in Fy; it does not try to verify a global claim that C decides satisfiability.

L1step 1.1
3.1

This is the finite local-verification pattern used in the Karp--Lipton argument of [L1].

L1step 2.1
CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-09-07Open item page →

Unary circuits for an undecidable language are not uniformly generated

Statement

Let H={n:Mn(n) halts}, let U={1n:nH}, and define L={x:1xU}. The family whose nth circuit is the constant bit 1H(n) has constant size but has no polynomial-time uniform generator.

Facts & Assumptions

Given: the displayed diagonal halting tally language.

[L1]

The length-language construction has constant circuits but is undecidable. by Some undecidable languages have polynomial-size circuits.

Counterexample

technique · direct
1.1

By [L1], L is undecidable and the chosen Cn computes L on every n-bit input. Each Cn is one constant-output gate.

L1given
2.1

If an algorithm G generated Cn from 1n in polynomial time, then on input 1n we could run G, evaluate its output circuit on 1n, and answer whether nH. This would decide the diagonal halting set, contrary to [L1].

L1step 1.1contradiction
3.1

Thus the displayed constant-size family is the promised concrete counterexample to uniform generation.

step 1.1step 2.1

Sources