7.Combining Turing Machines (1)§
Lemma: If
(q1, w1a1_u1)⊢∗M(q2, ww2a2_u2)
for string w and
(q2, w2a2_u2)⊢∗M(q3, w3a3_u3),
then
(q1, w1a1_u1)⊢∗M(q3, ww3a3_u3).
Insight: Since (q2, w2a2_u2)⊢∗M(q3, w3a3_u3),
this computation must take place without moving the head left of w2.
The machine cannot “sense” the left end of the tape.
And if it had moved left, it would have hung.