Documentation

Complexitylib.Metacomplexity.NisanWigderson.Reconstruction.Averaging.Defs

Averaging NW reconstruction to fixed advice -- definitions #

The advice choice retains precisely the outside seed assignment, later output tail, and independent candidate bit. Its predictor is then a deterministic Boolean function of the uniformly varying hard-function input.

@[reducible, inline]
abbrev Complexity.NWDesign.ReconstructionAdvice {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (current : Fin outputLength) :

Fixed data chosen by averaging after a hybrid coordinate has been selected.

Equations
Instances For
    def Complexity.NWDesign.reconstructionAgreementProbability {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (hardFunction : (Fin inputLengthBool)Bool) (test : Finset (Fin outputLengthBool)) (current : Fin outputLength) (advice : design.ReconstructionAdvice current) :

    Agreement probability of one fixed reconstruction predictor with the hard function over a uniform challenge.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Complexity.NWDesign.averageReconstructionAgreement {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (hardFunction : (Fin inputLengthBool)Bool) (test : Finset (Fin outputLengthBool)) (current : Fin outputLength) :

      Joint agreement probability before fixing the reconstruction advice.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Complexity.NWDesign.goodReconstructionAdviceProbability {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (hardFunction : (Fin inputLengthBool)Bool) (test : Finset (Fin outputLengthBool)) (current : Fin outputLength) (agreementThreshold : ) :

        Probability that a uniformly sampled advice choice attains a requested agreement threshold.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For