I ran into a olympiad question on Practical Computer Knowledge.
For A ⊆ ℕ we have a = degT(A) = {B | B ≡T A} and D = {degT(A) | A ⊆ ℕ}. For (D, ≤) that has A ≤T B iff a ≤ b. Which of the following is false:
(D,≤) is a distributive lattice
(D,≤) is bounded (has minimum and maximum)
(D,≤) is a half disjunctive lattice. (may be I worded this statement poorly, sorry)
he maximum elements of (D,≤) is a degree of Halting Problem .
I think degT means Turing Degree and ≤T means Turing Reduciblity.
Who can give me a hint for these options, we want to check the answer sheet that wrote (1) is correct?