How can I prove using a reduction method that a language's length is divided by 2? L={ | is a Turing machine where |L(M)|= 0 mod 2}
I have 2 ideas but I am afraid to follow the wrong one 1) I use the reduction method with Amt and I say that the turing machine takes an x=w0.....wi as input and accept if and only if wi = 0 mod 2 .
2) I use the reduction method with NOT HALT, and I say that the turing machine will refuse any input, so the length of the turing machine will be 0 which is satisfies the condition above!
Any Suggestion ?