Documentation

Complexitylib.Metacomplexity.Kolmogorov.Conditional.Internal

Random-access conditional Kolmogorov complexity -- proof internals #

theorem Complexity.RandomAccessCondition.oracle_bitQuery_internal (condition : List Bool) (index : ) :
oracle condition (bitQuery index) = condition[index]?.getD false
theorem Complexity.RandomAccessCondition.oracle_inBoundsQuery_internal (condition : List Bool) (index : ) :
oracle condition (inBoundsQuery index) = decide (index < condition.length)
theorem Complexity.OracleTM.randomAccessConditionalPlainKolmogorovComplexity_le_internal {n : } {machine : OracleTM n} {program output condition : List Bool} (hproduce : machine.Produces (RandomAccessCondition.oracle condition) program output) :
machine.randomAccessConditionalPlainKolmogorovComplexity output condition program.length
theorem Complexity.OracleTM.randomAccessConditionalTimeBoundedKolmogorovComplexity_le_internal {n : } {machine : OracleTM n} {program output condition : List Bool} {time : } (hproduce : machine.ProducesInTime (RandomAccessCondition.oracle condition) program output time) :
machine.randomAccessConditionalTimeBoundedKolmogorovComplexity output condition time program.length
theorem Complexity.OracleTM.randomAccessConditionalTimeBoundedKolmogorovComplexity_eq_top_iff_internal {n : } (machine : OracleTM n) (output condition : List Bool) (time : ) :
machine.randomAccessConditionalTimeBoundedKolmogorovComplexity output condition time = ¬∃ (program : List Bool), machine.ProducesInTime (RandomAccessCondition.oracle condition) program output time
theorem Complexity.OracleTM.randomAccessConditionalTimeBoundedKolmogorovComplexity_witness_internal {n : } (machine : OracleTM n) (output condition : List Bool) (time : ) (hfinite : machine.randomAccessConditionalTimeBoundedKolmogorovComplexity output condition time ) :
∃ (program : List Bool), program.length = machine.randomAccessConditionalTimeBoundedKolmogorovComplexity output condition time machine.ProducesInTime (RandomAccessCondition.oracle condition) program output time
theorem Complexity.OracleTM.randomAccessConditionalTimeBoundedKolmogorovComplexity_le_coe_iff_internal {n : } (machine : OracleTM n) (output condition : List Bool) (time bound : ) :
machine.randomAccessConditionalTimeBoundedKolmogorovComplexity output condition time bound ∃ (program : List Bool), program.length bound machine.ProducesInTime (RandomAccessCondition.oracle condition) program output time
theorem Complexity.OracleTM.randomAccessConditionalTimeBoundedKolmogorovComplexity_mono_internal {n : } (machine : OracleTM n) (output condition : List Bool) {first second : } (hclock : first second) :
theorem Complexity.OracleTM.SimulatesInTime.randomAccessConditionalKolmogorov_transfer_internal {simulatorTapes sourceTapes : } {simulator : OracleTM simulatorTapes} {source : OracleTM sourceTapes} {compile : List BoolList Bool} {constant : } {clock : TM.TimeOverhead} (hsim : simulator.SimulatesInTime source compile clock) (hlength : TM.HasAdditiveProgramOverhead compile constant) (hclock : TM.PolynomialTimeOverhead clock) :
∃ (coefficient : ) (exponent : ), ∀ (condition output : List Bool) (sourceTime bound : ), source.randomAccessConditionalTimeBoundedKolmogorovComplexity output condition sourceTime boundsimulator.randomAccessConditionalTimeBoundedKolmogorovComplexity output condition (coefficient * (bound + sourceTime + 1) ^ exponent) ↑(bound + constant)