Alphabeta Math
TheoremStatement: Literature-sourcedProof: 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 polynomial-time language has polynomial-size circuits

Statement

Every polynomial-time language belongs to P/poly.

Facts & Assumptions

Given: a language LP and a deterministic machine M deciding L in time p(n) for a polynomial p.

[L1]

Membership in P supplies such a polynomial-time decider, by The class P.

[L2]

A polynomial-size family, with one circuit chosen separately at each length, recognizes a language in P/poly, by Circuit families and P/poly.

[L3]

Fixed mutually simulable Boolean bases differ by only constant factors in size and depth, by Boolean circuits: basis, fan-in, size, and depth.

Proof

technique · direct
1.1

Fix an input length n. Encode a configuration of M by the state, head position, and the O(p(n)) tape cells that can be visited in p(n) steps. Each bit of the next configuration depends on only a constant-size neighbourhood of the current configuration, so it is computed by a constant-size Boolean subcircuit. Pad halting configurations so that this update is defined through time p(n).

L1givenconstruct
2.1

Wire p(n) copies of the update layer in sequence, initialize the first layer from the n input bits, and read the accepting-state bit in the final layer. There are O(p(n)) encoded bits per layer and p(n) layers, so the resulting circuit Cn has O(p(n)2) gates. Replacing its fixed local basis by the page basis changes this bound only by a constant factor.

L3step 1.1
3.1

For every x{0,1}n, Cn(x)=1 exactly when M accepts x. Thus (Cn) is a polynomial-size family recognizing L, as required by [L2]. The construction proves existence of each Cn and does not assert a uniform generator.

L2step 2.1

Depends on

Used by

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