Documentation

Complexitylib.Metacomplexity.MCSP.AntiChecker.Rounds.Selection.Internal

Approximate-selection round traces -- proof internals #

theorem Complexity.AntiChecker.ApproximatesEveryRound.approximatesRoundsUpTo_internal {arity precision threshold : } {target : BitString arityBool} {estimator : List (BitString arity)BitString arity} (happrox : ApproximatesEveryRound precision target threshold estimator) (rounds : ) :
ApproximatesRoundsUpTo rounds precision target threshold estimator
theorem Complexity.AntiChecker.isEstimateSelectionTrace_cons_iff_internal {arity : } (estimator : List (BitString arity)BitString arity) (input : BitString arity) (inputs : List (BitString arity)) :
IsEstimateSelectionTrace estimator (input :: inputs) IsEstimateSelectionTrace estimator inputs IsEstimateMinimizer (estimator inputs) input
theorem Complexity.AntiChecker.exists_isEstimateSelectionTrace_length_internal {arity : } (estimator : List (BitString arity)BitString arity) (rounds : ) :
∃ (inputs : List (BitString arity)), inputs.length = rounds IsEstimateSelectionTrace estimator inputs
theorem Complexity.AntiChecker.IsEstimateSelectionTrace.isShrinkTrace_internal {arity precision denominator threshold : } {target : BitString arityBool} {estimator : List (BitString arity)BitString arity} {inputs : List (BitString arity)} (hprecision : 1 < precision) (hdenominator : 0 < denominator) (hbound : 4 * denominator precision + 3) (happrox : ApproximatesEveryRound precision target threshold estimator) (hgood : ∀ (samplePrefix : List (BitString arity)), HasShrinkExtension denominator target threshold samplePrefix) (htrace : IsEstimateSelectionTrace estimator inputs) :
IsShrinkTrace (2 * denominator) target threshold inputs
theorem Complexity.AntiChecker.IsEstimateSelectionTrace.isShrinkTrace_of_length_le_internal {arity rounds precision denominator threshold : } {target : BitString arityBool} {estimator : List (BitString arity)BitString arity} {inputs : List (BitString arity)} (hprecision : 1 < precision) (hdenominator : 0 < denominator) (hbound : 4 * denominator precision + 3) (happrox : ApproximatesRoundsUpTo rounds precision target threshold estimator) (hgood : ∀ (samplePrefix : List (BitString arity)), HasShrinkExtension denominator target threshold samplePrefix) (htrace : IsEstimateSelectionTrace estimator inputs) (hlength : inputs.length rounds) :
IsShrinkTrace (2 * denominator) target threshold inputs
theorem Complexity.AntiChecker.exists_isShrinkTrace_length_of_approximatesEveryRound_internal {arity precision denominator threshold : } {target : BitString arityBool} (estimator : List (BitString arity)BitString arity) (rounds : ) (hprecision : 1 < precision) (hdenominator : 0 < denominator) (hbound : 4 * denominator precision + 3) (happrox : ApproximatesEveryRound precision target threshold estimator) (hgood : ∀ (samplePrefix : List (BitString arity)), HasShrinkExtension denominator target threshold samplePrefix) :
∃ (inputs : List (BitString arity)), inputs.length = rounds IsShrinkTrace (2 * denominator) target threshold inputs
theorem Complexity.AntiChecker.exists_isShrinkTrace_length_of_approximatesRoundsUpTo_internal {arity precision denominator threshold : } {target : BitString arityBool} (estimator : List (BitString arity)BitString arity) (rounds : ) (hprecision : 1 < precision) (hdenominator : 0 < denominator) (hbound : 4 * denominator precision + 3) (happrox : ApproximatesRoundsUpTo rounds precision target threshold estimator) (hgood : ∀ (samplePrefix : List (BitString arity)), HasShrinkExtension denominator target threshold samplePrefix) :
∃ (inputs : List (BitString arity)), inputs.length = rounds IsShrinkTrace (2 * denominator) target threshold inputs