My question is this:
Let Y and N be two languages over a fixed alphabet Σ such that both Y and the complement of N are Turing-recognisable.
Prove that if N ⊆ Y , then there exists a decidable language S that splits Y and N, that is: N ⊆ S ⊆ Y.
I already have a theorem which says if a language and its complement are both Turing-recognisable, then the language is decidable. I don't quite know how to apply that to S in this proof though.
Your help is appreciated, thanks!
You have a Turing machine $A$ with
Ynot Yor does not halt at allYou have a Turing machine $B$ with
not NNor does not halt at allNow build a Turing machine $C$ that runs $A$ and $B$ on identical input (copies) "in parallel" (how?) and that halts as soon as either of the two components halts. Let the output be
Sit halts because the $A$-part halts with outputY, and let the output benot Sif it halts because the $B$-part halts with outputnot N. Since $Y\cup \overline N$ covers all possible input, one of the two cases will happen, in particular $C$ will always halt.