

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A series of exercises on computability, unsolvability, and number theory. Topics include the computability of real numbers, computable number-theoretic functions, computable permutations, recursively inseparable sets, and universal partial recursive functions. Students are asked to prove various properties and theorems related to these topics.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


f (n) = the nth decimal digit of r
is computable.
Kn = {x ∈ N | ϕ(1) x (x) ' n}
where n = 0, 1 , 2 ,.. .. Show that the sets K 0 and K 1 are recursively inseparable. More generally, show that Km and Kn are recursively inseparable for all m, n such that m 6 = n. (Two sets A, B ⊆ N are said to be recursively separable if there exists a recursive function f : N → { 0 , 1 } such that f (n) = 1 for all n ∈ A, and
f (n) = 0 for all n ∈ B. Otherwise, A and B are said to be recursively inseparable.)
(a) Prove that the 1-place partial recursive function ϕ(1) x (x) is univer- sal. (b) Give some additional examples of 1-place partial recursive func- tions which are universal. (c) Prove that if θ is universal then the domain of θ is not recursive. (The domain of θ is defined to be the set dom(θ) = {x | θ(x) ↓}.) (d) Construct a 1-place partial recursive function θ which is universal via linear reduction functions. (This means that each 1-place partial recursive function is re- ducible to θ by means of a reduction function which is linear. We say that h(x) is linear if there exist constants a and b such that h(x) = ax + b for all x.)
θ 1 (x) ' y if and only if θ 2 (f (x)) ' f (y)
for all x and y.