Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedaudited 2026-09-27
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.

Constraint graph powering with local-view labels

Definition

Let G be a binary constraint graph over the alphabet Σ in the convention of Constraint graph and labeling value, whose underlying graph is d-regular in the adjacency-slot convention of Regular multigraph and normalized adjacency, and let t≥1 be an integer. Put R:=t+⌈t⌉,L:=2t+1. A lazy step at a vertex v is the choice of one of the 2d options: one of d hold options (the walk stays at v) or one of the d slots at v (the walk traverses that slot). A lazy walk of length ℓ is a sequence of ℓ independent uniform lazy steps; its transition matrix is (I+M)/2 with M the normalized adjacency of the graph, so each step holds with probability 1/2 and otherwise traverses a uniformly chosen slot. Since the graph is regular, the uniform distribution on V is stationary, and the count of lazy walk patterns of length ℓ starting at v is (2d)ℓ.

Write Pℓ:={1,…,2d}ℓ for the set of lazy-walk patterns of length ℓ, a set of cardinality (2d)ℓ independent of the starting vertex. A pattern read from a vertex determines the sequence of visited vertices and the slots traversed. The local-view alphabet of the powering is Σt:=ΣPR, that is, a view is a function assigning a symbol of Σ to every length-R pattern. Fix the lexicographic order on patterns induced by the option order. For vertices x,y at graph distance at most R, let κx,y∈PR be the lexicographically first pattern read from x that ends at y; this set is nonempty because a path of length at most R can be padded by holds. Its cardinality is ∣Σt∣=∣Σ∣(2d)R≤∣Σ∣(2d)O(t).

The powered graph Gt. Its vertex set is V; the label of a vertex v is a view φv∈Σt. For every length-L pattern σ=(σ1,…,σL)∈PL, starting vertex v0∈V, and copy bit b∈{0,1}, create a directed incidence slot; reading σ from v0 gives the visited vertices v0,v1,…,vL, and the slot joins v0 to vL. Pair it with the slot for the reversed pattern read from vL and copy bit 1−b. This fixed-point-free pairing duplicates every walk slot, as required to represent the adjacency-slot power as an ordinary undirected multigraph even when a walk is fixed by reversal. The relation table in the orientation (v0,vL) is the one given below; the paired reverse orientation carries its transpose. Let J:={j:1≤j≤L, j−1≤R, L−j≤R} be the central window of positions, of size 2⌈t⌉+1, symmetric about the midpoint t+1. The edge relation in the orientation of the pattern σ from v0 to vL consists of all pairs (φ,ψ)∈Σt2 such that for every j∈J whose step σj is a move along a slot e=(vj−1,vj) of G, the pair (φ(κv0,vj−1), ψ(κvL,vj)) belongs to the relation of e in its orientation (vj−1,vj). The canonical patterns exist because j−1≤R and L−j≤R, so both endpoints lie within radius R of their respective view centres. Hold steps impose no condition.

Every vertex has exactly 2(2d)L incident slots, so Gt is dt-regular with dt=2(2d)L. The pairing gives ∣V∣(2d)L ordinary edges and the same number of relation tables, equivalently 2∣V∣(2d)L directed incidence slots. Sampling a uniform ordinary edge and orienting it by its unique copy-0 incidence slot is therefore equivalent to choosing a uniform start vertex and a uniform length-L pattern; its violation probability is UNSAT⁡φ(Gt). Since d and t are fixed, Σt is a fixed finite alphabet; each table is a subset of the fixed finite set Σt2, computable by the displayed rule, so the number of table entries is Od,t,∣Σ∣(∣V∣(2d)L), while endpoint names and paired-slot indices require Od,t(log⁡(∣V∣+2)) bits each. Thus the explicit bit encoding has length Od,t,∣Σ∣(∣V∣(2d)Llog⁡(∣V∣+2)). Enumerating the patterns, computing their endpoints and canonical coordinates, and writing the fixed-size relation tables takes time polynomial in the explicit input and output bit lengths.

Remarks

  • Convention bridge. This is the Arora-Barak §18.5.1 convention: views cover the ball of radius t+⌈t⌉, powered slots are length-(2t+1) walks, and the central window has 2⌈t⌉+1 positions. Dinur's §6 uses walks of length t with views of radius ⌈t/2⌉ and a window of t positions. The two parameterizations are translations of one another, but their numerical constants are not interchangeable; every later item on this page states its bounds in the present convention, and the lazy walk introduced here is the one used throughout.
  • The reversal pairing is consistent with the published endpoint convention: position j reverses to L+1−j∈J, the endpoint views swap, and each tested base relation is transposed. Thus the reverse-pattern table is the transpose of the original table, exactly as Constraint graph and labeling value requires. If a walk pattern is fixed by reversal, its central option is a hold and the mirrored move tests pair in transposed pairs; its table is therefore symmetric, so the two copy-bit incidences define one well-formed loop edge.
  • Each view records one canonical coordinate for each vertex of the radius-R ball; a middle-position constraint reads those coordinates for the two endpoints of its tested base edge. The canonical coordinate removes any dependence on the placement of holds, while plurality decoding still counts distinct walk patterns with multiplicity.
  • The role of this construction in the page is the powering step of A complete uniform graph gap-amplification step; the companion item Graph power and walk constraint records the underlying one-step power convention, in which a walk predicate is a conjunction of the original edge relations along the walk.

Depends on

Used by

Dependency tree · one level

3 results 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