I want to ask about reduction.
In the proof that Etm is undecideable in the definition of M1 is
1.if x!=w,reject
2.if x==w,run M on input w and accept if M does
In many proofs that I meet I see that bold line but i can not understand how can I do it because I do not know if it will stop.
I would be more than happy to know where am i wrong.
Thanks.