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.

PP is strict sign testing for Gap-P

Statement

A language L lies in PP if and only if there is a gGapP such that xL    g(x)>0.

Facts & Assumptions

Given: the PP and GapP conventions.

[L1]

A GapP value is the difference between accepting and rejecting path counts, by Sharp-P and Gap-P functions.

[L2]

PP uses a strict acceptance-probability threshold of 1/2, by The classes RP, coRP, ZPP, BPP, and PP.

Proof

technique · direct
1.1

Let a PP machine use exactly p(x) random bits, padding unused bits if necessary, and let a(x) and r(x) be its accepting and rejecting choice- string counts. Then g=ar is in GapP by [L1], and g(x)>0 exactly when a(x)>2p(x)1, the strict PP condition in [L2].

L1L2given
1.2

Conversely write g=fh with f,h#P. Normalize their machines to guess the same p(x)-bit string, rejecting invalid encodings, so each has exactly 2p total paths. Construct a machine with one leading choice: on branch 0 run the machine for f with its labels unchanged; on branch 1 run the machine for h with accept and reject exchanged. It has f(x)+(2ph(x)) accepting paths out of 2p+1, a strict majority exactly when f(x)h(x)>0.

L1L2givenconstruct
2.1

Steps 1.1 and 1.2 prove the two implications, including the strict zero boundary.

step 1.1step 1.2

Depends on

Used by

Dependency tree · one level

1 result within one dependency step 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