I have been reading and I am trying to understand the reduction when it comes to truing machine. This is how I understand it: it means that it reduces problem A into problem C. But I am not quite sure how it totally works. lets see an example:
Given the language L:
L ={<M,D>| M is s TM and D is a DFA so that L(M) = L(D)},
using reduction how to prove Atm < L.
My solution:
M is a Turing machine that accepts any string and it halts on that string. D is DFA hast accepts the language L and its equivalent to TM M. Atm is a TM, M that accepts string w.
How can you prove using a direct reduction that Atm < L??