Alphabeta Math
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.

Interactive Proof Systems and Public Coins: Examples and Counterexamples

1 · Prerequisites

2 · Summary

These examples isolate amplification, the graph-nonisomorphism protocol, and the universal quantifier in soundness.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedaudited 2026-09-07Open item page →

Sequential repetition of a constant-gap protocol

Example

For a protocol with completeness 3/4 and soundness 1/4, run k independent copies and accept a strict majority.

Verification

Given: the repeated protocol with odd k.

1.1

Its honest and cheating parameters satisfy the hypotheses c>1/2>s of Sequential repetition amplifies completeness and soundness gaps.

given
2.1

Thus each error probability is exponentially small in k; choosing an odd k with that bound below 106 gives completeness at least 1106 and soundness at most 106.

step 1.1choose
ExampleConstruction: Literature-sourcedVerification: AI-adaptedaudited 2026-09-07Open item page →

The graph-nonisomorphism protocol on a graph pair

Example

Let G0 be the three-vertex path and G1 the three-cycle. They are nonisomorphic, so the challenge graph has either two or three edges and reveals its origin.

Verification

Given: the displayed pair of graphs.

1.1

Edge count is invariant under graph isomorphism, and G0 has two edges while G1 has three.

given
2.1

Hence this pair lies in GNI, and its protocol is an IP instance by Graph nonisomorphism is in IP.

step 1.1given
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-07Open item page →

A cheating-prover witness to the soundness quantifier

Statement refuted

Checking only an honest prover would suffice for soundness.

Counterexample

Given: a no-instance and a verifier which accepts exactly the message claim and rejects the message reject.

1.1

Let the designated honest prover always send reject; it is rejected, so an honest-only check reports no problem.

given
2.1

A cheating prover sends claim and is accepted with probability 1. This contradicts soundness and exhibits exactly the defect identified in False: soundness quantifies only over honest provers.

step 1.1given

Sources