Universal Turing Machines, Part 3: Initialization
The first thing we do is scan the machines head all the way over to the Right end of the tape, stopping when we hit a
In this manner we shall assure that a symbol is present on the tape when we go to look one up in the encoded transition function.
Thus our UTM so far looks like
In all of our diagrams the notation means the machine will print a Y and move Left if it reads X on the tape. Since we have many symbols in our alphabet the shorthand notation L and R alone on a transition arrow will designate “scan that direction until one of the more interesting transitions occurs”, thus it does not imply nondeterminism. Pedantically it means .