Documentation

Complexitylib.Metacomplexity.MCSP.AntiChecker.Counting.Defs

Anti-checker survivor counts -- definitions #

This layer names the exact finite count estimated in the constructive Anti-Checker Lemma: the number of candidate circuit descriptions consistent with all target-labelled inputs chosen so far.

def Complexity.AntiChecker.survivorCount {arity : } (target : BitString arityBool) (inputs : List (BitString arity)) (codes : Finset (List Bool)) :

Number of codes from a finite domain that remain consistent with all sampled target values.

Equations
Instances For
    def Complexity.AntiChecker.candidateSurvivorCount {arity : } (target : BitString arityBool) (threshold : ) (inputs : List (BitString arity)) :

    Survivor count specialized to the canonical enumeration of circuits within a size threshold.

    Equations
    Instances For