Ask Question

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 }

+4
Answers (1)
  1. 1 August, 07:35
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers