L = { <M> | M is a Turing machine over {0, 1}, and <M>||<M> (not in) L(M)}
如何证明 L 不可识别?有任何想法吗?
我已经证明L compliment
是可识别的:
Set Turing machine to J
1. Run J on input <M>||<M>
2. TM J accepts then accept, it reject the reject.
<M>||<M> is the concatenation of the encoding of the Turing machine.