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.

✓ 3 results · all verified · 2 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 1 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Gap Amplification and Assignment Testing: Examples and Counterexamples

1 · Prerequisites

2 · Summary

The examples and counterexample keep the two constructions at sizes that can be checked by hand. The cloud rounding example feeds a labeling with S=10 disagreeing ports, Uint=4 internal violations and Uext=2 external violations into the degree-reduction decoding bounds and reads off Uint≥7/2 and UG≤12, together with the constant rescaling that relates the counts to the 387-regular registered graph. The local-view example fixes a 4-regular graph and t=1, so that the eight length-1 walk slots from a vertex carry the claims a,a,a,a,a,b,b,c, and computes the plurality decoding a of frequency 5/8, illustrating that patterns are counted with multiplicity and that the fixed tie-breaking order is not invoked.

The tester-size iteration example is deferred with the constant-loss composition interface needed to justify its doubling premise. The counterexample shows that the naive amplification by repetition fails: the two-loop system with one always-true and one always-false constraint has unsatisfaction fraction 1/2, and listing each constraint r times leaves the fraction at exactly 1/2, so a genuine gap-amplification step has to change the variables and constraints rather than reweight the existing list.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-6-sol)audited 2026-09-27Open item page →

A cloud rounding calculation

Example

Let G be a binary constraint graph, let G1 be its cloud graph as constructed by Degree reduction by expander incidence clouds, and let τ be a labeling of the ports of G1. Suppose that S=10 ports carry a label different from the decoded label of their original vertex, that Uint=4 equality edges inside clouds are violated (counted with multiplicity), and that Uext=2 external edges are violated. Then the bounds of Cloud violations control distance to plurality labels give Uint≥(7/20)⋅10=7/2 and UG≤Uext+S=2+10=12 for the number UG of ordinary edges of G violated by the decoded labeling: the first is consistent with the integer value 4, and the second is an upper bound, so no equality and no stronger local bound is asserted. Passing from these counts to the unsatisfaction fractions of the 387-regular registered graph G2 costs the constant factor of Degree reduction preserves unsatisfaction quantitatively.

Facts & Assumptions

Given: a binary constraint graph G over the fixed alphabet Σ, its cloud graph G1 and registered graph G2, a labeling τ of the ports of G1 with plurality decoding σ=Dτ, and the counts S=10, Uint=4, Uext=2 of the statement.

[F1]

If S is the number of ports whose label differs from the decoded label of their vertex, then the violated equality edges inside the clouds and the violated ordinary edges of G satisfy Uint≥720S and UG≤Uext+S, where Uext counts the violated external edges (Cloud violations control distance to plurality labels).

[F2]

The registered graph G2 is 387-regular with 2∣E(G)∣ vertices, and its unsatisfaction fraction is at least 1/(387K) times that of G with K=20/7; the additive 65 ordinary loops and the overlay edges at every port are tautological, so the count UG of the previous item is a count of edges of G and not of edges of G2 (Degree reduction preserves unsatisfaction quantitatively, Degree reduction by expander incidence clouds).

Verification

technique · direct
1.1

The first inequality of [F1] with S=10 gives Uint≥(7/20)⋅10=7/2, and the labelling has Uint=4, so the bound holds and its slack is 4−7/2=1/2.

F1algebra
1.2

The second inequality of [F1] with Uext=2 and S=10 gives UG≤2+10=12.

F1algebra
2.1

Both bounds are one-sided and the integers Uint=4 and UG∈{0,…,12} are compatible with them, so the numerical data are consistent; the example shows in particular that S=10 ports of disagreement force at least 7/2 (hence at least 4 integer) internal violations and at most 12 ordinary edge violations in G, and nothing of the stronger form UG≤Uext or Uint≥S may be inferred from these bounds.

step 1.1step 1.2algebra
3.1

The comparison with the registered graph is a constant rescaling and not a count identity: by [F2] the fraction of violated edges of G2 is at least 77740 times the fraction of violated ordinary edges of G, and the tautological overlay edges at the ports do not contribute violations in either direction, so the counts Uint, Uext and UG above are statements about the cloud graph G1 and the original graph G.

F2step 2.1algebra∎
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-09-27Open item page →

Duplicating constraints does not change UNSAT

Statement refuted

Duplicating every constraint of a CSP instance the same number of times strictly increases its unsatisfaction fraction (Repeating constraints amplifies the gap).

Facts & Assumptions

Given: the alphabet Σ:={0,1} and the constraint graph G on the single variable x1 whose two edges are loops, the first carrying the relation R1:={(0,0),(1,1)} and the second the empty relation R2:=∅.

[F1]

A loop is a constraint on a repeated variable, it is satisfied by a labeling σ exactly when (σ(x1),σ(x1))∈R, and the value of a system is the fraction of listed constraints that are satisfied, duplicated constraints counting with multiplicity (Constraint graph and labeling value).

[F2]

The unsatisfaction fraction of a system is the minimum over labelings of the fraction of the listed constraints that the labeling violates; a system all of whose constraints are unsatisfiable by every labeling has UNSAT⁡=1, and a system all of whose constraints are universally satisfied has UNSAT⁡=0 (Repeating constraints amplifies the gap, Constraint graph and labeling value).

Counterexample

technique · direct
1.1

The first loop carries R1, and (0,0),(1,1)∈R1, so every labeling of x1 satisfies it; the second loop carries R2=∅, so no labeling satisfies it. Hence the two-constraint list G has UNSAT⁡σ(G)=1/2 for every labeling σ, and therefore UNSAT⁡(G)=1/2.

F1F2algebra
1.2

For r≥1 let G(r) list each of the two loops r times. Every labeling satisfies exactly the r copies of the first loop and violates exactly the r copies of the second, so UNSAT⁡σ(G(r))=r/(2r)=1/2 for every σ, and the list has 2r constraints.

F1algebra
2.1

Thus UNSAT⁡(G(r))=1/2=UNSAT⁡(G) for every r≥1: the repetition changes neither the value nor the unsatisfaction fraction, and in particular it never strictly increases it, so the statement refuted above fails at this witness.

step 1.1step 1.2F2∎
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-6-sol)audited 2026-09-27Open item page →

Numerical local-view plurality decoding

Example

Let G be a 4-regular constraint graph over the alphabet Σ={a,b,c} and put t:=1, so that (2d)t=8; let Gt be its local-view powered graph in the conventions of Plurality decoding of powered local views, and fix a vertex v and a powered labeling φ. Suppose the 8 length-t lazy patterns read from v have endpoint views that claim the labels (a,a,a,a,a,b,b,c) for v, one pattern each. Then the opinion distribution of v is pv(a)=5/8, pv(b)=2/8, pv(c)=1/8, so the plurality decoding of φ at v is φ^(v)=a, of frequency 5/8; the fixed tie-breaking order is not invoked, because the claimed maximum is attained by the single symbol a.

Facts & Assumptions

Given: a 4-regular binary constraint graph G with t=1 (so that the number (2d)t of length-t patterns read from a vertex is 8), its powered graph Gt, a vertex v, a powered labeling φ whose 8 length-t patterns from v end in views claiming the labels a,a,a,a,a,b,b,c respectively, and a fixed total order on Σ used for tie breaking.

[F1]

For a′∈Σ the number pv(a′) is the number of length-t patterns read from v whose endpoint view claims a′ for v, divided by the total number (2d)t of such patterns; the plurality decoding assigns to v the least symbol, in the fixed order, attaining max⁡a′pv(a′) (Plurality decoding of powered local views).

[F2]

The opinion distribution counts length-t patterns with multiplicity, so two distinct patterns ending at the same vertex contribute two claims. The decoding's fixed total order is used only when several symbols attain the maximum (Plurality decoding of powered local views).

Verification

technique · direct
1.1

The eight patterns contribute one claim each, so the claim counts for v are 5 for a, 2 for b and 1 for c; dividing by the number 8 of patterns gives pv(a)=5/8, pv(b)=2/8 and pv(c)=1/8, which sum to 1.

F1algebra
2.1

Since 5/8>2/8>1/8, the maximum of pv is attained only by a, so [F1] gives φ^(v)=a without any use of the tie-breaking rule; the frequency of the decoded label at v is pv(a)=5/8.

F1step 1.1algebra
3.1

The example illustrates the two conventions that the decoding uses: patterns are counted with multiplicity rather than as distinct centres, so two patterns ending at the same centre contribute their claims twice, and the tie-breaking order matters only when the maximum of pv is attained by several symbols, which does not happen here.

F2step 2.1∎

Sources