Documentation

Complexitylib.Metacomplexity.MCSP.Magnification.AntiChecker.Parameters

Anti-Checker Lemma parameters #

This module exposes the rounded finite parameters for the selected Oliveira--Pich--Santhanam Anti-Checker Lemma. It does not assert the lemma or the existence of its multi-output generator circuit.

The hard-function threshold is the existing floor-rounded exponential.

The small-circuit threshold uses the published denominator 10*n.

The small-circuit threshold never exceeds the hard-function threshold.

The small-circuit threshold is positive at every sufficiently large arity.

The floor-rounded sample count is always positive.

The sample count is monotone in the truth-table arity.

Floor rounding gives no more samples than ceiling rounding.

Ceiling rounding increases the sample count by at most a factor of two.

At positive arity, the generator's packed output width is positive.

theorem Complexity.GapMCSP.Magnification.AntiCheckerLemma.generatorSizeBound_eq_pow (overhead : ) (beta : PositiveRationalScale) (arity : ) :
generatorSizeBound overhead beta arity = 2 ^ (arity + beta.ceilMul (overhead * arity))

The generator bound is the ceiling-rounded natural version of 2^(n + k*beta*n).

The rounded generator bound is at least its truth-table input length.