Can anyone please give me a proof of K-Complexity is unsolvable using reductions.
eg:
PCP(2) <= PCP(3)
I can prove that PCP(3) is unsolvable by reducing to PCP(2) (by mapping every instance).
I am not sure how to reduce K-Complexity to another known undecidable problem (like halting problem). i.e., X <= K-Complexity
Can you please provide me proof for that? At least provide me some idea (X ).
Thanks in Advance