Documentation

Complexitylib.Metacomplexity.MCSP.Magnification.AntiChecker.Counter.Circuit.Defs

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.

Ceiling-rounded 2^(k*beta*n) size bound for one counter circuit.

Equations
Instances For

    One size-bounded approximate counter circuit for prefixes of length prefixLength + 1.

    Instances For
      def Complexity.GapMCSP.Magnification.AntiCheckerLemma.ApproximateCounterCircuit.estimate {overhead arity prefixLength : } {beta : PositiveRationalScale} (counter : ApproximateCounterCircuit overhead beta arity prefixLength) (input : BitString ((prefixLength + 1) * (arity + 1))) :

      Natural estimate printed by a counter circuit on one packed sample vector.

      Equations
      Instances For
        def Complexity.GapMCSP.Magnification.AntiCheckerLemma.ApproximateCounterCircuit.IsCorrect {overhead arity prefixLength : } {beta : PositiveRationalScale} (counter : ApproximateCounterCircuit overhead beta arity prefixLength) :

        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.

          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.
                Instances For