Documentation

Complexitylib.Metacomplexity.NisanWigderson.Reconstruction.GlobalSampling.Defs

Globally sampling NW reconstruction coordinates and advice -- definitions #

A fixed-width reconstruction trial chooses a hybrid coordinate together with full seed and output assignments and a candidate bit. Restricting the full assignments produces the coordinate-dependent outside-seed and later-tail advice. This realizes Hirahara's random tuple in one finite uniform sample space without weighting coordinates by their varying advice-space sizes.

@[reducible, inline]
abbrev Complexity.NWDesign.RawReconstructionAdvice (outputLength seedLength : ) :

Fixed-width raw advice from which every coordinate's reconstruction advice is obtained by restriction.

Equations
Instances For
    @[reducible, inline]
    abbrev Complexity.NWDesign.ReconstructionTrial (outputLength seedLength : ) :

    One globally sampled reconstruction coordinate and its fixed-width raw advice.

    Equations
    Instances For
      def Complexity.NWDesign.reconstructionAdviceOfRaw {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (current : Fin outputLength) (raw : RawReconstructionAdvice outputLength seedLength) :
      design.ReconstructionAdvice current

      Restrict fixed-width raw advice to the outside-seed and later-tail coordinates used at current.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Complexity.NWDesign.reconstructionAdviceOfTrial {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (trial : ReconstructionTrial outputLength seedLength) :
        design.ReconstructionAdvice trial.1

        Coordinate-dependent reconstruction advice extracted from one global trial.

        Equations
        Instances For
          def Complexity.NWDesign.reconstructionTrialAgreementProbability {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (hardFunction : (Fin inputLengthBool)Bool) (test : Finset (Fin outputLengthBool)) (trial : ReconstructionTrial outputLength seedLength) :

          Agreement probability of the predictor encoded by a global trial.

          Equations
          Instances For
            def Complexity.NWDesign.goodReconstructionTrialEvent {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (hardFunction : (Fin inputLengthBool)Bool) (test : Finset (Fin outputLengthBool)) (agreementThreshold : ) :
            Finset (ReconstructionTrial outputLength seedLength)

            Global trials whose reconstructed predictor attains an agreement threshold.

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

              One-draw probability that a uniformly sampled coordinate and fixed-width raw advice encode a predictor meeting the agreement threshold.

              Equations
              Instances For
                def Complexity.NWDesign.repeatedGoodReconstructionTrialProbability {outputLength inputLength seedLength : } (design : NWDesign outputLength inputLength seedLength) (hardFunction : (Fin inputLengthBool)Bool) (test : Finset (Fin outputLengthBool)) (agreementThreshold : ) (trials : ) :

                Probability that at least one of several independent global trials encodes a predictor meeting the agreement threshold.

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