Ask Question
13 September, 09:38

Show that if K (x) were computable, we could use the following procedure to create a short description for an incompressible string: function incompressible (n: integer) { for x ∈ {0, 1} n if K (x) > = n then output x }

+3
Answers (1)
  1. 13 September, 13:09
    0
    K (x) = n

    Explanation:

    n is an integer, that is 0, 1 ...

    K (x) = n, for x∈{0,1}

    Hence, x∈ n

    ∴ K (x) = 0

    and K (x) = 1

    Then, K (x) = {0, 1, 2, 3, ... n}

    For K (0) = 0

    also, K (1) = 1

    From the foregoing, the integers, 0,1,2 ... are sub-sets of x for every positive value of n.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Show that if K (x) were computable, we could use the following procedure to create a short description for an incompressible string: ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers