Let INF={|L(M) is infinite}. Show that INF is not semi-decidable. Solution: to show that INF is not semi-decidable we show that ___ Atm is many-one reducible to INF: ___ Thus, given an input to Atm, we must construct an input to INF such that the following condition of correctness is satisfied: M does not accept w <==> L(M') is infinite. Design M' as follows: on input x, M' simulates M on w for |x| many steps, and M' accepts iff M did not accept w within these |x| steps. Now, give a proof of correctness to understand why this reduction works.