Typed Anti-Checker Lemma generators #
This module exposes the exact multi-output generator interface from the
Oliveira--Pich--Santhanam Anti-Checker Lemma and its construction from correct
approximate-counter families. No theorem deriving those counter families from
NP ⊆ PPoly is asserted here.
Unpacking produces exactly the requested number of samples.
Reading sample i after unpacking returns row i of the packed output.
The generator's canonical input table stores the target at its canonical little-endian input index.
Hardness is strict minimum circuit size above the large threshold.
At positive arity, hardness uses the library's exact fan-in-two circuit complexity measure.
Every generator run prints exactly the selected sample count.
Target-specialized generation preserves the exact sample count.
Merely printing the packed outputs already consumes no more gates than the generator's stated size bound.
Exact encoded SuccinctMCSP form of the generator's anti-checker contract.
At a nonzero arity, the total existence predicate is the expected typed generator existence statement.
Cutoff form of the small-positive-beta quantifier, retaining the
independent sufficiently-large-arity quantifier.