40.5 Exercises
Factual
True/false: suppose we have a 45000-bit program in Python that outputs a bitstream B. What is the maximum size of an interpreter written in Java that proves the Java-Kolmogorov complexity is less than 100,000?
What are the two defining properties of an NP problem?
Problem 1
The interpreter must be 55,000 bits or less. If it is, we can simply decompress the bitstream by running the Python program in the interpreter, using less than 100000 bits total (program + interpreter).
Procedural
What is the probability that some sequence of 1 million bits could be compressed to 900,000 bits or less?
Last updated