Let $X$ be some finite alphabet. Given $(x,y) \in X^{\ast}\times X^{\ast}$, how to show that $K(x) \le K(y)$ is not decidable?
I know that $K(x) \le k$ for some fixed $k$ is not decidable, so I tried to reduce the problem. I also know that $K(1^n) \le O(\log n)$, so but reducing it by simply plugging the word $y = 1^{2^k}$ in $K(y)$ would not give exactly $k$, just $K(y) \le O(k)$. So this reduction (i.e. decide $K(x) \le k$ if we know that $K(x) \le K(y)$ is possible) will not work.