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.

BPP amplification to exponentially small error

Statement

If LBPP and r is a positive polynomial, then L has a probabilistic polynomial-time decider whose error on length-n inputs is at most 2r(n).

Facts & Assumptions

Given: a language LBPP and a positive polynomial r.

[L1]

A BPP machine is correct with probability at least 2/3 on every input (The classes RP, coRP, ZPP, BPP, and PP).

[L2]

If S is the sum of independent Bernoulli(p) trials and 0<α<1, then P(S(1α)pk)exp(α2pk/2) (A Chernoff bound for sums of independent Bernoulli trials).

Proof

technique · direct
1.1

Let M be a BPP machine for L. On input x, run M independently k times and output the majority answer. For the correctness indicators X1,,Xk, [L1] gives a Bernoulli parameter px2/3.

L1givenconstruct
2.1

If the majority vote is wrong, then X1++Xkk/2(3/4)pxk because px2/3. Thus the bad event is contained in the lower-tail event from [L2] with α=1/4, and therefore P(majority is wrong on x)exp((1/4)2pxk/2)exp(k/48).

L1L2step 1.1algebra
3.1

Choose k to be a sufficiently large multiple of r(x), for example k=48(log2)r(x). Then step 2.1 gives error at most 2r(x). Since k is polynomial in x, the amplified machine is still probabilistic polynomial-time.

step 2.1choosealgebra

Depends on

Used by

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