Conditional anti-checker counter circuits -- definitions #
For each sample-prefix length, an approximate counter circuit maps the
fixed-width labeled-sample encoding to a little-endian estimate of the number
of surviving canonical small-circuit codes. The circuit family and its size
bound are an explicit conditional interface: this file does not assert that
NP ⊆ P/poly supplies such families.
Number of output bits allocated to one approximate survivor count.
Equations
Instances For
Ceiling-rounded 2^(k*beta*n) size bound for one counter circuit.
Equations
- Complexity.GapMCSP.Magnification.AntiCheckerLemma.counterSizeBound overhead beta arity = beta.powCeil (overhead * arity)
Instances For
One size-bounded approximate counter circuit for prefixes of length
prefixLength + 1.
- internalGates : ℕ
Number of internal gates in the counter circuit.
- circuit : Circuit Basis.andOr2 ((prefixLength + 1) * (arity + 1)) (counterOutputWidth beta arity) self.internalGates
Circuit from packed labeled samples to a little-endian count estimate.
Conditional per-counter circuit size bound.
Instances For
Natural estimate printed by a counter circuit on one packed sample vector.
Equations
- counter.estimate input = Complexity.GapMCSP.Magnification.AntiCheckerLemma.counterValue (counter.circuit.eval input)
Instances For
A counter circuit relatively approximates the labeled survivor count on every fixed-width input.
Equations
- One or more equations did not get rendered due to their size.
Instances For
One approximate counter circuit for every prefix length used by the anti-checker construction.
- counter (prefixLength : Fin (requiredRoundCount beta arity)) : ApproximateCounterCircuit overhead beta arity ↑prefixLength
Counter for the next extension of a prefix of the indexed length.
Instances For
Every counter in the finite family satisfies its approximation contract.
Equations
Instances For
A correct bounded counter family exists at one arity.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Quantifier structure of the conditional approximate-counter conclusion: one overhead works for every positive rational scale at all sufficiently large arities. This proposition is defined but not proved here.
Equations
- One or more equations did not get rendered due to their size.