Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 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.

Adleman's theorem: BPP is contained in P/poly

Statement

If LBPP, then there exist a deterministic polynomial-time machine D and advice strings an of polynomial length such that D(x,ax) decides L. Equivalently, LP/poly.

Facts & Assumptions

Given: a language LBPP.

[L1]

BPP error can be reduced to exponentially small error while staying in probabilistic polynomial time (BPP amplification to exponentially small error).

[L2]

The finite union bound says that the probability of a finite union is at most the sum of the individual probabilities (The finite union bound).

Proof

technique · direct
1.1

By [L1], for each input length n there is a probabilistic polynomial-time machine Mn deciding L on length-n inputs with error at most 2(n+2). Let m(n) be the number of random bits used by Mn; this is polynomial in n.

L1given
2.1

For each word x{0,1}n, let Bx be the event that the random string r{0,1}m(n) makes Mn err on x. Then P(Bx)2(n+2). By [L2], P(x{0,1}nBx)2n2(n+2)=1/4<1. So there exists some random string rn for which no event Bx occurs: that one string makes Mn correct on every length-n input simultaneously.

L2step 1.1algebra
3.1

Use an:=rn as advice. The deterministic advice machine D for input x of length n simulates Mn on (x,an) with the randomness tape fixed to an. By step 2.1 this simulation is correct on every length-n input, and the advice length is m(n)=poly(n). Therefore L has polynomial advice and hence lies in P/poly.

step 2.1construct

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

7 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