

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 set of exercises from a university mathematics course, math 497a, focusing on the structure of turing degrees. Topics include the least upper and greatest lower bounds of turing degrees, turing jumps, and pairwise equivalence of turing oracles. Exercises involve proving theorems and constructing turing degrees using finite approximations.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


In this set of exercises we explore the structure of the Turing degrees. Given two Turing degrees a and b, we know that the least upper bound sup(a, b) always exists. Exercises 2, 4, and 7 below show that the greatest lower bound inf(a, b) sometimes exists and sometimes does not exist. For any Turing oracle f we have
f ′^ = Hf^ = {x | ϕ(1)x ,f(0) ↓} = the Halting Problem relative to f.
We know that f ′^ is a complete Σ^01 set relative to the oracle f. For any Turing degree a = degT (f ) we define
a′^ = degT (f ′) = the Turing jump of a.
Clearly a < a′^ holds for all a. Thus, starting with any Turing degree a, we have an ascending sequence of Turing degrees
a < a′^ < a′′^ < · · · < a(n)^ < a(n+1)^ < · · ·
In particular, starting with the zero Turing degree 0 , we have the ascending sequence 0 < 0 ′^ < 0 ′′^ < · · · < 0 (n)^ < 0 (n+1)^ < · · ·
corresponding to the arithmetical hierarchy.
(a) f ≤T g (b) Hf^ ≤m Hg (c) all partial f -recursive functions are partial g-recursive (d) all total f -recursive functions are g-recursive.
Given two Turing degrees c, d such that c′^ ≤ d, we can find two Turing degrees a, b such that inf(a, b) = c and sup(a, b) = d.
Given an ascending sequence of Turing degrees
d 0 < d 1 < · · · < dn < dn+1 < · · ·
we can find a pair of Turing degrees a, b such that for all Turing degrees c
∃n (c ≤ dn) if and only if c ≤ a and c ≤ b.