Documentation

Complexitylib.Metacomplexity.MINKT.Internal

Minimum time-bounded Kolmogorov complexity -- proof internals #

Proofs of canonical-code exactness, short-program semantics, and monotonicity for the public MINKT API.

theorem Complexity.MINKT.Instance.isBelow_iff_hasProgramShorterThan_internal {tapes : } (inst : Instance) (machine : TM tapes) (threshold : ) :
inst.IsBelow machine threshold inst.HasProgramShorterThan machine threshold
theorem Complexity.MINKT.Instance.isBelow_withTime_mono_internal {tapes : } (inst : Instance) (machine : TM tapes) (threshold : ) {first second : } (hclock : first second) (hsmall : (inst.withTime first).IsBelow machine threshold) :
(inst.withTime second).IsBelow machine threshold
theorem Complexity.MINKT.Instance.isBelow_threshold_mono_internal {tapes : } (inst : Instance) (machine : TM tapes) {first second : } (hthreshold : ∀ (length : ), first length second length) (hsmall : inst.IsBelow machine first) :
inst.IsBelow machine second
theorem Complexity.MINKT.programWitnessRelation_length_le_polynomial_internal {tapes : } (machine : TM tapes) (threshold : ) (polynomial : Polynomial ) (hthreshold : ∀ (length : ), threshold length Polynomial.eval length polynomial) {bits program : List Bool} (hrelation : ProgramWitnessRelation machine threshold bits program) :
program.length Polynomial.eval bits.length polynomial
theorem Complexity.MINKT.programWitnessRelation_polyBalanced_internal {tapes : } (machine : TM tapes) (threshold : ) (hthreshold : PolyBound threshold) :
theorem Complexity.MINKT.programWitnessRelation_mem_FNP_of_pairLang_mem_P_internal {tapes : } (machine : TM tapes) (threshold : ) (hthreshold : PolyBound threshold) (hverifier : pairLang (ProgramWitnessRelation machine threshold) P) :
ProgramWitnessRelation machine threshold FNP