Name: ____________________________________________________ Alpha: _____________________
Describe help received: _________________________________________________________________
Input: TM's M1 = (Q1,Σ1,Γ1,δ1,s1) and M2 = (Q2,Γ1,Γ2,δ2,s2), where Q1 ∩ Q2 = ∅Notice that the input alphabet for M2 must be Γ1, since it'll be reading as input the string that M1 leaves on the tape. This algorithm will justify our use of the simple Machine Schema used in the lecture notes.
Output: TM M such that $(s_1,\lambda,w_1,w_2\cdots w_k) \Rightarrow_{M_1}^* (h,x,y,z)$ and $(s_2,x,y,z) \Rightarrow_{M_2}^* (h,x',y',z')$ if and only if $(s,\lambda,w_1,w_2\cdots w_k) \Rightarrow_{M}^* (h,x',y',z')$, where $s$ is the start state of $M$
??????