I suppose this obvious question should already be answered in plenty of places, but for some reasons I cannot find a proof of this anywhere.
Prove or disprove that their exist a set $X$ that is decidable, yet the relation $A\subseteq X$ is not decidable where $A$ is arbitrary decidable set.
And,
Prove or disprove that their exist a set $X$ that is decidable, yet the relation $X\subseteq A$ is not decidable where $A$ is arbitrary decidable set.
I am only beginner to computability, so I hope for some easy to understand proof if possible. Thank you for your help.
First off, if you have a solution to one of the halves, you also have one for the other -- just replace $X$ and $A$ with their complements, which preserves decidability and makes $A\subseteq X$ into $\overline X\subseteq \overline A$.
Second, there's an important subtlety here. The problem is about whether we can find some $X$ such that there is/isn't a machine $M$ that takes as input a decidable set $A$ and returns a boolean saying whether $A\subseteq X$ or not.
However, $M$ can't literally take $A$ as input, because most decidable sets are infinite, and the machine has to complete in finite time. Therefore, in order to make any sense of the problem we need to interpret it such that the input to $M$ is not $A$ itself, but the code/index for a machine/program that decides $A$. And that gives us lots of leverage because we know that there can be several different machines that decide the same $A$ but can't be proved to decide the same $A$.
Finally, a hint: Keeping the previous point in mind, you can actually take $X=\varnothing$ in the first half of the problem. In other words: It is impossible, given an always-halting machine, to decide whether the $A$ it decides is empty or not!