Structural internals for parallel amplification circuits #
This file proves the exact fold invariants of the proof-free acceptance-copy builder. Raw-list length is the single source of gate accounting. The main results locate completed verdict wires and bound the complete amplified circuit by one cubic unrolling per run plus a quadratic majority threshold.
The zero-copy prefix is the empty initial build.
Advancing a proper prefix appends exactly the acceptance copy indexed by the old prefix length.
Taking the full run prefix recovers the complete copy build.
Circuit projection of the canonical prefix recurrence.
First-unused-wire projection of the canonical prefix recurrence.
A newly completed run records the last wire of its acceptance fragment.
Completing run i leaves every other verdict entry unchanged.
A prefix's first unused wire is exactly its primary prefix plus its raw circuit length.
Every completed verdict lies in the emitted-gate interval: at or after the primary prefix and strictly before the prefix build's first unused wire.
Every complete verdict reference names a gate emitted by the copy build.
Folding acceptance copies adds at most one cubic unrolling bound per run index in the supplied list.
All acceptance copies together use at most runs times the cubic
single-run gate bound.
Appending strict majority adds its exact unary-threshold gate count.
The strict-majority threshold table is bounded by 2 * runs² gates
beyond its three fixed gates.
Parallel amplification has one cubic unrolling per run plus a quadratic strict-majority threshold.