I am currently studying mapping reduction in computational theory and finding it hard to grasp the concept fully.
For reference, consider the following given WHILE-Prog sets:
A = { (p.d) | p doesn't halt on input d } = Complementary HALT set. B = { p | p halts on exactly one input (the input is unknown) }
Is A < B. meaning, is there a mapping reduction from A to B?
Can someone suggest a hint?
knowing that A belongs to coRE did not help much. B doesn't seem to belong to either RE nor coRE.