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.

The Polynomial Hierarchy and Relativization: Examples and Counterexamples

1 · Prerequisites

2 · Summary

These examples distinguish quantifier order, total oracle access, and promise correctness. A separation in one oracle world does not justify a conclusion valid in every oracle world.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-07Open item page →

Np and conp are the first levels

Example

Formula satisfiability and tautology exhibit the existential and universal first levels. For a finite simple graph G and integer k, the language EXACT-INDSET defined by α(G)=k belongs to Σ2pΠ2p; no completeness claim is made for it. Malformed inputs and k<0 or k>V(G) are rejected.

Facts & Assumptions

Given: the objects and hypotheses in the statement above.

[F1]

Σ1p=NP and Π1p=coNP. (Np and conp are the first levels).

[F2]

For every fixed k1, truth of prenex Boolean formulas with k alternating blocks beginning existentially is Σkp-complete under polynomial-time many-one reductions. The universally starting version is Πkp-complete. The matrix is a general Boolean formula, empty blocks are allowed, and malformed encodings are rejected. (Bounded alternation qbf is level complete).

Verification

1.1

A formula is satisfiable exactly when some assignment makes its polynomial-time evaluation true, and is a tautology exactly when all assignments do. These are first-level predicates, with completeness for the corresponding bounded-QBF encodings. A formula with no variables has one assignment.

F1F2
2.1

For valid 0kn, let Ij(S) test that an n-bit indicator represents an independent set of cardinality j. Then the exact condition is ST[Ik(S)¬Ik+1(T)]. Reversing the two independent blocks gives the same truth value: in the reverse direction fix any T to obtain a witness S, and every T must fail Ik+1. If both conditions hold one witness S works for every T. At k=0 the empty set witnesses I0; at k=n, In+1 is always false. This also covers the graph with no vertices. A deterministic validity test in the matrix rejects all malformed and out-of-range inputs for either polarity.

step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-07Open item page →

Relativization alone cannot resolve p versus np

Example

A TQBF oracle absorbs polynomial nondeterministic computation into PSPACE. A finite diagonal stage with clock p(n)=n2 and n=8 can defeat a machine on 18, provided all earlier committed words have length less than eight. This finite stage is not a complete separating oracle.

Facts & Assumptions

Given: the objects and hypotheses in the statement above.

[F1]

Neither an argument for P=NP nor an argument for PNP can be valid unchanged relative to every total oracle. (Relativization alone cannot resolve p versus np).

[F2]

NPTQBFPSPACEPTQBF. (Polynomial space oracle absorption).

Verification

1.1

A branch has at most polynomially many queries, all of polynomial length. Replaying the finite branch tree and deciding each TQBF query in reusable polynomial space gives the absorption; one many-one TQBF reduction supplies the converse PSPACE inclusion into deterministic oracle time.

F2
2.1

At n=8 there are 256 candidate words and at most 64 queries. Preserve earlier commitments and answer every new query NO. At least 192 length-eight words remain unqueried. An accepting run is defeated by freezing the entire length to NO; a rejecting run by setting one unqueried word YES and freezing the rest NO. Also freeze every queried word of other lengths. Further stages are required to defeat other programs. Opposite full oracle worlds, not this one finite count alone, yield the relativization obstruction.

F1algebra
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedaudited 2026-09-07Open item page →

Relativized separations prove unrelativized separations

Statement refuted

The oracle-independent transfer schema refuted in Relativized separations prove unrelativized separations fails: a separating oracle cannot force separation in every other oracle world.

Facts & Assumptions

Given: the objects and hypotheses in the statement above.

[F1]

The refutation supplies total oracles B and A=TQBF with PBNPB and PA=NPA, respectively. These are counterinstances to the universal transfer rule; no conclusion about the empty oracle follows. (Relativized separations prove unrelativized separations).

Counterexample

1.1

Use the separating oracle B and the equality oracle A=TQBF in the refutation of the schema. They satisfy PBNPB and PA=NPA, respectively. Thus the premise holds while one instance of the universal conclusion fails.

F1
2.1

The empty oracle is a third specified world. The exhibited failure at A establishes invalidity of universal transfer, but gives no equality or inequality for the empty oracle. Hence this counterexample does not resolve the ordinary P-versus-NP problem.

step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-07Open item page →

Promise oracle off promise answers

Example

For the target promise Y={0}, N={1}, a caller which accepts its sole promised YES input exactly when the target answers YES to query 00 is not a valid oracle promise reduction.

Facts & Assumptions

Given: the objects and hypotheses in the statement above.

[F1]

For promise problems (Y,N) and (Y,N) in the stated convention, a polynomial-time many-one promise reduction is a total polynomial-time function f satisfying f(Y)Y and f(N)N. There is no condition on f outside YN. A polynomial-time oracle promise reduction is a polynomially clocked deterministic oracle machine M which solves (Y,N) for every total language B satisfying YB and BN=. This uses binary, consistent membership completions: an off-promise word may have either bit, but repeated queries to that word receive the same bit. The clock is uniform over all completions. (Promise preserving reduction).

[F2]

A total membership oracle in the stated convention fixes the answer on every query word. A promise target in the stated convention describes a collection of total completions. Correctness of a promise reduction must hold for each completion, including its arbitrary answers outside the target promise. A promised input to the caller does not by itself guarantee that the caller's queries satisfy the target promise. (Oracle and promise conventions are distinct).

Verification

1.1

Both B0={0} and B1={0,00} are total membership completions respecting Y and N. They disagree on the off-promise word 00. Their unspecified words are simply NO membership answers.

F2
2.1

Take the source pair ({0},). On input 0 the caller rejects with B0 and accepts with B1. Universal correctness over completions therefore fails at a promised YES input, despite the caller's constant running time. No source-NO obligation is needed for this failure.

F1step 1.1

Sources